com.sun.syndication.feed.synd
public class SyndCategoryImpl extends Object implements Serializable, SyndCategory
Field Summary | |
---|---|
ObjectBean | _objBean |
DCSubject | _subject |
Constructor Summary | |
---|---|
SyndCategoryImpl(DCSubject subject)
For implementations extending SyndContentImpl to be able to use the ObjectBean functionality
with extended interfaces.
| |
SyndCategoryImpl()
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 | getName()
Returns the category name.
|
DCSubject | getSubject()
Package private constructor, used by SyndCategoryListFacade.
|
String | getTaxonomyUri()
Returns the category taxonomy URI.
|
int | hashCode()
Returns a hashcode value for the object.
|
void | setName(String name)
Sets the category name.
|
void | setTaxonomyUri(String taxonomyUri)
Sets the category taxonomy URI.
|
String | toString()
Returns the String representation for the object.
|
Parameters: subject the DC subject to wrap.
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: the category name, null if none.
Returns: the DC subject being wrapped.
Returns: the category taxonomy URI, null if none.
It follows the contract defined by the Object hashCode() method.
Returns: the hashcode of the bean object.
Parameters: name the category name to set, null if none.
Parameters: taxonomyUri the category taxonomy URI to set, null if none.
Returns: String representation for the object.