public class Section extends Object
| Constructor and Description |
|---|
Section() |
| Modifier and Type | Method and Description |
|---|---|
Section |
addSubsectionsItem(Subsection subsectionsItem) |
Section |
addTabsItem(String tabsItem) |
Section |
disabled(Boolean disabled) |
boolean |
equals(Object o) |
Boolean |
getDisabled()
Get disabled
|
String |
getLabel()
Get label
|
List<Subsection> |
getSubsections()
Get subsections
|
List<String> |
getTabs()
Get tabs
|
Double |
getWeight()
Get weight
|
int |
hashCode() |
Section |
label(String label) |
void |
setDisabled(Boolean disabled) |
void |
setLabel(String label) |
void |
setSubsections(List<Subsection> subsections) |
void |
setTabs(List<String> tabs) |
void |
setWeight(Double weight) |
Section |
subsections(List<Subsection> subsections) |
Section |
tabs(List<String> tabs) |
String |
toString() |
Section |
weight(Double weight) |
public String getLabel()
public void setLabel(String label)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public Section subsections(List<Subsection> subsections)
public Section addSubsectionsItem(Subsection subsectionsItem)
public List<Subsection> getSubsections()
public void setSubsections(List<Subsection> subsections)
public Double getWeight()
public void setWeight(Double weight)
Copyright © 2019 LeanIX GmbH. All rights reserved.