Method Summary |
|
public int | compareTo(Employee other) Compares this employee against another employee for ordering purposes. |
public boolean | equals(Object other) Compares this employee against another for equality. |
public String | getClientSuppliedID() Returns value of the clientSuppliedID. |
public String | getClientSuppliedSecondaryID() Returns value of the clientSuppliedSecondaryID. |
public Designation | getDesignation() Returns value of the designation. |
public String | getEmployeeID() Return the employee ID. |
public String | getFirstName() Returns the first name. |
public String | getLastName() Returns the last name. |
public int | hashCode() Returns the hashcode for this employee. |
public void | setClientSuppliedID(String clientSuppliedID) Sets value of the clientSuppliedID. |
public void | setClientSuppliedSecondaryID(String clientSuppliedSecondaryID) Sets value of the clientSuppliedSecondaryID. |
public void | setDesignation(Designation designation) Sets value of the designation. |
public void | setEmployeeID(String employeeID) Sets the employee ID. |
public void | setFirstName(String firstName) Set the first name. |
public void | setLastName(String lastName) Sets the last name. |
public String | toString() Returns a string representation of this employee for debugging purposes
only. |