Index
All Classes and Interfaces|All Packages|Constant Field Values
G
- generatePayStub() - Method in class solution.Employee
-
Generates a String that can be written to the paystub.
- getPay() - Method in class solution.Employee
-
Returns the gross pay for this Employee.
- getPay() - Method in class solution.FullTime
-
Returns the gross pay of the FullTime Employee which is the salary divided by the number of pay periods.
- getPay() - Method in class solution.Hourly
-
Returns the gross pay of the Hourly Employee which is rate * hours.
All Classes and Interfaces|All Packages|Constant Field Values