com.sun.syndication.feed.atom
public class Category extends Object implements Cloneable, Serializable
Field Summary | |
---|---|
String | _label |
ObjectBean | _objBean |
String | _scheme |
String | _term |
Constructor Summary | |
---|---|
Category()
Default constructor. |
Method Summary | |
---|---|
Object | clone()
Creates a deep 'bean' clone of the object.
|
boolean | equals(Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
|
String | getLabel()
Get label for category.
|
String | getScheme()
Get Scheme URI for category.
|
String | getTerm()
Return term for category.
|
int | hashCode()
Returns a hashcode value for the object.
|
void | setLabel(String label)
Set label for category.
|
void | setScheme(String scheme)
Set scheme URI for category.
|
void | setTerm(String term)
Set term for category.
|
String | toString()
Returns the String representation for the object.
|
Returns: a clone of the object.
Throws: CloneNotSupportedException thrown if an element of the object cannot be cloned.
Parameters: other he reference object with which to compare.
Returns: true if 'this' object is equal to the 'other' object.
Returns: Label for category.
Returns: Scheme URI for category.
Returns: Term for category.
It follows the contract defined by the Object hashCode() method.
Returns: the hashcode of the bean object.
Parameters: Label for category.
Parameters: Scheme URI for category.
Parameters: Term for category.
Returns: String representation for the object.