public class CmsSitemapMergeInfo extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier | Constructor and Description |
|---|---|
protected |
CmsSitemapMergeInfo()
Default constructor.
|
|
CmsSitemapMergeInfo(CmsClientSitemapEntry mergedEntry,
long timestamp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsClientSitemapEntry |
getMergedEntry()
Returns the entry to be merged back into the parent sitemap.
|
long |
getTimestamp()
The timestamp of the last modification of the parent sitemap.
|
public CmsSitemapMergeInfo(CmsClientSitemapEntry mergedEntry, long timestamp)
mergedEntry - the entries which have been merged into the parent sitemaptimestamp - the modification time of the parent sitemapprotected CmsSitemapMergeInfo()
public CmsClientSitemapEntry getMergedEntry()
public long getTimestamp()