Package com.tridion.storage.entities
Interface ComponentPresentationEntity
- All Superinterfaces:
BaseEntity,Serializable
- All Known Implementing Classes:
ComponentPresentation
ComponentPresentationEntity.
-
Method Summary
Modifier and TypeMethodDescriptionintbyte[]intintintvoidsetComponentId(int componentId) voidsetContent(byte[] content) voidsetContentId(Integer contentId) voidsetNamespaceId(int namespaceId) voidsetPublicationId(int publicationId) voidsetTemplateId(int templateId) Methods inherited from interface com.tridion.storage.BaseEntity
getEntityName, getPK, setPK
-
Method Details
-
getNamespaceId
int getNamespaceId() -
setNamespaceId
void setNamespaceId(int namespaceId) -
getPublicationId
int getPublicationId() -
setPublicationId
void setPublicationId(int publicationId) -
getComponentId
int getComponentId() -
setComponentId
void setComponentId(int componentId) -
getTemplateId
int getTemplateId() -
setTemplateId
void setTemplateId(int templateId) -
getContent
byte[] getContent() -
setContent
void setContent(byte[] content) -
getContentId
Integer getContentId() -
setContentId
-