Package org.opencms.ade.sitemap.shared
Class CmsSitemapMergeInfo
java.lang.Object
org.opencms.ade.sitemap.shared.CmsSitemapMergeInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsSitemapMergeInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
This class represents the result of a 'merge sub-sitemap' operation.
- Since:
- 8.0.0
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor.CmsSitemapMergeInfo
(CmsClientSitemapEntry mergedEntry, long timestamp) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the entry to be merged back into the parent sitemap.long
The timestamp of the last modification of the parent sitemap.
-
Constructor Details
-
CmsSitemapMergeInfo
protected CmsSitemapMergeInfo()Default constructor.
-
Method Details
-
getMergedEntry
Returns the entry to be merged back into the parent sitemap.- Returns:
- the entry to be merged
-
getTimestamp
The timestamp of the last modification of the parent sitemap.- Returns:
- the timestamp of the last modification of the parent sitemap
-