Class CmsSubSitemapInfo

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsSubSitemapInfo
    extends java.lang.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 Detail

      • 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
    • Method Detail

      • getEntry

        public CmsClientSitemapEntry 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