|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.module.ChapterBo
Chapter.
| Constructor Summary | |
ChapterBo()
Constructs a new chapter. |
|
| Method Summary | |
void |
addSection(Section 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(LatexList introduction)
Set introduction text for this chapter. |
void |
setNoNumber(Boolean noNumber)
Set if this chapter has no number. |
void |
setSectionList(SectionListBo sections)
Set section list of this chapter. |
void |
setTitle(LatexList title)
Set chapter title. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ChapterBo()
| Method Detail |
public final void setNoNumber(Boolean noNumber)
noNumber - Has this chapter no number?public final Boolean getNoNumber()
Chapter
getNoNumber in interface Chapterpublic final void setTitle(LatexList title)
title - Chapter title.public final LatexList getTitle()
Chapter
getTitle in interface Chapterpublic final void setIntroduction(LatexList introduction)
introduction - Chapter introduction text.public final LatexList getIntroduction()
Chapter
getIntroduction in interface Chapterpublic final void setSectionList(SectionListBo sections)
sections - Chapter sections.public final SectionList getSectionList()
Chapter
getSectionList in interface Chapterpublic final void addSection(Section section)
section - Add this section.public boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |