A B C D E F G H I L M N P R S T U V

B

Book - Class in university
Class for Books in the university Library
Book(String, int, String[]) - Constructor for class university.Book
Creates a new instance of Book
build() - Static method in class university.AddressFactory
Builds a new address
Build - Interface in university
Interface for factories to build objects.
build() - Method in interface university.Build
Create a new Person.
build() - Method in class university.FacultyFactory
Builds a new instance of Faculty from the information entered from the console
build() - Method in class university.GraduateFactory
Builds a new instance of graduate student.
build() - Method in class university.StaffFactory
Build a new staff member from the information entered in the console.
build() - Method in class university.UndergraduateFactory
 
buildEmployeeInfo() - Method in class university.EmployeeFactory
Build the Employee information entered from the console
buildPersonInfo() - Method in class university.PersonFactory
Builds the person infromation from the console input
buildStudentInfo() - Method in class university.StudentFactory
 

A B C D E F G H I L M N P R S T U V