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.void
Sets 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, setLabel
Methods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupport
delete
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, save
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
Methods inherited from interface com.axemble.vdoc.sdk.supports.ISeoSupport
getSEO, setSEO
Methods 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
Date
object.
-
getModifiedDate
Date getModifiedDate()Gets the modified date.- Returns:
- a
Date
object.
-