Index

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

E

Employee - Class in solution
Base abstract class for an Employee that contains an id, name, address, and list of deductions.
Employee(int, String, String, ArrayList<Deduction>) - Constructor for class solution.Employee
Creates a new Employee object with an ID, name, address and list of deductions.
equals(Object) - Method in class solution.Employee
Returns true if the passed in Object is an Employee and has the same name, address, and id.
C D E F G H M N P R S T X 
All Classes and Interfaces|All Packages|Constant Field Values