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

S

setAddressPerson(Address) - Method in class librarytest.Person
Sets an Address object with streetAddress, city, state, and zipCode
setCheckedOut(boolean) - Method in class librarytest.Item
 
setCity(String) - Method in class librarytest.Address
 
setClockedIn(boolean) - Method in class librarytest.Employee
Sets if employee is currently working or not
setCurrentPayInMo() - Method in class librarytest.Employee
Calculate the current pay based on job type and hours
setDay(int) - Method in class librarytest.LibraryDate
Error check the value for day based on month and year
setDueDate(LibraryDate) - Method in class librarytest.Item
 
setDueDate() - Method in class librarytest.Item
 
setEmployeeID(int) - Method in class librarytest.Employee
Error check the employeeID value
setEmployeePay(EmployeePayType) - Method in class librarytest.Employee
 
setEmployeePayAmt(double) - Method in class librarytest.Employee
 
setEmployeeSpeciality(Specialization) - Method in class librarytest.Employee
 
setFirstName(String) - Method in class librarytest.Person
 
setGenderPerson(Gender) - Method in class librarytest.Person
Sets enum value of MALE, FEMALE or NODATA
setHoursWorkedInMo(double) - Method in class librarytest.Employee
Error check number of hours worked
setISBN(double) - Method in class librarytest.Item
 
setLastCheckOut(LibraryDate) - Method in class librarytest.Patron
 
setLastName(String) - Method in class librarytest.Person
 
setMonth(int) - Method in class librarytest.LibraryDate
Error check month value
setPageInfoHowMany(int) - Method in class librarytest.Item
 
setPatronID(int) - Method in class librarytest.Item
 
setPatronID(int) - Method in class librarytest.Patron
Error check patron ID value
setPrice(double) - Method in class librarytest.Item
 
setPublicationYear(int) - Method in class librarytest.Item
 
setPublisher(String) - Method in class librarytest.Item
 
setState(String) - Method in class librarytest.Address
Error check the two letter US state codes
setStreetAddress(String) - Method in class librarytest.Address
 
setTitle(String) - Method in class librarytest.Item
 
setType(ItemType) - Method in class librarytest.Item
 
setYear(int) - Method in class librarytest.LibraryDate
Error check year for negative value
setZipCode(int) - Method in class librarytest.Address
Error check the 5 digit zip code between 10000 and 99999
Specialization - Enum in librarytest
Has possible values of REFERENCE, SPECIAL_COLLECTIONS, RESEARCH, DESK, MEDIA, GENERAL, OTHER

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