Package com.tridion.storage
Class Keyword
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.TaxonomyItem
com.tridion.storage.Keyword
- All Implemented Interfaces:
TaxonomyItemBase,BaseEntity,KeywordEntity,Serializable
This is the entity which represents Keyword.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()booleanvoidsetDescription(String description) voidvoidsetUsedForIdentification(boolean usedForIdentification) toString()Methods inherited from class com.tridion.storage.TaxonomyItem
addKeywordRelation, getDepth, getId, getInternalId, getItemType, getKey, getKeywordRelations, getLeft, getNamespaceId, getParent, getPK, getPublicationId, getRelatedItems, getRight, getTaxonomyId, getTotalRelatedItems, isAbstract, isHasChildren, isNavigable, setAbstract, setDepth, setHasChildren, setId, setInternalId, setItemType, setKey, setKeywordRelations, setLeft, setNamespaceId, setNavigable, setParent, setPK, setPublicationId, setRelatedItems, setRight, setTaxonomyId, setTotalRelatedItemsMethods inherited from class com.tridion.storage.BaseEntityImpl
getEntityNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.tridion.storage.BaseEntity
getEntityName, getPK, setPKMethods inherited from interface com.tridion.api.TaxonomyItemBase
getId, getInternalId, getItemType, getLeft, getPublicationId, getRight
-
Constructor Details
-
Keyword
public Keyword() -
Keyword
public Keyword(int namespaceId, int publicationId, int taxonomyId)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceKeywordEntity
-
setName
- Specified by:
setNamein interfaceKeywordEntity
-
getDescription
- Specified by:
getDescriptionin interfaceKeywordEntity
-
setDescription
- Specified by:
setDescriptionin interfaceKeywordEntity
-
isUsedForIdentification
public boolean isUsedForIdentification()- Specified by:
isUsedForIdentificationin interfaceKeywordEntity
-
setUsedForIdentification
public void setUsedForIdentification(boolean usedForIdentification) - Specified by:
setUsedForIdentificationin interfaceKeywordEntity
-
toString
- Overrides:
toStringin classTaxonomyItem
-
equals
- Overrides:
equalsin classTaxonomyItem
-
hashCode
public int hashCode()- Overrides:
hashCodein classTaxonomyItem
-