Index of all Fields and Methods
All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

AssignJob(String). Method in class .Employee
This method assigns the employee to the specified job.

C

CalculatePayCheck(int). Method in class .Contractor
This method calculates how much is due to a contractor based on how much he's worked and his hourly rate.
ChangeSalary(float). Method in class .Employee
This function changes the employees salary.
Contractor(float, String, String). Constructor for class .Contractor

E

Employee(float, String, String). Constructor for class .Employee
This constructor is used to create a new employee and assign him an initial salary.

F

firstName. Variable in class .Person

G

GetHourlyRate(). Method in class .Contractor
This method can be used to retrieve the hourly rate paid to the contractor.
GetJobTitle(). Method in class .Employee
This function returns the job title of the employee.
GetMaxWorkingAge(). Static method in class .Employee
This method return the highest age at which an employee can remain at work.

L

lastName. Variable in class .Person