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()
PlatformConfig
public void setConfig(PlatformConfig value)
value
- allowed object is
PlatformConfig
public Subject getSubject()
Subject
public void setSubject(Subject value)
value
- allowed object is
Subject
public Navigation getNavigation()
Navigation
public void setNavigation(Navigation value)
value
- allowed object is
Navigation
public Content getContent()
Content
public void setContent(Content value)
value
- allowed object is
Content
public String getVersion()
String
Copyright © 2011–2017 aiticon GmbH. All rights reserved.