Package com.tridion.storage.entities
Interface KeywordRelationPKEntity
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
KeywordRelationPK
KeywordRelationEntityPK.
-
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetKeywordToId(int keywordToId) voidsetNodeId(int nodeId)
-
Method Details
-
getNodeId
int getNodeId() -
setNodeId
void setNodeId(int nodeId) -
getKeywordToId
int getKeywordToId() -
setKeywordToId
void setKeywordToId(int keywordToId)
-