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()
ApplicationConfig
public void setConfig(ApplicationConfig value)
value
- allowed object is
ApplicationConfig
public PagesReference getPages()
PagesReference
public void setPages(PagesReference value)
value
- allowed object is
PagesReference
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getVersion()
String
Copyright © 2011–2023 aiticon GmbH. All rights reserved.