Package com.tridion.storage
Class KeywordRelation
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.KeywordRelation
- All Implemented Interfaces:
BaseEntity,KeywordRelationEntity,Serializable
KeywordRelation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetPK()inthashCode()voidsetKeywordToId(int keywordToId) voidsetNodeId(int nodeId) voidsetTaxonomyItem(TaxonomyItem taxonomyItem) toString()Methods inherited from class com.tridion.storage.BaseEntityImpl
getEntityName, setPKMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.tridion.storage.BaseEntity
getEntityName, setPK
-
Constructor Details
-
KeywordRelation
public KeywordRelation()
-
-
Method Details
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-
getNodeId
public int getNodeId() -
setNodeId
public void setNodeId(int nodeId) -
getKeywordToId
public int getKeywordToId() -
setKeywordToId
public void setKeywordToId(int keywordToId) -
getTaxonomyItem
- Specified by:
getTaxonomyItemin interfaceKeywordRelationEntity
-
setTaxonomyItem
- Specified by:
setTaxonomyItemin interfaceKeywordRelationEntity
-
toString
-
equals
-
hashCode
public int hashCode()
-