public class TocElement
extends java.lang.Object
| Constructor and Description |
|---|
TocElement(java.lang.String title,
SectionTemplateId sectionTemplateId,
java.lang.Integer orderIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getOrderIndex() |
SectionTemplateId |
getSectionTemplateId() |
java.lang.String |
getTitle() |
public TocElement(java.lang.String title,
SectionTemplateId sectionTemplateId,
java.lang.Integer orderIndex)
public java.lang.String getTitle()
public SectionTemplateId getSectionTemplateId()
public java.lang.Integer getOrderIndex()