|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.ChapterVo
public class ChapterVo
Chapter.
| Constructor Summary | |
|---|---|
ChapterVo()
Constructs a new chapter. |
|
| Method Summary | |
|---|---|
void |
addSection(SectionVo section)
Add section to list. |
boolean |
equals(java.lang.Object obj)
|
LatexList |
getIntroduction()
Get chapter introduction. |
java.lang.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(java.lang.Boolean noNumber)
Set automatic chapter number off or on. |
void |
setSectionList(SectionListVo sections)
Set list of sections. |
void |
setTitle(LatexListVo title)
Set chapter title. |
java.lang.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(java.lang.Boolean noNumber)
noNumber - No chapter numbering?public final java.lang.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(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||