public class KeywordImpl extends BaseItem implements Keyword, Serializable
| Constructor and Description |
|---|
KeywordImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Keyword> |
getChildKeywords() |
List<TCMURI> |
getClassifiedItems() |
String |
getDescription() |
String |
getKey() |
Map<String,Field> |
getMetadata() |
List<Keyword> |
getParentKeywords() |
String |
getPath() |
List<TCMURI> |
getRelatedKeywords() |
String |
getTaxonomyId() |
boolean |
hasChildren() |
boolean |
hasClassifiedItems() |
boolean |
hasParents() |
boolean |
hasRelatedKeywords() |
boolean |
isAbstract() |
boolean |
isRoot() |
void |
setChildKeywords(List<Keyword> childKeywords) |
void |
setClassifiedItems(List<TCMURI> classifiedItems) |
void |
setDescription(String description) |
void |
setIsAbstract(boolean isAbstract) |
void |
setIsRoot(boolean isRoot) |
void |
setKey(String key) |
void |
setMetadata(Map<String,Field> metadata) |
void |
setParentKeywords(List<Keyword> parentKeywords) |
void |
setPath(String path) |
void |
setRelatedKeywords(List<TCMURI> relatedKeywords) |
void |
setTaxonomyId(String taxonomyId) |
addCustomProperty, getCustomProperties, getCustomProperty, getExtensionData, getId, getTitle, setCustomProperties, setExtensionData, setId, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCustomProperty, getCustomProperties, getCustomProperty, getExtensionData, getId, getTitle, setCustomProperties, setExtensionData, setId, setTitlepublic boolean isAbstract()
isAbstract in interface Keywordpublic void setIsAbstract(boolean isAbstract)
setIsAbstract in interface Keywordpublic String getDescription()
getDescription in interface Keywordpublic void setDescription(String description)
public void setKey(String key)
public List<Keyword> getChildKeywords()
getChildKeywords in interface Keywordpublic boolean hasChildren()
hasChildren in interface Keywordpublic List<Keyword> getParentKeywords()
getParentKeywords in interface Keywordpublic boolean hasParents()
hasParents in interface Keywordpublic List<TCMURI> getRelatedKeywords()
getRelatedKeywords in interface Keywordpublic boolean hasRelatedKeywords()
hasRelatedKeywords in interface Keywordpublic List<TCMURI> getClassifiedItems()
getClassifiedItems in interface Keywordpublic boolean hasClassifiedItems()
hasClassifiedItems in interface Keywordpublic String getTaxonomyId()
getTaxonomyId in interface Keywordpublic void setTaxonomyId(String taxonomyId)
setTaxonomyId in interface Keywordpublic Map<String,Field> getMetadata()
getMetadata in interface HasMetadatapublic void setMetadata(Map<String,Field> metadata)
setMetadata in interface HasMetadataCopyright © 2017. All rights reserved.