Hilbert II - Version 0.01.09

org.qedeq.kernel.bo.module
Class SubsectionBo

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

public final class SubsectionBo
extends Object
implements Subsection

Subsection of a qedeq file.

Version:
$Revision: 1.2 $

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

SubsectionBo

public SubsectionBo()
Constructs a new empty subsection.

Method Detail

setLabel

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

Parameters:
label - Referencing label.

getLabel

public final String getLabel()

setLevel

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

Parameters:
level - Level.

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(LatexList 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(LatexList latexText)
Set text of this subsection. This is the main content of the subsection.

Parameters:
latexText - Subsection 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.01.09

©left GNU General Public Licence
All Rights Reserved.