public class Section extends BaseObject implements Serializable
Structure
. A section can contain multiple Sectionelement
s.Modifier and Type | Field and Description |
---|---|
protected SectionConfig |
config |
protected List<Sectionelement> |
element |
protected Long |
executionTime |
protected String |
hidden |
protected String |
id |
protected Label |
title |
Constructor and Description |
---|
Section() |
Modifier and Type | Method and Description |
---|---|
SectionConfig |
getConfig()
Gets the value of the config property.
|
List<Sectionelement> |
getElement()
Gets the value of the element property.
|
Long |
getExecutionTime()
The time in milliseconds it took to process this
Section . |
String |
getHidden()
If evaluating to
true , the Section will not be visible to the user. |
String |
getId()
The ID of the section, must be unique within the page.
|
Label |
getTitle()
Gets the value of the title property.
|
void |
setConfig(SectionConfig value)
Sets the value of the config property.
|
void |
setExecutionTime(Long value)
Sets the value of the executionTime property.
|
void |
setHidden(String value)
Sets the value of the hidden property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTitle(Label value)
Sets the value of the title property.
|
protected SectionConfig config
protected Label title
protected List<Sectionelement> element
protected String hidden
protected Long executionTime
protected String id
public SectionConfig getConfig()
SectionConfig
public void setConfig(SectionConfig value)
value
- allowed object is
SectionConfig
public Label getTitle()
Label
public void setTitle(Label value)
value
- allowed object is
Label
public List<Sectionelement> getElement()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the element property.
For example, to add a new item, do as follows:
getElement().add(newItem);
Objects of the following type(s) are allowed in the list
Sectionelement
public String getHidden()
true
, the Section
will not be visible to the user.String
public void setHidden(String value)
value
- allowed object is
String
public Long getExecutionTime()
Section
.Long
public void setExecutionTime(Long value)
value
- allowed object is
Long
public String getId()
String
Copyright © 2011–2023 aiticon GmbH. All rights reserved.