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 |
getLabel()
Returns the category label, null if none
|
java.lang.String |
getName()
Returns the category name.
|
java.lang.String |
getTaxonomyUri()
Returns the category taxonomy URI.
|
void |
setLabel(java.lang.String label)
Sets the category Label
|
void |
setName(java.lang.String name)
Sets the category name.
|
void |
setTaxonomyUri(java.lang.String taxonomyUri)
Sets the category taxonomy URI.
|
copyFrom, getInterfacejava.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.void setLabel(java.lang.String label)
label - the catagory label to set, null if none
java.lang.String getLabel()
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.Copyright © 2025. All rights reserved.