Package com.tridion.storage
Class RelatedKeyword
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.RelatedKeyword
- All Implemented Interfaces:
BaseEntity,RelatedKeywordEntity,Serializable
This represents the related keywords for a metadata item.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintgetPK()intintintintinthashCode()voidsetCategoryName(String categoryName) voidsetItemId(int itemId) voidsetKeywordId(int keywordId) voidsetKeywordName(String keywordName) voidsetNamespaceId(int namespaceId) voidsetPublicationId(int publicationId) voidsetRelatedItem(ItemMeta relatedItem) voidsetRelatedItemId(Long relatedItemId) voidsetRelationId(int relationId) voidsetTaxFacetType(int taxFacetType) voidsetTaxonomyId(int taxonomyId) 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
-
RelatedKeyword
public RelatedKeyword()
-
-
Method Details
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-
getRelationId
public int getRelationId()- Specified by:
getRelationIdin interfaceRelatedKeywordEntity
-
setRelationId
public void setRelationId(int relationId) - Specified by:
setRelationIdin interfaceRelatedKeywordEntity
-
getNamespaceId
public int getNamespaceId()- Specified by:
getNamespaceIdin interfaceRelatedKeywordEntity
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfaceRelatedKeywordEntity
-
getKeywordId
public int getKeywordId()- Specified by:
getKeywordIdin interfaceRelatedKeywordEntity
-
setKeywordId
public void setKeywordId(int keywordId) - Specified by:
setKeywordIdin interfaceRelatedKeywordEntity
-
getTaxonomyId
public int getTaxonomyId()- Specified by:
getTaxonomyIdin interfaceRelatedKeywordEntity
-
setTaxonomyId
public void setTaxonomyId(int taxonomyId) - Specified by:
setTaxonomyIdin interfaceRelatedKeywordEntity
-
getCategoryName
- Specified by:
getCategoryNamein interfaceRelatedKeywordEntity
-
setCategoryName
- Specified by:
setCategoryNamein interfaceRelatedKeywordEntity
-
getKeywordName
- Specified by:
getKeywordNamein interfaceRelatedKeywordEntity
-
setKeywordName
- Specified by:
setKeywordNamein interfaceRelatedKeywordEntity
-
getPublicationId
public int getPublicationId()- Specified by:
getPublicationIdin interfaceRelatedKeywordEntity
-
setPublicationId
public void setPublicationId(int publicationId) - Specified by:
setPublicationIdin interfaceRelatedKeywordEntity
-
getItemId
public int getItemId()- Specified by:
getItemIdin interfaceRelatedKeywordEntity
-
setItemId
public void setItemId(int itemId) - Specified by:
setItemIdin interfaceRelatedKeywordEntity
-
getTaxFacetType
public int getTaxFacetType()- Specified by:
getTaxFacetTypein interfaceRelatedKeywordEntity
-
setTaxFacetType
public void setTaxFacetType(int taxFacetType) - Specified by:
setTaxFacetTypein interfaceRelatedKeywordEntity
-
getRelatedItem
- Specified by:
getRelatedItemin interfaceRelatedKeywordEntity
-
getRelatedItemId
-
setRelatedItemId
-
setRelatedItem
- Specified by:
setRelatedItemin interfaceRelatedKeywordEntity
-
toString
-
equals
-
hashCode
public int hashCode()
-