| Constructor and Description |
|---|
University() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getChair() |
java.lang.String |
getChairName() |
java.lang.Integer |
getCity() |
java.lang.Integer |
getCountry() |
java.lang.String |
getEducationForm() |
java.lang.Integer |
getEducationFormId() |
java.lang.String |
getEducationStatus() |
java.lang.Integer |
getEducationStatusId() |
java.lang.Integer |
getFaculty() |
java.lang.String |
getFacultyName() |
java.lang.Integer |
getGraduation() |
java.lang.Integer |
getId() |
java.lang.String |
getName() |
java.lang.Integer |
getUniversityGroupId() |
int |
hashCode() |
University |
setChair(java.lang.Integer chair) |
University |
setChairName(java.lang.String chairName) |
University |
setCity(java.lang.Integer city) |
University |
setCountry(java.lang.Integer country) |
University |
setEducationForm(java.lang.String educationForm) |
University |
setEducationFormId(java.lang.Integer educationFormId) |
University |
setEducationStatus(java.lang.String educationStatus) |
University |
setEducationStatusId(java.lang.Integer educationStatusId) |
University |
setFaculty(java.lang.Integer faculty) |
University |
setFacultyName(java.lang.String facultyName) |
University |
setGraduation(java.lang.Integer graduation) |
University |
setId(java.lang.Integer id) |
University |
setName(java.lang.String name) |
University |
setUniversityGroupId(java.lang.Integer universityGroupId) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getChair()
public University setChair(java.lang.Integer chair)
public java.lang.String getChairName()
public University setChairName(java.lang.String chairName)
public java.lang.Integer getCity()
public University setCity(java.lang.Integer city)
public java.lang.Integer getCountry()
public University setCountry(java.lang.Integer country)
public java.lang.String getEducationForm()
public University setEducationForm(java.lang.String educationForm)
public java.lang.Integer getEducationFormId()
public University setEducationFormId(java.lang.Integer educationFormId)
public java.lang.String getEducationStatus()
public University setEducationStatus(java.lang.String educationStatus)
public java.lang.Integer getEducationStatusId()
public University setEducationStatusId(java.lang.Integer educationStatusId)
public java.lang.Integer getFaculty()
public University setFaculty(java.lang.Integer faculty)
public java.lang.String getFacultyName()
public University setFacultyName(java.lang.String facultyName)
public java.lang.Integer getGraduation()
public University setGraduation(java.lang.Integer graduation)
public java.lang.Integer getId()
public University setId(java.lang.Integer id)
public java.lang.String getName()
public University setName(java.lang.String name)
public java.lang.Integer getUniversityGroupId()
public University setUniversityGroupId(java.lang.Integer universityGroupId)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()