Package com.tridion.storage
Class PageMeta
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.ItemMeta
com.tridion.storage.PageMeta
- All Implemented Interfaces:
ItemMetaBase,BaseEntity,ItemMetaEntity,PageMetaEntity,Serializable
This represents the page metadata.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLinkedComponent(ComponentMeta linkedComponent) booleanintintintintgetUrl()inthashCode()voidremoveLinkedComponent(ComponentMeta linkedComponent) voidsetContentId(Integer contentId) voidsetEntityItemId(int entityItemId) voidsetEntityNamespaceId(int entityNamespaceId) voidsetEntityPublicationId(int entityPublicationId) voidsetFileName(String fileName) voidsetItemId(int itemId) voidsetLinkedComponents(Set<ComponentMeta> linkedComponents) voidsetNamespaceId(int namespaceId) voidsetPublicationId(int publicationId) voidsetSchemaId(Integer schemaId) voidsetTemplateId(int templateId) voidtoString()Methods inherited from class com.tridion.storage.ItemMeta
getCreationDate, getCustomMetaValues, getEntityId, getInitialPublishDate, getItemId, getItemSelector, getItemType, getLastPublishDate, getMajorVersion, getMinorVersion, getModificationDate, getNamespaceId, getOwningPublication, getPK, getPublicationId, getRelatedKeywords, getTitle, getTrustee, setCreationDate, setCustomMeta, setCustomMetaValues, setEntityId, setInitialPublishDate, setItemSelector, setItemType, setLastPublishDate, setMajorVersion, setMinorVersion, setModificationDate, setOwningPublication, setRelatedKeywords, setRelatedKeywords, setTitle, setTrusteeMethods inherited from class com.tridion.storage.BaseEntityImpl
getEntityName, setPKMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.tridion.storage.BaseEntity
getEntityName, getPK, setPK
-
Constructor Details
-
PageMeta
public PageMeta() -
PageMeta
-
-
Method Details
-
getEntityNamespaceId
public int getEntityNamespaceId() -
getEntityItemId
public int getEntityItemId() -
getEntityPublicationId
public int getEntityPublicationId() -
setEntityNamespaceId
public void setEntityNamespaceId(int entityNamespaceId) -
setEntityItemId
public void setEntityItemId(int entityItemId) -
setEntityPublicationId
public void setEntityPublicationId(int entityPublicationId) -
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfaceItemMetaEntity- Overrides:
setNamespaceIdin classItemMeta
-
setPublicationId
public void setPublicationId(int publicationId) - Specified by:
setPublicationIdin interfaceItemMetaEntity- Overrides:
setPublicationIdin classItemMeta
-
setItemId
public void setItemId(int itemId) - Specified by:
setItemIdin interfaceItemMetaEntity- Overrides:
setItemIdin classItemMeta
-
getLinkedComponents
-
setLinkedComponents
-
addLinkedComponent
-
removeLinkedComponent
-
getFileName
- Specified by:
getFileNamein interfacePageMetaEntity
-
setFileName
- Specified by:
setFileNamein interfacePageMetaEntity
-
getUrl
- Specified by:
getUrlin interfacePageMetaEntity
-
setUrl
- Specified by:
setUrlin interfacePageMetaEntity
-
getTemplateId
public int getTemplateId()- Specified by:
getTemplateIdin interfacePageMetaEntity
-
setTemplateId
public void setTemplateId(int templateId) - Specified by:
setTemplateIdin interfacePageMetaEntity
-
getContentId
- Specified by:
getContentIdin interfacePageMetaEntity
-
setContentId
- Specified by:
setContentIdin interfacePageMetaEntity
-
getSchemaId
- Specified by:
getSchemaIdin interfacePageMetaEntity
-
setSchemaId
- Specified by:
setSchemaIdin interfacePageMetaEntity
-
toString
-
equals
-
hashCode
public int hashCode()
-