◆ University() [1/2]
| repository.entities.University.University |
( |
| ) |
|
◆ University() [2/2]
| repository.entities.University.University |
( |
String | name | ) |
|
◆ equals()
| boolean repository.entities.University.equals |
( |
Object | object | ) |
|
◆ getCounter()
| Integer repository.entities.University.getCounter |
( |
| ) |
|
◆ getDescription()
| String repository.entities.University.getDescription |
( |
| ) |
|
◆ getInfo()
| String repository.entities.University.getInfo |
( |
| ) |
|
◆ getName()
| String repository.entities.University.getName |
( |
| ) |
|
◆ getSchoolCollection()
| Collection< School > repository.entities.University.getSchoolCollection |
( |
| ) |
|
◆ hashCode()
| int repository.entities.University.hashCode |
( |
| ) |
|
◆ setCounter()
| void repository.entities.University.setCounter |
( |
Integer | counter | ) |
|
◆ setDescription()
| void repository.entities.University.setDescription |
( |
String | description | ) |
|
◆ setInfo()
| void repository.entities.University.setInfo |
( |
String | info | ) |
|
◆ setName()
| void repository.entities.University.setName |
( |
String | name | ) |
|
◆ setSchoolCollection()
| void repository.entities.University.setSchoolCollection |
( |
Collection< School > | schoolCollection | ) |
|
◆ toString()
| String repository.entities.University.toString |
( |
| ) |
|
The documentation for this class was generated from the following file: