|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.common.ObjectBean
com.sun.syndication.feed.synd.SyndCategoryImpl
Bean for categories of SyndFeedImpl feeds and entries.
Constructor Summary | |
|
SyndCategoryImpl()
Default constructor. |
protected |
SyndCategoryImpl(java.lang.Class beanClass,
DCSubject subject)
For implementations extending SyndContentImpl to be able to use the ObjectBean functionality with extended interfaces. |
Method Summary | |
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. |
Methods inherited from class com.sun.syndication.common.ObjectBean |
clone, equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.syndication.feed.synd.SyndCategory |
clone |
Methods inherited from interface com.sun.syndication.common.ToString |
toString |
Constructor Detail |
protected SyndCategoryImpl(java.lang.Class beanClass, DCSubject subject)
beanClass
- subject
- the DC subject to wrap.public SyndCategoryImpl()
Method Detail |
public java.lang.String getName()
getName
in interface SyndCategory
public void setName(java.lang.String name)
setName
in interface SyndCategory
name
- the category name to set, null if none.public java.lang.String getTaxonomyUri()
getTaxonomyUri
in interface SyndCategory
public void setTaxonomyUri(java.lang.String taxonomyUri)
setTaxonomyUri
in interface SyndCategory
taxonomyUri
- the category taxonomy URI to set, null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |