Package com.tridion.storage
Class KeywordMeta
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.ItemMeta
com.tridion.storage.KeywordMeta
- All Implemented Interfaces:
ItemMetaBase,KeywordMetaBase,BaseEntity,ItemMetaEntity,KeywordMetaEntity,Serializable
This represents a keyword containing metadata.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetEntityItemId(int componentItemId) voidsetEntityNamespaceId(int entityNamespaceId) voidsetEntityPublicationId(int entityPublicationId) voidsetItemId(int itemId) voidsetKeywordName(String keywordName) voidsetNamespaceId(int namespaceId) voidsetPublicationId(int publicationId) toString()Methods inherited from class com.tridion.storage.ItemMeta
equals, getCreationDate, getCustomMetaValues, getEntityId, getInitialPublishDate, getItemId, getItemSelector, getItemType, getLastPublishDate, getMajorVersion, getMinorVersion, getModificationDate, getNamespaceId, getOwningPublication, getPK, getPublicationId, getRelatedKeywords, getTitle, getTrustee, hashCode, setCreationDate, setCustomMeta, setCustomMetaValues, setEntityId, setInitialPublishDate, setItemSelector, setItemType, setLastPublishDate, setMajorVersion, setMinorVersion, setModificationDate, setOwningPublication, setRelatedKeywords, setRelatedKeywords, setTitle, setTrusteeMethods 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, getPK, setPKMethods inherited from interface com.tridion.api.ItemMetaBase
getCustomMetaValuesMethods inherited from interface com.tridion.storage.entities.ItemMetaEntity
getCreationDate, getCustomMetaValues, getInitialPublishDate, getItemId, getItemSelector, getItemType, getLastPublishDate, getMajorVersion, getMinorVersion, getModificationDate, getNamespaceId, getOwningPublication, getPublicationId, getRelatedKeywords, getTitle, getTrustee, setCreationDate, setCustomMeta, setCustomMetaValues, setInitialPublishDate, setItemSelector, setItemType, setLastPublishDate, setMajorVersion, setMinorVersion, setModificationDate, setOwningPublication, setRelatedKeywords, setRelatedKeywords, setTitle, setTrustee
-
Constructor Details
-
KeywordMeta
public KeywordMeta()
-
-
Method Details
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfaceItemMetaEntity- Overrides:
setNamespaceIdin classItemMeta
-
setPublicationId
public void setPublicationId(int publicationId) - Specified by:
setPublicationIdin interfaceItemMetaEntity- Overrides:
setPublicationIdin classItemMeta
-
setItemId
public void setItemId(int itemId) - Specified by:
setItemIdin interfaceItemMetaEntity- Overrides:
setItemIdin classItemMeta
-
getKeywordName
- Specified by:
getKeywordNamein interfaceKeywordMetaEntity
-
setKeywordName
- Specified by:
setKeywordNamein interfaceKeywordMetaEntity
-
getEntityNamespaceId
public int getEntityNamespaceId() -
getEntityItemId
public int getEntityItemId() -
getEntityPublicationId
public int getEntityPublicationId() -
setEntityNamespaceId
public void setEntityNamespaceId(int entityNamespaceId) -
setEntityItemId
public void setEntityItemId(int componentItemId) -
setEntityPublicationId
public void setEntityPublicationId(int entityPublicationId) -
toString
-