|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.sitemap.shared.CmsSubSitemapInfo
public class CmsSubSitemapInfo
A data class which is used to transfer information about sub-sitemaps which have been created.
| Constructor Summary | |
|---|---|
protected |
CmsSubSitemapInfo()
Hidden default constructor. |
|
CmsSubSitemapInfo(CmsClientSitemapEntry entry,
long timestamp)
Constructor. |
| Method Summary | |
|---|---|
CmsClientSitemapEntry |
getEntry()
Returns the entry of the newly created sitemap. |
long |
getParentTimestamp()
Returns the last modification time of the parent sitemap. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsSubSitemapInfo(CmsClientSitemapEntry entry,
long timestamp)
entry - the entry of the newly created sub sitemaptimestamp - the 'last modified' time of the parent sitemapprotected CmsSubSitemapInfo()
| Method Detail |
|---|
public CmsClientSitemapEntry getEntry()
public long getParentTimestamp()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||