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 | getLabel() Get label for category. |
public String | getScheme() Get Scheme URI for category. |
public String | getTerm() Return term for category. |
public int | hashCode() Returns a hashcode value for the object. |
public void | setLabel(String label) Set label for category. |
public void | setScheme(String scheme) Set scheme URI for category. |
public void | setTerm(String term) Set term for category. |
public String | toString() Returns the String representation for the object. |