Package com.tridion.storage
Class ComponentPresentationMeta
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.ComponentPresentationMeta
- All Implemented Interfaces:
BaseEntity,ComponentPresentationMetaEntity,Serializable
@Entity
public class ComponentPresentationMeta
extends BaseEntityImpl
implements ComponentPresentationMetaEntity
This represents component presentation metadata.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetPK()intintvoidsetComponentId(int componentId) voidsetComponentMeta(ComponentMeta componentMeta) voidsetComponentMetaId(Long componentMetaId) voidsetEncoding(String encoding) voidsetEntityId(Long entityId) voidsetNamespaceId(int namespaceId) voidsetOutputFormat(String outputFormat) voidsetPublicationId(int publicationId) voidsetTemplateId(int templateId) voidsetTemplateMeta(TemplateMeta templateMeta) voidsetTemplateMetaId(Long templateMetaId) toString()Methods inherited from class com.tridion.storage.BaseEntityImpl
getEntityName, setPKMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.tridion.storage.BaseEntity
getEntityName, setPK
-
Constructor Details
-
ComponentPresentationMeta
public ComponentPresentationMeta()
-
-
Method Details
-
getEntityId
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-
setEntityId
-
getNamespaceId
public int getNamespaceId()- Specified by:
getNamespaceIdin interfaceComponentPresentationMetaEntity
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfaceComponentPresentationMetaEntity
-
getComponentId
public int getComponentId()- Specified by:
getComponentIdin interfaceComponentPresentationMetaEntity
-
setComponentId
public void setComponentId(int componentId) - Specified by:
setComponentIdin interfaceComponentPresentationMetaEntity
-
getOutputFormat
- Specified by:
getOutputFormatin interfaceComponentPresentationMetaEntity
-
setOutputFormat
- Specified by:
setOutputFormatin interfaceComponentPresentationMetaEntity
-
getPublicationId
public int getPublicationId()- Specified by:
getPublicationIdin interfaceComponentPresentationMetaEntity
-
setPublicationId
public void setPublicationId(int publicationId) - Specified by:
setPublicationIdin interfaceComponentPresentationMetaEntity
-
getTemplateId
public int getTemplateId()- Specified by:
getTemplateIdin interfaceComponentPresentationMetaEntity
-
setTemplateId
public void setTemplateId(int templateId) - Specified by:
setTemplateIdin interfaceComponentPresentationMetaEntity
-
getTemplateMeta
- Specified by:
getTemplateMetain interfaceComponentPresentationMetaEntity
-
getTemplateMetaId
-
setTemplateMetaId
-
setTemplateMeta
- Specified by:
setTemplateMetain interfaceComponentPresentationMetaEntity
-
getComponentMetaId
-
setComponentMetaId
-
getComponentMeta
-
setComponentMeta
-
getEncoding
- Specified by:
getEncodingin interfaceComponentPresentationMetaEntity
-
setEncoding
- Specified by:
setEncodingin interfaceComponentPresentationMetaEntity
-
toString
-