|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SyndCategory
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 |
---|
java.lang.String getName()
void setName(java.lang.String name)
name
- the category name to set, null if none.java.lang.String getTaxonomyUri()
void setTaxonomyUri(java.lang.String taxonomyUri)
taxonomyUri
- the category taxonomy URI to set, null if none.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 |