Hilbert II - Version 0.03.04

org.qedeq.kernel.dto.module
Class SectionVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.SectionVo
All Implemented Interfaces:
Section

public class SectionVo
extends Object
implements Section

Section of a qedeq file.

Version:
$Revision: 1.12 $

Constructor Summary
SectionVo()
          Constructs a new section.
 
Method Summary
 boolean equals(Object obj)
           
 LatexList getIntroduction()
          Get section introduction.
 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(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.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SectionVo

public SectionVo()
Constructs a new section.

Method Detail

setNoNumber

public final void setNoNumber(Boolean noNumber)
Set no auto numbering for this section.

Parameters:
noNumber - Should this section be not numbered?

getNoNumber

public final Boolean getNoNumber()
Description copied from interface: Section
Get section numbering.

Specified by:
getNoNumber in interface Section
Returns:
No section numbering?

setTitle

public final void setTitle(LatexListVo title)
Set section title.

Parameters:
title - Section title.

getTitle

public final LatexList getTitle()
Description copied from interface: Section
Get section title.

Specified by:
getTitle in interface Section
Returns:
Section title.

setIntroduction

public final void setIntroduction(LatexListVo introduction)
Set LaTeX introduction text.

Parameters:
introduction - Introduction text.

getIntroduction

public final LatexList getIntroduction()
Description copied from interface: Section
Get section introduction. Herein is general information about this section.

Specified by:
getIntroduction in interface Section
Returns:
Section introduction.

setSubsectionList

public final void setSubsectionList(SubsectionListVo subsections)
Set list of subsections of this section.

Parameters:
subsections - List of subsections.

getSubsectionList

public final SubsectionList getSubsectionList()
Description copied from interface: Section
Get all subsections of this section.

Specified by:
getSubsectionList in interface Section
Returns:
List of subsections.

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.