Index
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, and address
- Employee(int, String, String) - Constructor for class solution.Employee
-
Creates a new Employee object with an ID, name, and address
- equals(Object) - Method in class solution.Employee
-
Returns true if the passed in Object is an Employee that has the same name, address, and id.
All Classes and Interfaces|All Packages|Constant Field Values