com.xpn.xwiki.api
Class DocumentSection
java.lang.Object
com.xpn.xwiki.api.DocumentSection
public class DocumentSection
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentSection
public DocumentSection(int sectionNumber,
int sectionIndex,
String sectionLevel,
String sectionTitle)
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)
Copyright © 2004–2014 XWiki. All rights reserved.