public interface SyndCategory extends java.lang.Cloneable, CopyFrom
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates a deep clone of the object.
|
java.lang.String |
getName()
Returns the category name.
|
java.lang.String |
getTaxonomyUri()
Returns the category taxonomy URI.
|
void |
setName(java.lang.String name)
Sets the category name.
|
void |
setTaxonomyUri(java.lang.String taxonomyUri)
Sets the category taxonomy URI.
|
copyFrom, getInterface
java.lang.String getName()
void setName(java.lang.String name)
name
- the category name to set, null if none.java.lang.String getTaxonomyUri()
void setTaxonomyUri(java.lang.String taxonomyUri)
taxonomyUri
- the category taxonomy URI to set, null if none.java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- thrown if an element of the object cannot be cloned.