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 | getType() Returns the description type. |
public String | getValue() Returns the description value. |
public int | hashCode() Returns a hashcode value for the object. |
public void | setType(String type) Sets the description type. |
public void | setValue(String value) Sets the description value. |
public String | toString() Returns the String representation for the object. |