Package com.tridion.storage.entities
Interface TemplateMetaEntity
- All Superinterfaces:
BaseEntity,ItemMetaBase,ItemMetaEntity,Serializable
- All Known Implementing Classes:
TemplateMeta
TemplateMetaEntity.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponentPresentationMeta(ComponentPresentationMeta componentPresentationMetas) voidsetComponentPresentationMetas(List<ComponentPresentationMeta> componentPresentationMetas) voidsetOutputFormat(String outputFormat) voidsetPriority(Integer priority) Methods inherited from interface com.tridion.storage.BaseEntity
getEntityName, getPK, setPKMethods inherited from interface com.tridion.api.ItemMetaBase
getCustomMetaValuesMethods inherited from interface com.tridion.storage.entities.ItemMetaEntity
getCreationDate, getCustomMetaValues, getInitialPublishDate, getItemId, getItemSelector, getItemType, getLastPublishDate, getMajorVersion, getMinorVersion, getModificationDate, getNamespaceId, getOwningPublication, getPublicationId, getRelatedKeywords, getTitle, getTrustee, setCreationDate, setCustomMeta, setCustomMetaValues, setInitialPublishDate, setItemId, setItemSelector, setItemType, setLastPublishDate, setMajorVersion, setMinorVersion, setModificationDate, setNamespaceId, setOwningPublication, setPublicationId, setRelatedKeywords, setRelatedKeywords, setTitle, setTrustee
-
Method Details
-
getPriority
Integer getPriority() -
setPriority
-
getOutputFormat
String getOutputFormat() -
setOutputFormat
-
getComponentPresentationMetas
List<ComponentPresentationMeta> getComponentPresentationMetas() -
setComponentPresentationMetas
-
addComponentPresentationMeta
-