Uses of Class
librarytest.Employee

Uses of Employee in librarytest
 

Methods in librarytest with parameters of type Employee
 double Library.calculatePayForMonth(Employee e, double hrs)
          33) Calculate pay for an employee (hourly employees are rate times hours worked; salary get monthly amt)
 boolean Library.fireEmployee(Employee e)
          34) Remove (fire) an employee
 boolean Library.hireEmployee(Employee e)
          32) Hire an employee