|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Subject of the Dublin Core ModuleImpl.
Method Summary | |
java.lang.Object |
clone()
Creates a deep clone of the object. |
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 interface com.sun.syndication.feed.CopyFrom |
copyFrom, getInterface |
Method Detail |
public java.lang.String getTaxonomyUri()
public void setTaxonomyUri(java.lang.String taxonomyUri)
taxonomyUri
- the DublinCore subject taxonomy URI to set, null if none.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the DublinCore subject value 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 |