Uni App
HOU - Computer Science - 2024-2025
Loading...
Searching...
No Matches
repository.entities.Department Class Reference
Inheritance diagram for repository.entities.Department:
Collaboration diagram for repository.entities.Department:

Public Member Functions

 Department ()
 
 Department (Integer id)
 
Integer getId ()
 
void setId (Integer id)
 
String getName ()
 
void setName (String name)
 
School getSchoolId ()
 
void setSchoolId (School schoolId)
 
int hashCode ()
 
boolean equals (Object object)
 
String toString ()
 

Constructor & Destructor Documentation

◆ Department() [1/2]

repository.entities.Department.Department ( )

◆ Department() [2/2]

repository.entities.Department.Department ( Integer id)

Member Function Documentation

◆ equals()

boolean repository.entities.Department.equals ( Object object)

◆ getId()

Integer repository.entities.Department.getId ( )
Here is the caller graph for this function:

◆ getName()

String repository.entities.Department.getName ( )

◆ getSchoolId()

School repository.entities.Department.getSchoolId ( )
Here is the caller graph for this function:

◆ hashCode()

int repository.entities.Department.hashCode ( )

◆ setId()

void repository.entities.Department.setId ( Integer id)

◆ setName()

void repository.entities.Department.setName ( String name)

◆ setSchoolId()

void repository.entities.Department.setSchoolId ( School schoolId)
Here is the caller graph for this function:

◆ toString()

String repository.entities.Department.toString ( )

The documentation for this class was generated from the following file: