◆ School() [1/3]
| repository.entities.School.School |
( |
| ) |
|
◆ School() [2/3]
| repository.entities.School.School |
( |
Integer | id | ) |
|
◆ School() [3/3]
| repository.entities.School.School |
( |
Integer | id, |
|
|
String | name ) |
◆ equals()
| boolean repository.entities.School.equals |
( |
Object | object | ) |
|
◆ getDepartmentCollection()
| Collection< Department > repository.entities.School.getDepartmentCollection |
( |
| ) |
|
◆ getId()
| Integer repository.entities.School.getId |
( |
| ) |
|
◆ getName()
| String repository.entities.School.getName |
( |
| ) |
|
◆ getUniversityName()
| University repository.entities.School.getUniversityName |
( |
| ) |
|
◆ hashCode()
| int repository.entities.School.hashCode |
( |
| ) |
|
◆ setDepartmentCollection()
| void repository.entities.School.setDepartmentCollection |
( |
Collection< Department > | departmentCollection | ) |
|
◆ setId()
| void repository.entities.School.setId |
( |
Integer | id | ) |
|
◆ setName()
| void repository.entities.School.setName |
( |
String | name | ) |
|
◆ setUniversityName()
| void repository.entities.School.setUniversityName |
( |
University | universityName | ) |
|
◆ toString()
| String repository.entities.School.toString |
( |
| ) |
|
The documentation for this class was generated from the following file: