|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.site.map.Sitemap
@Entity public class Sitemap
The base of the site's table of contents.
SitemapNode| Constructor Summary | |
|---|---|
protected |
Sitemap()
Deprecated. |
|
Sitemap(java.util.Locale l, SitemapNode root)
builds a new Sitemap for the given Locale with
the given SitemapNode as the root node. |
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
this will deserialize the state of the JDOMable as a JDOM
Element. |
long |
getId()
returns the primary key. |
java.util.Locale |
getLocale()
|
SitemapNode |
getRootNode()
|
void |
setLocale(java.util.Locale l)
set the Locale of the Sitemap. |
void |
setRootNode(SitemapNode n)
set the root SitemapNode of the Sitemap. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected Sitemap()
public Sitemap(java.util.Locale l, SitemapNode root)
Sitemap for the given Locale with
the given SitemapNode as the root node.
l - the Locale of the Sitemaproot - the root SitemapNode of the Sitemap| Method Detail |
|---|
public final void setRootNode(SitemapNode n)
SitemapNode of the Sitemap.
n - the root SitemapNodepublic final SitemapNode getRootNode()
SitemapNode of the
Sitemappublic final void setLocale(java.util.Locale l)
Locale of the Sitemap.
l - the Localepublic final java.util.Locale getLocale()
Locale of the Sitemappublic final long getId()
id of the Sitemappublic final org.jdom.Element deserializeToJDOM()
JDOMableJDOMable as a JDOM
Element.
deserializeToJDOM in interface JDOMableSitemap as an Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||