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 SummaryNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IContentContainerIContentContainer.IStatus
- 
Method SummaryModifier 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.IContentContainergetActivatedDate, getContent, getContents, getDescription, getExpiredDate, getLabel, getName, getSite, getStatus, includeToIndex, includeToStats, isActive, isIncludedToIndex, isIncludedToStats, setActive, setDescription, setLabelMethods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupportdeleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.supports.ISeoSupportgetSEO, setSEOMethods inherited from interface com.axemble.vdoc.sdk.supports.IUriSupportgetURI
- 
Method Details- 
getDigestString getDigest()Gets the digest of the page container.- Returns:
- A java.lang.String value.
 
- 
setDigestSets the digest of the page container.- Parameters:
- digest- The digest of the page container to set.
 
- 
getCreatedDateDate getCreatedDate()Gets the created date.- Returns:
- a Dateobject.
 
- 
getModifiedDateDate getModifiedDate()Gets the modified date.- Returns:
- a Dateobject.
 
 
-