Package org.appng.xml.platform
Class ApplicationRootConfig
- java.lang.Object
-
- org.appng.xml.BaseObject
-
- org.appng.xml.platform.ApplicationRootConfig
-
- All Implemented Interfaces:
Serializable
public class ApplicationRootConfig extends BaseObject implements Serializable
The root configuration of the application, definingSessionParamsandNavigation.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationConfigconfigprotected Stringidprotected Stringnameprotected Linkpanelnavigationprotected Pagespages
-
Constructor Summary
Constructors Constructor Description ApplicationRootConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationConfiggetConfig()Gets the value of the config property.StringgetId()The id for this config.StringgetName()Gets the value of the name property.LinkpanelgetNavigation()Gets the value of the navigation property.PagesgetPages()Gets the value of the pages property.voidsetConfig(ApplicationConfig value)Sets the value of the config property.voidsetId(String value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.voidsetNavigation(Linkpanel value)Sets the value of the navigation property.voidsetPages(Pages value)Sets the value of the pages property.
-
-
-
Field Detail
-
name
protected String name
-
config
protected ApplicationConfig config
-
navigation
protected Linkpanel navigation
-
pages
protected Pages pages
-
id
protected String id
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getConfig
public ApplicationConfig getConfig()
Gets the value of the config property.- Returns:
- possible object is
ApplicationConfig
-
setConfig
public void setConfig(ApplicationConfig value)
Sets the value of the config property.- Parameters:
value- allowed object isApplicationConfig
-
getNavigation
public Linkpanel getNavigation()
Gets the value of the navigation property.- Returns:
- possible object is
Linkpanel
-
setNavigation
public void setNavigation(Linkpanel value)
Sets the value of the navigation property.- Parameters:
value- allowed object isLinkpanel
-
getPages
public Pages getPages()
Gets the value of the pages property.- Returns:
- possible object is
Pages
-
setPages
public void setPages(Pages value)
Sets the value of the pages property.- Parameters:
value- allowed object isPages
-
-