public class ApplicationRootConfig extends BaseObject implements Serializable
SessionParams and Navigation.| Modifier and Type | Field and Description |
|---|---|
protected ApplicationConfig |
config |
protected String |
id |
protected String |
name |
protected Linkpanel |
navigation |
protected Pages |
pages |
| Constructor and Description |
|---|
ApplicationRootConfig() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
getConfig()
Gets the value of the config property.
|
String |
getId()
The id for this config.
|
String |
getName()
Gets the value of the name property.
|
Linkpanel |
getNavigation()
Gets the value of the navigation property.
|
Pages |
getPages()
Gets the value of the pages property.
|
void |
setConfig(ApplicationConfig value)
Sets the value of the config property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNavigation(Linkpanel value)
Sets the value of the navigation property.
|
void |
setPages(Pages value)
Sets the value of the pages property.
|
protected String name
protected ApplicationConfig config
protected Linkpanel navigation
protected Pages pages
protected String id
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ApplicationConfig getConfig()
ApplicationConfigpublic void setConfig(ApplicationConfig value)
value - allowed object is
ApplicationConfigpublic Linkpanel getNavigation()
Linkpanelpublic void setNavigation(Linkpanel value)
value - allowed object is
Linkpanelpublic Pages getPages()
Pagespublic void setPages(Pages value)
value - allowed object is
PagesCopyright © 2011–2021 aiticon GmbH. All rights reserved.