public class CmsSubSitemapInfo extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier | Constructor and Description |
|---|---|
protected |
CmsSubSitemapInfo()
Hidden default constructor.
|
|
CmsSubSitemapInfo(CmsClientSitemapEntry entry,
long timestamp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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()