public class Section extends Object
| Constructor and Description |
|---|
Section() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
int |
getLevel() |
List<SectionElement> |
getSectionElements() |
String |
getTitle() |
void |
setId(String id) |
void |
setLevel(int level) |
void |
setTitle(String title) |
String |
toString() |
Copyright © 2017. All rights reserved.