public interface SyndCategory extends Cloneable, CopyFrom
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a deep clone of the object.
|
String |
getName()
Returns the category name.
|
String |
getTaxonomyUri()
Returns the category taxonomy URI.
|
void |
setName(String name)
Sets the category name.
|
void |
setTaxonomyUri(String taxonomyUri)
Sets the category taxonomy URI.
|
copyFrom, getInterface
String 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.Object clone() throws CloneNotSupportedException
CloneNotSupportedException
- thrown if an element of the object cannot be cloned.Copyright © 2021. All rights reserved.