Java Doc for Employee.java in » Development » CSVObjects » test » net » sf » anupam » csv » beans » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Compares this employee against another employee for ordering purposes. The comparision
is based on the employee ID.
Parameters: other - the other employee to compare against 0 if the two employee are equal, -1 if this employee IDis lower, +1 if this employee ID is higher See Also:Comparable.compareTo(Object)
Compares this employee against another for equality. The comparision is based on the
employee ID.
Parameters: other - the other employee to compare against true if equal, false otherwise See Also:Object.equals(Object)