Interface ItemMetaEntity

All Superinterfaces:
BaseEntity, Serializable
All Known Subinterfaces:
ComponentMetaEntity, KeywordMetaEntity, TemplateMetaEntity
All Known Implementing Classes:
ComponentMeta, ItemMeta, KeywordMeta, PageMeta, Publication, TemplateMeta

public interface ItemMetaEntity extends Serializable, BaseEntity
This represent the base of all item types stored in the content delivery datastore.
  • Method Details

    • setCustomMeta

      void setCustomMeta(CustomMeta customMeta)
    • getNamespaceId

      int getNamespaceId()
    • setNamespaceId

      void setNamespaceId(int namespaceId)
    • getItemId

      int getItemId()
    • setItemId

      void setItemId(int itemId)
    • getPublicationId

      int getPublicationId()
    • setPublicationId

      void setPublicationId(int publicationId)
    • getMajorVersion

      Integer getMajorVersion()
    • setMajorVersion

      void setMajorVersion(Integer majorVersion)
    • getMinorVersion

      Integer getMinorVersion()
    • setMinorVersion

      void setMinorVersion(Integer minorVersion)
    • getOwningPublication

      Integer getOwningPublication()
    • setOwningPublication

      void setOwningPublication(Integer owningPublication)
    • getItemType

      int getItemType()
    • setItemType

      void setItemType(int itemType)
    • getTitle

      String getTitle()
    • setTitle

      void setTitle(String title)
    • getCreationDate

      Date getCreationDate()
    • setCreationDate

      void setCreationDate(Date creationDate)
    • getInitialPublishDate

      Date getInitialPublishDate()
    • setInitialPublishDate

      void setInitialPublishDate(Date initialPublishDate)
    • getLastPublishDate

      Date getLastPublishDate()
    • setLastPublishDate

      void setLastPublishDate(Date lastPublishDate)
    • getTrustee

      String getTrustee()
    • setTrustee

      void setTrustee(String trustee)
    • getItemSelector

      String getItemSelector()
    • setItemSelector

      void setItemSelector(String itemSelector)
    • getModificationDate

      Date getModificationDate()
    • setModificationDate

      void setModificationDate(Date modificationDate)
    • getCustomMetaValues

      List<CustomMetaValue> getCustomMetaValues()
    • setCustomMetaValues

      void setCustomMetaValues(List<CustomMetaValue> customMetaValues)
    • getRelatedKeywords

      List<RelatedKeyword> getRelatedKeywords()
    • setRelatedKeywords

      void setRelatedKeywords(List<RelatedKeyword> relatedKeywords)
    • setRelatedKeywords

      void setRelatedKeywords(Category[] categories)