Java Doc for Designation.java in » Development » CSVObjects » test » net » sf » anupam » csv » beans » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Compares this designation to another designation.
Parameters: other - the other designation to compare against 0 if the two designations are equal, -1 if thisdesignation ranks lower, +1 if this designation ranks higher See Also:Comparable.compareTo(Object)
Compares this designation with another for equality. The equality is based on the
designation string.
Parameters: other - the other designation to compare against true if the designations are equal, false otherwise See Also:Object.equals(Object)
Returns the hash code for this designation. The hash code is based on the designation string.
the hash code for this designation See Also:Object.hashCode
setDesignation
public void setDesignation(String designation)(Code)
Sets value of the designation.
Parameters: designation - The designation to set.