Hilbert II - Version 0.02.01

org.qedeq.kernel.bo.module
Class ChapterBo

java.lang.Object
  extended byorg.qedeq.kernel.bo.module.ChapterBo
All Implemented Interfaces:
Chapter

public final class ChapterBo
extends Object
implements Chapter

Chapter.

Version:
$Revision: 1.4 $

Constructor Summary
ChapterBo()
          Constructs a new chapter.
 
Method Summary
 void addSection(Section section)
          Add section to list.
 boolean equals(Object obj)
           
 LatexList getIntroduction()
          Get chapter introduction.
 Boolean getNoNumber()
          Get chapter numbering.
 SectionList getSectionList()
          Get sections of this chapter.
 LatexList getTitle()
          Get chapter title.
 int hashCode()
           
 void setIntroduction(LatexList introduction)
          Set introduction text for this chapter.
 void setNoNumber(Boolean noNumber)
          Set if this chapter has no number.
 void setSectionList(SectionListBo sections)
          Set section list of this chapter.
 void setTitle(LatexList title)
          Set chapter title.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChapterBo

public ChapterBo()
Constructs a new chapter.

Method Detail

setNoNumber

public final void setNoNumber(Boolean noNumber)
Set if this chapter has no number.

Parameters:
noNumber - Has this chapter no number?

getNoNumber

public final Boolean getNoNumber()
Description copied from interface: Chapter
Get chapter numbering.

Specified by:
getNoNumber in interface Chapter
Returns:
No chapter numbering?

setTitle

public final void setTitle(LatexList title)
Set chapter title.

Parameters:
title - Chapter title.

getTitle

public final LatexList getTitle()
Description copied from interface: Chapter
Get chapter title.

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

setIntroduction

public final void setIntroduction(LatexList introduction)
Set introduction text for this chapter.

Parameters:
introduction - Chapter introduction text.

getIntroduction

public final LatexList getIntroduction()
Description copied from interface: Chapter
Get chapter introduction.

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

setSectionList

public final void setSectionList(SectionListBo sections)
Set section list of this chapter.

Parameters:
sections - Chapter sections.

getSectionList

public final SectionList getSectionList()
Description copied from interface: Chapter
Get sections of this chapter.

Specified by:
getSectionList in interface Chapter
Returns:
List of sections.

addSection

public final void addSection(Section section)
Add section to list.

Parameters:
section - Add this section.

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Hilbert II - Version 0.02.01

©left GNU General Public Licence
All Rights Reserved.