Class CmsSubSitemapInfo

java.lang.Object
org.opencms.ade.sitemap.shared.CmsSubSitemapInfo
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsSubSitemapInfo extends Object implements com.google.gwt.user.client.rpc.IsSerializable
A data class which is used to transfer information about sub-sitemaps which have been created.

Since:
8.0.0
  • Constructor Details

    • CmsSubSitemapInfo

      public CmsSubSitemapInfo(CmsClientSitemapEntry entry, long timestamp)
      Constructor.

      Parameters:
      entry - the entry of the newly created sub sitemap
      timestamp - the 'last modified' time of the parent sitemap
    • CmsSubSitemapInfo

      protected CmsSubSitemapInfo()
      Hidden default constructor.

  • Method Details

    • getEntry

      Returns the entry of the newly created sitemap.

      Returns:
      the entry of the newly created sitemap
    • getParentTimestamp

      public long getParentTimestamp()
      Returns the last modification time of the parent sitemap.

      Returns:
      the last modification time of the parent sitemap