Interface IPageContainer

All Superinterfaces:
IContentContainer, IDeletionSupport, IElement, IProtocolSupport, ISecuritySupport, ISeoSupport, IUriSupport, Serializable
All Known Implementing Classes:
EzsPageContainer

public interface IPageContainer extends IContentContainer, ISeoSupport
This interface represents a page container.
Since:
2.1
Version:
1.0, 16/06/2009
Author:
vlygeros
  • Method Details

    • getDigest

      String getDigest()
      Gets the digest of the page container.
      Returns:
      A java.lang.String value.
    • setDigest

      void setDigest(String digest)
      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.