org.qedeq.kernel.se.base.module
Interface Chapter

All Known Implementing Classes:
ChapterVo

public interface Chapter

Chapter.

Author:
Michael Meyling

Method Summary
 LatexList getIntroduction()
          Get chapter introduction.
 java.lang.Boolean getNoNumber()
          Get chapter numbering.
 SectionList getSectionList()
          Get sections of this chapter.
 LatexList getTitle()
          Get chapter title.
 

Method Detail

getNoNumber

java.lang.Boolean getNoNumber()
Get chapter numbering.

Returns:
No chapter numbering?

getTitle

LatexList getTitle()
Get chapter title.

Returns:
Chapter title.

getIntroduction

LatexList getIntroduction()
Get chapter introduction.

Returns:
Chapter introduction.

getSectionList

SectionList getSectionList()
Get sections of this chapter.

Returns:
List of sections.


Copyright © 2014. All Rights Reserved.