Hilbert II - Version 0.03.04

org.qedeq.kernel.dto.module
Class SubsectionVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.SubsectionVo
All Implemented Interfaces:
Subsection, SubsectionType

public class SubsectionVo
extends Object
implements Subsection

Subsection of a qedeq file.

Version:
$Revision: 1.7 $

Constructor Summary
SubsectionVo()
          Constructs a new empty subsection.
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
          Get label of node.
 LatexList getLatex()
          Get the LaTeX text.
 String getLevel()
          Get level of subsection.
 LatexList getTitle()
          Get title of subsection.
 int hashCode()
           
 void setId(String label)
          Set label for this subsection.
 void setLatex(LatexListVo latexText)
          Set LaTeX text for this subsection.
 void setLevel(String level)
          Set level for this section.
 void setTitle(LatexListVo 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

SubsectionVo

public SubsectionVo()
Constructs a new empty subsection.

Method Detail

setId

public final void setId(String label)
Set label for this subsection.

Parameters:
label - Label for referencing.

getId

public final String getId()
Description copied from interface: Subsection
Get label of node. The node is referenced with this label.

Specified by:
getId in interface Subsection
Returns:
Returns the label.

setLevel

public final void setLevel(String level)
Set level for this section. Higher levels contain additional informations

Parameters:
level - Level of that subsection.

getLevel

public final String getLevel()
Description copied from interface: Subsection
Get level of subsection. Higher levels contain additional informations.

Specified by:
getLevel in interface Subsection
Returns:
Returns the level.

setTitle

public final void setTitle(LatexListVo title)
Set title of this subsection.

Parameters:
title - Subsection title.

getTitle

public final LatexList getTitle()
Description copied from interface: Subsection
Get title of subsection.

Specified by:
getTitle in interface Subsection
Returns:
Returns the name.

setLatex

public final void setLatex(LatexListVo latexText)
Set LaTeX text for this subsection.

Parameters:
latexText - LaTeX text.

getLatex

public final LatexList getLatex()
Description copied from interface: Subsection
Get the LaTeX text.

Specified by:
getLatex in interface Subsection
Returns:
Returns the LaTeX text.

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.