public class ApplicationReference extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationConfig |
config |
protected String |
id |
protected PagesReference |
pages |
protected String |
version |
| Constructor and Description |
|---|
ApplicationReference() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
getConfig()
Gets the value of the config property.
|
String |
getId()
The id (aka the name) of the application.
|
PagesReference |
getPages()
Gets the value of the pages property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setConfig(ApplicationConfig value)
Sets the value of the config property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPages(PagesReference value)
Sets the value of the pages property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected ApplicationConfig config
protected PagesReference pages
protected String id
protected String version
public ApplicationConfig getConfig()
ApplicationConfigpublic void setConfig(ApplicationConfig value)
value - allowed object is
ApplicationConfigpublic PagesReference getPages()
PagesReferencepublic void setPages(PagesReference value)
value - allowed object is
PagesReferencepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2011–2020 aiticon GmbH. All rights reserved.