◆ Department() [1/2]
| repository.entities.Department.Department |
( |
| ) |
|
◆ Department() [2/2]
| repository.entities.Department.Department |
( |
Integer | id | ) |
|
◆ equals()
| boolean repository.entities.Department.equals |
( |
Object | object | ) |
|
◆ getId()
| Integer repository.entities.Department.getId |
( |
| ) |
|
◆ getName()
| String repository.entities.Department.getName |
( |
| ) |
|
◆ getSchoolId()
| School repository.entities.Department.getSchoolId |
( |
| ) |
|
◆ 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 | ) |
|
◆ toString()
| String repository.entities.Department.toString |
( |
| ) |
|
The documentation for this class was generated from the following file: