Package org.opencms.ade.sitemap.shared
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 Summary
ModifierConstructorDescriptionprotected
Hidden default constructor.CmsSubSitemapInfo
(CmsClientSitemapEntry entry, long timestamp) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetEntry()
Returns the entry of the newly created sitemap.long
Returns the last modification time of the parent sitemap.
-
Constructor Details
-
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
Returns the last modification time of the parent sitemap.- Returns:
- the last modification time of the parent sitemap
-