com.sun.syndication.feed.module
Class DCSubject

java.lang.Object
  extended bycom.sun.syndication.common.ObjectBean
      extended bycom.sun.syndication.feed.module.DCSubject
All Implemented Interfaces:
java.lang.Cloneable, DCSubjectI, java.io.Serializable, ToString

public class DCSubject
extends ObjectBean
implements DCSubjectI

Subject of the Dublin Core Module, default implementation.

Author:
Alejandro Abdelnur
See Also:
Dublin Core module., Serialized Form

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

DCSubject

public DCSubject()
Default constructor. All properties are set to null.

Method Detail

getTaxonomyUri

public java.lang.String getTaxonomyUri()
Returns the DublinCore subject taxonomy URI.

Specified by:
getTaxonomyUri in interface DCSubjectI
Returns:
the DublinCore subject taxonomy URI, null if none.

setTaxonomyUri

public void setTaxonomyUri(java.lang.String taxonomyUri)
Sets the DublinCore subject taxonomy URI.

Specified by:
setTaxonomyUri in interface DCSubjectI
Parameters:
taxonomyUri - the DublinCore subject taxonomy URI to set, null if none.

getValue

public java.lang.String getValue()
Returns the DublinCore subject value.

Specified by:
getValue in interface DCSubjectI
Returns:
the DublinCore subject value, null if none.

setValue

public void setValue(java.lang.String value)
Sets the DublinCore subject value.

Specified by:
setValue in interface DCSubjectI
Parameters:
value - the DublinCore subject value to set, null if none.


Copyright © 2004 Sun Microsystems. All Rights Reserved.