Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V
G
gender
- Variable in class university.
PersonFactory
getAddress()
- Method in class university.
Person
Get the Address of the Person.
getAddress()
- Method in interface university.
PersonAdapter
Get the Address of the Person.
getAddress()
- Method in class university.
PersonAdapterImpl
Get the Address of the Person.
getAddress()
- Method in class university.
Unit
Returns the name of a Unit
getAffiliation()
- Method in class university.
Person
Returns the unit a person belongs to.
getAffiliation()
- Method in interface university.
PersonAdapter
Returns the unit a person belongs to.
getAffiliation()
- Method in class university.
PersonAdapterImpl
Returns the unit a person belongs to.
getBooks()
- Method in class university.
Library
Get a list of all the books in the library.
getCity()
- Method in class university.
Address
Returns the city.
getFactory()
- Static method in class university.
ID
Returns an instance of the ID class
getGender(String)
- Method in class university.
BuildPersonFromXML
getGender return a Sex object for the String supplied
getGender()
- Method in class university.
Person
Returns the sex of a person
getGender()
- Method in interface university.
PersonAdapter
Returns the sex of a person
getGender()
- Method in class university.
PersonAdapterImpl
Returns the sex of a person
getGraduateLevel(String)
- Method in class university.
BuildPersonFromXML
getGraduateLevel returns a GraduateLevel object for the String.
getID()
- Method in class university.
Person
Returns the ID of a person.
getID()
- Method in interface university.
PersonAdapter
Returns the ID of a person.
getID()
- Method in class university.
PersonAdapterImpl
Returns the ID of a person.
getInstance()
- Static method in class university.
Addmissions
Returns an instance of the Addmission Unit.
getInstance()
- Static method in class university.
CIS
Returns the unit
getInstance()
- Static method in class university.
Education
Return the unit belonged to.
getInstance()
- Static method in class university.
HR
Returns an instance of HR.
getInstance()
- Static method in class university.
Library
Retruns an instance of Library.
getJobTitle()
- Method in class university.
Staff
Returns the staffs job title.
getLanguages()
- Method in class university.
CIS
Returns an array of the programming languages taught by the CIS department
getLevel()
- Method in class university.
Graduate
Get the level of the graduate student wheather master or phd
getName()
- Method in class university.
Person
Returns the name of a person
getName()
- Method in interface university.
PersonAdapter
Returns the name of a person
getName()
- Method in class university.
PersonAdapterImpl
Returns the name of a person
getName()
- Method in class university.
Unit
Returns the name of the Unit.
getNextId()
- Method in class university.
ID
Returns the next id.
getSalary()
- Method in class university.
Employee
Retruns the salary of the Employee.
getSpecialty()
- Method in class university.
Faculty
The Faculty members area of specialty.
getState()
- Method in class university.
Address
Returns the state.
getStatus()
- Method in class university.
Faculty
Retunrs the Faculty Status if the Faculty member if tenured or adjuct.
getStatus()
- Method in class university.
Undergraduate
Get the Undergraduate students grade level.
getStreet()
- Method in class university.
Address
Returns the street.
getTitle()
- Method in class university.
Book
Returns The title of the book
getUndergraduateLevel(String)
- Method in class university.
BuildPersonFromXML
getUndergraduateLevel returns a UndergraduateLevel object for the String.
getUnit(String)
- Method in class university.
BuildPersonFromXML
Returns a Unit object from the value read in from the xml document.
getZipcode()
- Method in class university.
Address
Returns the zipcode
Graduate
- Class in
university
Class for Graduate students in the university.
Graduate(String, Sex, Address, Unit, GraduateLevel)
- Constructor for class university.
Graduate
Creates a new instance of Graduate
Graduate(String, Sex, Address, Unit, GraduateLevel, String)
- Constructor for class university.
Graduate
Creates a new instance of Graduate
GraduateFactory
- Class in
university
Builds a Graduate student from the information entered in from the console.
GraduateFactory()
- Constructor for class university.
GraduateFactory
Creates a new instance of BuildGraduate
GraduateLevel
- Enum in
university
enum of the graduate levels.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V