Interface ComponentPresentationMetaEntity

All Superinterfaces:
BaseEntity, Serializable
All Known Implementing Classes:
ComponentPresentationMeta

public interface ComponentPresentationMetaEntity extends Serializable, BaseEntity
ComponentPresentationMetaEntity.
  • Method Details

    • getNamespaceId

      int getNamespaceId()
    • setNamespaceId

      void setNamespaceId(int namespaceId)
    • getComponentId

      int getComponentId()
    • setComponentId

      void setComponentId(int componentId)
    • getOutputFormat

      String getOutputFormat()
    • setOutputFormat

      void setOutputFormat(String outputFormat)
    • getPublicationId

      int getPublicationId()
    • setPublicationId

      void setPublicationId(int publicationId)
    • getTemplateId

      int getTemplateId()
    • setTemplateId

      void setTemplateId(int templateId)
    • getTemplateMeta

      TemplateMeta getTemplateMeta()
    • setTemplateMeta

      void setTemplateMeta(TemplateMeta templateMetaEntity)
    • getEncoding

      String getEncoding()
    • setEncoding

      void setEncoding(String encoding)