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

Public Member Functions

 School ()
 
 School (Integer id)
 
 School (Integer id, String name)
 
Integer getId ()
 
void setId (Integer id)
 
String getName ()
 
void setName (String name)
 
University getUniversityName ()
 
void setUniversityName (University universityName)
 
Collection< DepartmentgetDepartmentCollection ()
 
void setDepartmentCollection (Collection< Department > departmentCollection)
 
int hashCode ()
 
boolean equals (Object object)
 
String toString ()
 

Constructor & Destructor Documentation

◆ 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 )

Member Function Documentation

◆ equals()

boolean repository.entities.School.equals ( Object object)
Here is the caller graph for this function:

◆ getDepartmentCollection()

Collection< Department > repository.entities.School.getDepartmentCollection ( )
Here is the caller graph for this function:

◆ getId()

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

◆ getName()

String repository.entities.School.getName ( )

◆ getUniversityName()

University repository.entities.School.getUniversityName ( )
Here is the caller graph for this function:

◆ hashCode()

int repository.entities.School.hashCode ( )

◆ setDepartmentCollection()

void repository.entities.School.setDepartmentCollection ( Collection< Department > departmentCollection)
Here is the caller graph for this function:

◆ setId()

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

◆ setName()

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

◆ setUniversityName()

void repository.entities.School.setUniversityName ( University universityName)
Here is the caller graph for this function:

◆ toString()

String repository.entities.School.toString ( )

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