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

T

TimeIgnoringComparator - Class in librarytest
Original version returned an int that indicated before or after but did not give number of days This version is modified to give number of days
TimeIgnoringComparator() - Constructor for class librarytest.TimeIgnoringComparator
 
toString() - Method in class librarytest.Address
private String streetAddress; private String city; private String state; private int zipCode;
toString() - Method in class librarytest.Employee
Displays data of Person private String firstName; private String lastName; private Address addressPerson; private Gender genderPerson; plus Employee info private int employeeID; private EmployeePayType employeePay; private double employeePayAmt; private Specialization employeeSpeciality; private boolean clockedIn; private double hoursWorkedInMo; private double currentPayInMo;
toString() - Method in class librarytest.Item
Display the values for an item private double ISBN; private String title; private ItemType type; private String publisher; private int pageInfoHowMany; private double price; private int publicationYear; private boolean checkedOut; private int patronID; private LibraryDate dueDate;
toString() - Method in class librarytest.LibraryDate
 
toString() - Method in class librarytest.Patron
private int patronID; private LibraryDate lastCheckOut;
toString() - Method in class librarytest.Person
Displays data of private String firstName; private String lastName; private Address addressPerson; private Gender genderPerson;
typeString(ItemType) - Method in class librarytest.Item
 

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