|
Hilbert II - Version 0.03.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.dto.module.ChapterVo
Chapter.
| Constructor Summary | |
ChapterVo()
Constructs a new chapter. |
|
| Method Summary | |
void |
addSection(SectionVo section)
Add section to list. |
boolean |
equals(Object obj)
|
LatexList |
getIntroduction()
Get chapter introduction. |
Boolean |
getNoNumber()
Get chapter numbering. |
SectionList |
getSectionList()
Get sections of this chapter. |
LatexList |
getTitle()
Get chapter title. |
int |
hashCode()
|
void |
setIntroduction(LatexListVo introduction)
Set chapter introduction text. |
void |
setNoNumber(Boolean noNumber)
Set automatic chapter number off or on. |
void |
setSectionList(SectionListVo sections)
Set list of sections. |
void |
setTitle(LatexListVo title)
Set chapter title. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ChapterVo()
| Method Detail |
public final void setNoNumber(Boolean noNumber)
noNumber - No chapter numbering?public final Boolean getNoNumber()
Chapter
getNoNumber in interface Chapterpublic final void setTitle(LatexListVo title)
title - LaTeX list of chapter titles.public final LatexList getTitle()
Chapter
getTitle in interface Chapterpublic final void setIntroduction(LatexListVo introduction)
introduction - Introduction text.public final LatexList getIntroduction()
Chapter
getIntroduction in interface Chapterpublic final void setSectionList(SectionListVo sections)
sections - Section list.public final SectionList getSectionList()
Chapter
getSectionList in interface Chapterpublic final void addSection(SectionVo section)
section - Section to add.public boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.03.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |