public class Platform extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected PlatformConfig |
config |
protected Content |
content |
protected Navigation |
navigation |
protected Subject |
subject |
protected String |
version |
| Constructor and Description |
|---|
Platform() |
| Modifier and Type | Method and Description |
|---|---|
PlatformConfig |
getConfig()
Gets the value of the config property.
|
Content |
getContent()
Gets the value of the content property.
|
Navigation |
getNavigation()
Gets the value of the navigation property.
|
Subject |
getSubject()
Gets the value of the subject property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setConfig(PlatformConfig value)
Sets the value of the config property.
|
void |
setContent(Content value)
Sets the value of the content property.
|
void |
setNavigation(Navigation value)
Sets the value of the navigation property.
|
void |
setSubject(Subject value)
Sets the value of the subject property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected PlatformConfig config
protected Subject subject
protected Navigation navigation
protected Content content
protected String version
public PlatformConfig getConfig()
PlatformConfigpublic void setConfig(PlatformConfig value)
value - allowed object is
PlatformConfigpublic Subject getSubject()
Subjectpublic void setSubject(Subject value)
value - allowed object is
Subjectpublic Navigation getNavigation()
Navigationpublic void setNavigation(Navigation value)
value - allowed object is
Navigationpublic Content getContent()
Contentpublic void setContent(Content value)
value - allowed object is
Contentpublic String getVersion()
StringCopyright © 2011–2017 aiticon GmbH. All rights reserved.