Package com.xpn.xwiki.api
Class DocumentSection
- java.lang.Object
-
- com.xpn.xwiki.api.DocumentSection
-
public class DocumentSection extends Object
-
-
Constructor Summary
Constructors Constructor Description DocumentSection(int sectionNumber, int sectionIndex, String sectionLevel, String sectionTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSectionIndex()
String
getSectionLevel()
int
getSectionNumber()
String
getSectionTitle()
void
setSectionIndex(int sectionIndex)
void
setSectionLevel(String sectionLevel)
void
setSectionNumber(int sectionNumber)
void
setSectionTitle(String sectionTitle)
-
-
-
Method Detail
-
getSectionNumber
public int getSectionNumber()
-
setSectionNumber
public void setSectionNumber(int sectionNumber)
-
getSectionIndex
public int getSectionIndex()
-
setSectionIndex
public void setSectionIndex(int sectionIndex)
-
getSectionLevel
public String getSectionLevel()
-
setSectionLevel
public void setSectionLevel(String sectionLevel)
-
getSectionTitle
public String getSectionTitle()
-
setSectionTitle
public void setSectionTitle(String sectionTitle)
-
-