|
Hilbert II - Version 0.03.04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.dto.module.SectionVo
Section of a qedeq file.
| Constructor Summary | |
SectionVo()
Constructs a new section. |
|
| Method Summary | |
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(LatexListVo introduction)
Set LaTeX introduction text. |
void |
setNoNumber(Boolean noNumber)
Set no auto numbering for this section. |
void |
setSubsectionList(SubsectionListVo subsections)
Set list of subsections of this section. |
void |
setTitle(LatexListVo title)
Set section title. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SectionVo()
| Method Detail |
public final void setNoNumber(Boolean noNumber)
noNumber - Should this section be not numbered?public final Boolean getNoNumber()
Section
getNoNumber in interface Sectionpublic final void setTitle(LatexListVo title)
title - Section title.public final LatexList getTitle()
Section
getTitle in interface Sectionpublic final void setIntroduction(LatexListVo introduction)
introduction - Introduction text.public final LatexList getIntroduction()
Section
getIntroduction in interface Sectionpublic final void setSubsectionList(SubsectionListVo subsections)
subsections - List of subsections.public final SubsectionList getSubsectionList()
Section
getSubsectionList in interface Sectionpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.03.04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |