Index

C D E F G H M N P R S T X 
All Classes and Interfaces|All Packages|Constant Field Values

P

parseEmployee(Scanner) - Static method in class solution.XMLParser
Reads the data in an Employee section and uses it to create and return a new Employee object.
PAY_PERIOD_LENGTH - Static variable in class solution.PayrollGenerator
Number of days between the start and end of the pay period.
paymentBreakdown() - Method in class solution.Employee
Generates a String that can be added to the end of the paystub to show the breakdown of the payment which includes the gross and net pay, employee type, and any other relevant information like number of hours and rate for Hourly employees or salary for FullTime employees.
paymentBreakdown() - Method in class solution.FullTime
 
paymentBreakdown() - Method in class solution.Hourly
Returns a String that breaks down the payment for the Hourly employee.
PayrollGenerator - Class in solution
Generates the payroll for a company.
PayrollGenerator() - Constructor for class solution.PayrollGenerator
 
C D E F G H M N P R S T X 
All Classes and Interfaces|All Packages|Constant Field Values