|
|||||||||
Home >> All >> com >> sun >> syndication >> feed >> [ module overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.sun.syndication.feed.module
Interface DCSubject

- All Superinterfaces:
- java.lang.Cloneable, com.sun.syndication.feed.CopyFrom
- All Known Implementing Classes:
- DCSubjectImpl
- public interface DCSubject
- extends java.lang.Cloneable, com.sun.syndication.feed.CopyFrom
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 |
getTaxonomyUri
public java.lang.String getTaxonomyUri()
- Returns the DublinCore subject taxonomy URI.
setTaxonomyUri
public void setTaxonomyUri(java.lang.String taxonomyUri)
- Sets the DublinCore subject taxonomy URI.
getValue
public java.lang.String getValue()
- Returns the DublinCore subject value.
setValue
public void setValue(java.lang.String value)
- Sets the DublinCore subject value.
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Creates a deep clone of the object.
|
|||||||||
Home >> All >> com >> sun >> syndication >> feed >> [ module overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |