Package com.axemble.vdoc.sdk.interfaces
Interface IPageContainer
- All Superinterfaces:
IContentContainer,IDeletionSupport,IElement,IProtocolSupport,ISecuritySupport,ISeoSupport,IUriSupport,Serializable
- All Known Implementing Classes:
EzsPageContainer
This interface represents a page container.
- Since:
- 2.1
- Version:
- 1.0, 16/06/2009
- Author:
- vlygeros
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IContentContainer
IContentContainer.IStatus -
Method Summary
Modifier and TypeMethodDescriptionGets the created date.Gets the digest of the page container.Gets the modified date.voidSets the digest of the page container.Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IContentContainer
getActivatedDate, getContent, getContents, getDescription, getExpiredDate, getLabel, getName, getSite, getStatus, includeToIndex, includeToStats, isActive, isIncludedToIndex, isIncludedToStats, setActive, setDescription, setLabelMethods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupport
deleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.supports.ISeoSupport
getSEO, setSEOMethods inherited from interface com.axemble.vdoc.sdk.supports.IUriSupport
getURI
-
Method Details
-
getDigest
String getDigest()Gets the digest of the page container.- Returns:
- A java.lang.String value.
-
setDigest
Sets the digest of the page container.- Parameters:
digest- The digest of the page container to set.
-
getCreatedDate
Date getCreatedDate()Gets the created date.- Returns:
- a
Dateobject.
-
getModifiedDate
Date getModifiedDate()Gets the modified date.- Returns:
- a
Dateobject.
-