public class CmsSitemapMergeInfo
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
限定符 | 构造器和说明 |
---|---|
protected |
CmsSitemapMergeInfo()
Default constructor.
|
|
CmsSitemapMergeInfo(CmsClientSitemapEntry mergedEntry,
long timestamp)
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
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()