Package com.tridion.storage
Class ItemMeta
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.ItemMeta
- All Implemented Interfaces:
ItemMetaBase,BaseEntity,ItemMetaEntity,Serializable
- Direct Known Subclasses:
ComponentMeta,KeywordMeta,PageMeta,Publication,TemplateMeta
This represents the base of all item types stored in the content delivery datastore.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet custom meta values.intintintgetPK()intgetTitle()inthashCode()voidsetCreationDate(Date creationDate) voidsetCustomMeta(CustomMeta customMeta) voidsetCustomMetaValues(List<CustomMetaValue> customMetaValues) voidsetEntityId(Long entityId) voidsetInitialPublishDate(Date initialPublishDate) voidsetItemId(int itemId) voidsetItemSelector(String itemSelector) voidsetItemType(int itemType) voidsetLastPublishDate(Date lastPublishDate) voidsetMajorVersion(Integer majorVersion) voidsetMinorVersion(Integer minorVersion) voidsetModificationDate(Date modificationDate) voidsetNamespaceId(int namespaceId) voidsetOwningPublication(Integer owningPublication) voidsetPublicationId(int publicationId) voidsetRelatedKeywords(Category[] categories) voidsetRelatedKeywords(List<RelatedKeyword> relatedKeywords) voidvoidsetTrustee(String trustee) 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
-
ItemMeta
public ItemMeta() -
ItemMeta
-
-
Method Details
-
setCustomMeta
- Specified by:
setCustomMetain interfaceItemMetaEntity
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-
getEntityId
-
setEntityId
-
getNamespaceId
public int getNamespaceId()- Specified by:
getNamespaceIdin interfaceItemMetaEntity
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfaceItemMetaEntity
-
getPublicationId
public int getPublicationId()- Specified by:
getPublicationIdin interfaceItemMetaEntity
-
getItemId
public int getItemId()- Specified by:
getItemIdin interfaceItemMetaEntity
-
setItemId
public void setItemId(int itemId) - Specified by:
setItemIdin interfaceItemMetaEntity
-
setPublicationId
public void setPublicationId(int publicationId) - Specified by:
setPublicationIdin interfaceItemMetaEntity
-
getMajorVersion
- Specified by:
getMajorVersionin interfaceItemMetaEntity
-
setMajorVersion
- Specified by:
setMajorVersionin interfaceItemMetaEntity
-
getMinorVersion
- Specified by:
getMinorVersionin interfaceItemMetaEntity
-
setMinorVersion
- Specified by:
setMinorVersionin interfaceItemMetaEntity
-
getOwningPublication
- Specified by:
getOwningPublicationin interfaceItemMetaEntity
-
setOwningPublication
- Specified by:
setOwningPublicationin interfaceItemMetaEntity
-
getItemType
public int getItemType()- Specified by:
getItemTypein interfaceItemMetaEntity
-
setItemType
public void setItemType(int itemType) - Specified by:
setItemTypein interfaceItemMetaEntity
-
getTitle
- Specified by:
getTitlein interfaceItemMetaEntity
-
setTitle
- Specified by:
setTitlein interfaceItemMetaEntity
-
getCreationDate
- Specified by:
getCreationDatein interfaceItemMetaEntity
-
setCreationDate
- Specified by:
setCreationDatein interfaceItemMetaEntity
-
getInitialPublishDate
- Specified by:
getInitialPublishDatein interfaceItemMetaEntity
-
setInitialPublishDate
- Specified by:
setInitialPublishDatein interfaceItemMetaEntity
-
getLastPublishDate
- Specified by:
getLastPublishDatein interfaceItemMetaEntity
-
setLastPublishDate
- Specified by:
setLastPublishDatein interfaceItemMetaEntity
-
getTrustee
- Specified by:
getTrusteein interfaceItemMetaEntity
-
setTrustee
- Specified by:
setTrusteein interfaceItemMetaEntity
-
getItemSelector
- Specified by:
getItemSelectorin interfaceItemMetaEntity
-
setItemSelector
- Specified by:
setItemSelectorin interfaceItemMetaEntity
-
getModificationDate
- Specified by:
getModificationDatein interfaceItemMetaEntity
-
setModificationDate
- Specified by:
setModificationDatein interfaceItemMetaEntity
-
getCustomMetaValues
Description copied from interface:ItemMetaBaseGet custom meta values.- Specified by:
getCustomMetaValuesin interfaceItemMetaBase- Specified by:
getCustomMetaValuesin interfaceItemMetaEntity- Returns:
- list of custom meta values
-
setCustomMetaValues
- Specified by:
setCustomMetaValuesin interfaceItemMetaEntity
-
getRelatedKeywords
- Specified by:
getRelatedKeywordsin interfaceItemMetaEntity
-
setRelatedKeywords
- Specified by:
setRelatedKeywordsin interfaceItemMetaEntity
-
setRelatedKeywords
- Specified by:
setRelatedKeywordsin interfaceItemMetaEntity
-
toString
-
equals
-
hashCode
public int hashCode()
-