|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Bean interface for categories of SyndFeedImpl feeds and entries.
Method Summary | |
java.lang.Object |
clone()
Creates a deep clone of the object. |
java.lang.String |
getName()
Returns the category name. |
java.lang.String |
getTaxonomyUri()
Returns the category taxonomy URI. |
void |
setName(java.lang.String name)
Sets the category name. |
void |
setTaxonomyUri(java.lang.String taxonomyUri)
Sets the category taxonomy URI. |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the category name to set, null if none.public java.lang.String getTaxonomyUri()
public void setTaxonomyUri(java.lang.String taxonomyUri)
taxonomyUri
- the category taxonomy URI to set, null if none.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- thrown if an element of the object cannot be cloned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |