com.sun.syndication.feed.module

Interface DCSubject

public interface DCSubject extends Cloneable, CopyFrom

Subject of the Dublin Core ModuleImpl.

Author: Alejandro Abdelnur

UNKNOWN: Dublin Core module.

Method Summary
Objectclone()
Creates a deep clone of the object.
StringgetTaxonomyUri()
Returns the DublinCore subject taxonomy URI.
StringgetValue()
Returns the DublinCore subject value.
voidsetTaxonomyUri(String taxonomyUri)
Sets the DublinCore subject taxonomy URI.
voidsetValue(String value)
Sets the DublinCore subject value.

Method Detail

clone

public Object clone()
Creates a deep clone of the object.

Returns: a clone of the object.

Throws: CloneNotSupportedException thrown if an element of the object cannot be cloned.

getTaxonomyUri

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

Returns: the DublinCore subject taxonomy URI, null if none.

getValue

public String getValue()
Returns the DublinCore subject value.

Returns: the DublinCore subject value, null if none.

setTaxonomyUri

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

Parameters: taxonomyUri the DublinCore subject taxonomy URI to set, null if none.

setValue

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

Parameters: value the DublinCore subject value to set, null if none.

Copyright © Sun Microsystems. All Rights Reserved.