|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.SubsectionVo
public class SubsectionVo
Subsection of a qedeq file.
| Constructor Summary | |
|---|---|
SubsectionVo()
Constructs a new empty subsection. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getId()
Get label of node. |
LatexList |
getLatex()
Get the LaTeX text. |
java.lang.String |
getLevel()
Get level of subsection. |
Node |
getNode()
Get Node, if this is an instance of Node. |
Subsection |
getSubsection()
Get subsection, if this is an instance of Subsection. |
LatexList |
getTitle()
Get title of subsection. |
int |
hashCode()
|
void |
setId(java.lang.String label)
Set label for this subsection. |
void |
setLatex(LatexListVo latexText)
Set LaTeX text for this subsection. |
void |
setLevel(java.lang.String level)
Set level for this section. |
void |
setTitle(LatexListVo title)
Set title of this subsection. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubsectionVo()
| Method Detail |
|---|
public Node getNode()
SubsectionTypeNode.
getNode in interface SubsectionTypenull.public Subsection getSubsection()
SubsectionTypeSubsection.
getSubsection in interface SubsectionTypenull.public final void setId(java.lang.String label)
label - Label for referencing.public final java.lang.String getId()
Subsection
getId in interface Subsectionpublic final void setLevel(java.lang.String level)
level - Level of that subsection.public final java.lang.String getLevel()
Subsection
getLevel in interface Subsectionpublic final void setTitle(LatexListVo title)
title - Subsection title.public final LatexList getTitle()
Subsection
getTitle in interface Subsectionpublic final void setLatex(LatexListVo latexText)
latexText - LaTeX text.public final LatexList getLatex()
Subsection
getLatex in interface Subsectionpublic 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 | |||||||||