Method Summary |
|
public Object | clone() Creates a deep 'bean' clone of the object. |
public boolean | equals(Object other) Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
Parameters: other - he reference object with which to compare. |
public String | getDomain() Returns the category domain. |
public String | getValue() Returns the category value. |
public int | hashCode() Returns a hashcode value for the object. |
public void | setDomain(String domain) Sets the category domain. |
public void | setValue(String value) Sets the category value. |
public String | toString() Returns the String representation for the object. |