Hilbert II - Version 0.03.04

org.qedeq.kernel.bo.module
Interface QedeqBo

All Superinterfaces:
Qedeq
All Known Implementing Classes:
DefaultQedeqBo

public interface QedeqBo
extends Qedeq

A complete QEDEQ module. This describes the root business object.

Version:
$Revision: 1.11 $

Method Summary
 void addChapter(ChapterVo chapter)
          Add chapter to this module.
 ModuleAddress getModuleAddress()
          Get physical addresses of this module.
 ModuleLabels getModuleLabels()
          Get module label associations for this module.
 void setChapterList(ChapterListVo chapters)
          Set chapter list of this module.
 void setHeader(HeaderVo header)
          Set header of module.
 void setLiteratureItemList(LiteratureItemListVo literatureItemList)
          Set bibliography.
 void setModuleAddress(ModuleAddress address)
          Get physical addresses of this module.
 
Methods inherited from interface org.qedeq.kernel.base.module.Qedeq
getChapterList, getHeader, getLiteratureItemList
 

Method Detail

setHeader

public void setHeader(HeaderVo header)
Set header of module.

Parameters:
header - Module header.

setChapterList

public void setChapterList(ChapterListVo chapters)
Set chapter list of this module.

Parameters:
chapters - Chapter list.

addChapter

public void addChapter(ChapterVo chapter)
Add chapter to this module.

Parameters:
chapter - Chapter to add.

setLiteratureItemList

public void setLiteratureItemList(LiteratureItemListVo literatureItemList)
Set bibliography.

Parameters:
literatureItemList - Bibliography.

getModuleLabels

public ModuleLabels getModuleLabels()
Get module label associations for this module.

Returns:
Label associations.

getModuleAddress

public ModuleAddress getModuleAddress()
Get physical addresses of this module.

Returns:
Module address..

setModuleAddress

public void setModuleAddress(ModuleAddress address)
Get physical addresses of this module.

Parameters:
address - Module address.

Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.