public interface SyndCategory extends Cloneable, CopyFrom
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates a deep clone of the object.
|
String |
getLabel()
Returns the category label, null if none
|
String |
getName()
Returns the category name.
|
String |
getTaxonomyUri()
Returns the category taxonomy URI.
|
void |
setLabel(String label)
Sets the category Label
|
void |
setName(String name)
Sets the category name.
|
void |
setTaxonomyUri(String taxonomyUri)
Sets the category taxonomy URI.
|
copyFrom, getInterfaceString getName()
void setName(String name)
name - the category name to set, null if none.String getTaxonomyUri()
void setTaxonomyUri(String taxonomyUri)
taxonomyUri - the category taxonomy URI to set, null if none.void setLabel(String label)
label - the catagory label to set, null if none
String getLabel()
Object clone() throws CloneNotSupportedException
CloneNotSupportedException - thrown if an element of the object cannot be cloned.Copyright © 2023. All rights reserved.