Uses of Class
librarytest.Address

Uses of Address in librarytest
 

Methods in librarytest that return Address
 Address Person.getAddressPerson()
           
 

Methods in librarytest with parameters of type Address
 void Person.setAddressPerson(Address addressPerson)
          Sets an Address object with streetAddress, city, state, and zipCode
 

Constructors in librarytest with parameters of type Address
Employee(int employeeID, EmployeePayType employeePay, double employeePayAmt, Specialization employeeSpeciality, boolean clockedIn, double hoursWorkedInMo, java.lang.String firstName, java.lang.String lastName, Address addressPerson, Gender genderPerson)
          Constructor with all data given
Patron(int patronID, LibraryDate lastCheckOut, java.lang.String firstName, java.lang.String lastName, Address addressPerson, Gender genderPerson)
           
Person(java.lang.String firstName, java.lang.String lastName, Address addressPerson, Gender genderPerson)
          Construct Person with input data