|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.module.SectionBo
Section of a qedeq file.
| Constructor Summary | |
SectionBo()
Constructs a new section. |
|
| Method Summary | |
void |
addSubsection(SubsectionType subsection)
Add subsection to this list. |
boolean |
equals(Object obj)
|
LatexList |
getIntroduction()
Get section introduction. |
Boolean |
getNoNumber()
Get section numbering. |
SubsectionList |
getSubsectionList()
Get all subsections of this section. |
LatexList |
getTitle()
Get section title. |
int |
hashCode()
|
void |
setIntroduction(LatexList introduction)
Set introduction text for this section. |
void |
setNoNumber(Boolean noNumber)
Set automatic numbering for this section off. |
void |
setSubsectionList(SubsectionListBo subsections)
Set list of subsections. |
void |
setTitle(LatexList title)
Set title of this section. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SectionBo()
| Method Detail |
public final void setNoNumber(Boolean noNumber)
noNumber - Automatic section number?public final Boolean getNoNumber()
Section
getNoNumber in interface Sectionpublic final void setTitle(LatexList title)
title - Section title.public final LatexList getTitle()
Section
getTitle in interface Sectionpublic final void setIntroduction(LatexList introduction)
introduction - Introduction text.public final LatexList getIntroduction()
Section
getIntroduction in interface Sectionpublic final void setSubsectionList(SubsectionListBo subsections)
subsections - Subsection list.public final SubsectionList getSubsectionList()
Section
getSubsectionList in interface Sectionpublic final void addSubsection(SubsectionType subsection)
subsection - Subsection to add.public boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.01.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. |