| java.lang.Object com.sun.syndication.feed.module.DCSubjectImpl
Method Summary | |
public Object | clone() Creates a deep 'bean' clone of the object. | public void | copyFrom(Object obj) | public boolean | equals(Object other) Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
Parameters: other - he reference object with which to compare. | public Class | getInterface() | public String | getTaxonomyUri() Returns the DublinCore subject taxonomy URI. | public String | getValue() Returns the DublinCore subject value. | public int | hashCode() Returns a hashcode value for the object. | public void | setTaxonomyUri(String taxonomyUri) Sets the DublinCore subject taxonomy URI. | public void | setValue(String value) Sets the DublinCore subject value. | public String | toString() Returns the String representation for the object. |
DCSubjectImpl | public DCSubjectImpl()(Code) | | Default constructor. All properties are set to null.
|
equals | public boolean equals(Object other)(Code) | | Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
Parameters: other - he reference object with which to compare. true if 'this' object is equal to the 'other' object. |
getTaxonomyUri | public String getTaxonomyUri()(Code) | | Returns the DublinCore subject taxonomy URI.
the DublinCore subject taxonomy URI, null if none. |
getValue | public String getValue()(Code) | | Returns the DublinCore subject value.
the DublinCore subject value, null if none. |
hashCode | public int hashCode()(Code) | | Returns a hashcode value for the object.
It follows the contract defined by the Object hashCode() method.
the hashcode of the bean object. |
setTaxonomyUri | public void setTaxonomyUri(String taxonomyUri)(Code) | | Sets the DublinCore subject taxonomy URI.
Parameters: taxonomyUri - the DublinCore subject taxonomy URI to set, null if none. |
setValue | public void setValue(String value)(Code) | | Sets the DublinCore subject value.
Parameters: value - the DublinCore subject value to set, null if none. |
toString | public String toString()(Code) | | Returns the String representation for the object.
String representation for the object. |
|
|