|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.SectionVo
public class SectionVo
Section of a QEDEQ file.
| Constructor Summary | |
|---|---|
SectionVo()
Constructs a new section. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
LatexList |
getIntroduction()
Get section introduction. |
java.lang.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(java.lang.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. |
java.lang.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(java.lang.Boolean noNumber)
noNumber - Should this section be not numbered?public final java.lang.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(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 | |||||||||