com.xpn.xwiki.api
Class DocumentSection

java.lang.Object
  extended by com.xpn.xwiki.api.DocumentSection

public class DocumentSection
extends Object


Constructor Summary
DocumentSection(int sectionNumber, int sectionIndex, String sectionLevel, String sectionTitle)
           
 
Method Summary
 int getSectionIndex()
           
 String getSectionLevel()
           
 int getSectionNumber()
           
 String getSectionTitle()
           
 void setSectionIndex(int sectionIndex)
           
 void setSectionLevel(String sectionLevel)
           
 void setSectionNumber(int sectionNumber)
           
 void setSectionTitle(String sectionTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSection

public DocumentSection(int sectionNumber,
                       int sectionIndex,
                       String sectionLevel,
                       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)


Copyright © 2004–2014 XWiki. All rights reserved.