public class CmsSubSitemapInfo
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
限定符 | 构造器和说明 |
---|---|
protected |
CmsSubSitemapInfo()
Hidden default constructor.
|
|
CmsSubSitemapInfo(CmsClientSitemapEntry entry,
long timestamp)
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
CmsClientSitemapEntry |
getEntry()
Returns the entry of the newly created sitemap.
|
long |
getParentTimestamp()
Returns the last modification time of the parent sitemap.
|
public CmsSubSitemapInfo(CmsClientSitemapEntry entry, long timestamp)
entry
- the entry of the newly created sub sitemaptimestamp
- the 'last modified' time of the parent sitemapprotected CmsSubSitemapInfo()
public CmsClientSitemapEntry getEntry()
public long getParentTimestamp()