com.sun.syndication.feed.module
public class DCSubjectImpl extends Object implements Cloneable, Serializable, DCSubject
UNKNOWN: Dublin Core module.
Field Summary | |
---|---|
static CopyFromHelper | COPY_FROM_HELPER |
ObjectBean | _objBean |
String | _taxonomyUri |
String | _value |
Constructor Summary | |
---|---|
DCSubjectImpl()
Default constructor. |
Method Summary | |
---|---|
Object | clone()
Creates a deep 'bean' clone of the object.
|
void | copyFrom(Object obj) |
boolean | equals(Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
|
Class | getInterface() |
String | getTaxonomyUri()
Returns the DublinCore subject taxonomy URI.
|
String | getValue()
Returns the DublinCore subject value.
|
int | hashCode()
Returns a hashcode value for the object.
|
void | setTaxonomyUri(String taxonomyUri)
Sets the DublinCore subject taxonomy URI.
|
void | setValue(String value)
Sets the DublinCore subject value.
|
String | toString()
Returns the String representation for the object.
|
Returns: a clone of the object.
Throws: CloneNotSupportedException thrown if an element of the object cannot be cloned.
Parameters: other he reference object with which to compare.
Returns: true if 'this' object is equal to the 'other' object.
Returns: the DublinCore subject taxonomy URI, null if none.
Returns: the DublinCore subject value, null if none.
It follows the contract defined by the Object hashCode() method.
Returns: the hashcode of the bean object.
Parameters: taxonomyUri the DublinCore subject taxonomy URI to set, null if none.
Parameters: value the DublinCore subject value to set, null if none.
Returns: String representation for the object.