public interface DCSubject extends Cloneable, CopyFrom
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a deep clone of the object.
|
String |
getTaxonomyUri()
Returns the DublinCore subject taxonomy URI.
|
String |
getValue()
Returns the DublinCore subject value.
|
void |
setTaxonomyUri(String taxonomyUri)
Sets the DublinCore subject taxonomy URI.
|
void |
setValue(String value)
Sets the DublinCore subject value.
|
copyFrom, getInterface
String getTaxonomyUri()
void setTaxonomyUri(String taxonomyUri)
taxonomyUri
- the DublinCore subject taxonomy URI to set, null if none.String getValue()
void setValue(String value)
value
- the DublinCore subject value to set, null if none.Object clone() throws CloneNotSupportedException
CloneNotSupportedException
- thrown if an element of the object cannot be cloned.Copyright © 2024. All rights reserved.