|
|||||||||||
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.module.DCSubject
Subject of the Dublin Core Module, default implementation.
Constructor Summary | |
DCSubject()
Default constructor. |
Method Summary | |
java.lang.String |
getTaxonomyUri()
Returns the DublinCore subject taxonomy URI. |
java.lang.String |
getValue()
Returns the DublinCore subject value. |
void |
setTaxonomyUri(java.lang.String taxonomyUri)
Sets the DublinCore subject taxonomy URI. |
void |
setValue(java.lang.String value)
Sets the DublinCore subject value. |
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.module.DCSubjectI |
clone |
Methods inherited from interface com.sun.syndication.common.ToString |
toString |
Constructor Detail |
public DCSubject()
Method Detail |
public java.lang.String getTaxonomyUri()
getTaxonomyUri
in interface DCSubjectI
public void setTaxonomyUri(java.lang.String taxonomyUri)
setTaxonomyUri
in interface DCSubjectI
taxonomyUri
- the DublinCore subject taxonomy URI to set, null if none.public java.lang.String getValue()
getValue
in interface DCSubjectI
public void setValue(java.lang.String value)
setValue
in interface DCSubjectI
value
- the DublinCore subject value to set, null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |