Package com.tridion.storage
Class KeywordRelationPK
java.lang.Object
com.tridion.storage.KeywordRelationPK
- All Implemented Interfaces:
KeywordRelationPKEntity,Serializable
KeywordRelationPK.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()voidsetKeywordToId(int keywordToId) voidsetNodeId(int nodeId) toString()
-
Constructor Details
-
KeywordRelationPK
public KeywordRelationPK() -
KeywordRelationPK
public KeywordRelationPK(int nodeId, int keywordToId)
-
-
Method Details
-
getNodeId
public int getNodeId()- Specified by:
getNodeIdin interfaceKeywordRelationPKEntity
-
setNodeId
public void setNodeId(int nodeId) - Specified by:
setNodeIdin interfaceKeywordRelationPKEntity
-
getKeywordToId
public int getKeywordToId()- Specified by:
getKeywordToIdin interfaceKeywordRelationPKEntity
-
setKeywordToId
public void setKeywordToId(int keywordToId) - Specified by:
setKeywordToIdin interfaceKeywordRelationPKEntity
-
hashCode
public int hashCode() -
equals
-
toString
-