|
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.SubsectionBo
Subsection of a qedeq file.
| Constructor Summary | |
SubsectionBo()
Constructs a new empty subsection. |
|
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getLabel()
|
LatexList |
getLatex()
Get the LaTeX text. |
String |
getLevel()
Get level of subsection. |
LatexList |
getTitle()
Get title of subsection. |
int |
hashCode()
|
void |
setLabel(String label)
Set referencing label for this subsection. |
void |
setLatex(LatexList latexText)
Set text of this subsection. |
void |
setLevel(String level)
Set level of this section. |
void |
setTitle(LatexList title)
Set title of this subsection. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SubsectionBo()
| Method Detail |
public final void setLabel(String label)
label - Referencing label.public final String getLabel()
public final void setLevel(String level)
level - Level.public final String getLevel()
Subsection
getLevel in interface Subsectionpublic final void setTitle(LatexList title)
title - Subsection title.public final LatexList getTitle()
Subsection
getTitle in interface Subsectionpublic final void setLatex(LatexList latexText)
latexText - Subsection text.public final LatexList getLatex()
Subsection
getLatex in interface Subsectionpublic 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. |