Package com.tridion.storage
Class PageContent
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.PageContent
- All Implemented Interfaces:
BaseEntity,PageContentEntity,Serializable
This represents the stored page content.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetPK()intvoidsetCharSet(String charSet) voidsetContent(String content) voidsetEntityId(Long entityId) voidsetNamespaceId(int namespaceId) voidsetPageId(int pageId) voidsetPublicationId(int publicationId) 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
-
PageContent
public PageContent()
-
-
Method Details
-
getEntityId
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-
setEntityId
-
getNamespaceId
public int getNamespaceId()- Specified by:
getNamespaceIdin interfacePageContentEntity
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfacePageContentEntity
-
getPublicationId
public int getPublicationId()- Specified by:
getPublicationIdin interfacePageContentEntity
-
setPublicationId
public void setPublicationId(int publicationId) - Specified by:
setPublicationIdin interfacePageContentEntity
-
getPageId
public int getPageId()- Specified by:
getPageIdin interfacePageContentEntity
-
setPageId
public void setPageId(int pageId) - Specified by:
setPageIdin interfacePageContentEntity
-
getContent
- Specified by:
getContentin interfacePageContentEntity
-
setContent
- Specified by:
setContentin interfacePageContentEntity
-
getCharSet
- Specified by:
getCharSetin interfacePageContentEntity
-
setCharSet
- Specified by:
setCharSetin interfacePageContentEntity
-
toString
-