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 intgetSectionIndex()StringgetSectionLevel()intgetSectionNumber()StringgetSectionTitle()voidsetSectionIndex(int sectionIndex)voidsetSectionLevel(String sectionLevel)voidsetSectionNumber(int sectionNumber)voidsetSectionTitle(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)
-
-