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()
String
public void setName(String value)
value
- allowed object is
String
public ApplicationConfig getConfig()
ApplicationConfig
public void setConfig(ApplicationConfig value)
value
- allowed object is
ApplicationConfig
public Linkpanel getNavigation()
Linkpanel
public void setNavigation(Linkpanel value)
value
- allowed object is
Linkpanel
public Pages getPages()
Pages
public void setPages(Pages value)
value
- allowed object is
Pages
Copyright © 2011–2020 aiticon GmbH. All rights reserved.