public class PageDefinition extends BaseObject implements Serializable
StructureDef
and PageConfig
.Modifier and Type | Field and Description |
---|---|
protected PageConfig |
config |
protected String |
id |
protected StructureDef |
structure |
protected String |
type |
Constructor and Description |
---|
PageDefinition() |
Modifier and Type | Method and Description |
---|---|
PageConfig |
getConfig()
Gets the value of the config property.
|
String |
getId()
The unique id of the page.
|
StructureDef |
getStructure()
Gets the value of the structure property.
|
String |
getType()
The type of the page, currently only 'index' is supported.
|
void |
setConfig(PageConfig value)
Sets the value of the config property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setStructure(StructureDef value)
Sets the value of the structure property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected PageConfig config
protected StructureDef structure
protected String id
protected String type
public PageConfig getConfig()
PageConfig
public void setConfig(PageConfig value)
value
- allowed object is
PageConfig
public StructureDef getStructure()
StructureDef
public void setStructure(StructureDef value)
value
- allowed object is
StructureDef
public void setId(String value)
value
- allowed object is
String
public String getType()
String
Copyright © 2011–2020 aiticon GmbH. All rights reserved.