Hilbert II - Version 0.03.01

org.qedeq.kernel.dto.module
Class QedeqVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.QedeqVo
All Implemented Interfaces:
Qedeq

public final class QedeqVo
extends Object
implements Qedeq

A complete qedeq module. This is the root value object.

Version:
$Revision: 1.5 $

Constructor Summary
QedeqVo()
          Constructs a new empty qedeq module.
 
Method Summary
 void addChapter(ChapterVo chapter)
          Add chapter to this module.
 boolean equals(Object obj)
           
 ChapterList getChapterList()
          Get all chapters.
 Header getHeader()
          Get module header.
 LiteratureItemList getLiteratureItemList()
          Get bibliography.
 int hashCode()
           
 void setChapterList(ChapterListVo chapters)
          Set chapter list of this module.
 void setHeader(HeaderVo header)
          Set header for this module.
 void setLiteratureItemList(LiteratureItemListVo literatureItemList)
          Set bibliography.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QedeqVo

public QedeqVo()
Constructs a new empty qedeq module.

Method Detail

setHeader

public final void setHeader(HeaderVo header)
Set header for this module.

Parameters:
header - Module header.

getHeader

public final Header getHeader()
Description copied from interface: Qedeq
Get module header.

Specified by:
getHeader in interface Qedeq
Returns:
Module header.

setChapterList

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

Parameters:
chapters - Chapter list.

getChapterList

public final ChapterList getChapterList()
Description copied from interface: Qedeq
Get all chapters.

Specified by:
getChapterList in interface Qedeq
Returns:
List of chapters.

addChapter

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

Parameters:
chapter - Chapter to add.

getLiteratureItemList

public LiteratureItemList getLiteratureItemList()
Description copied from interface: Qedeq
Get bibliography.

Specified by:
getLiteratureItemList in interface Qedeq
Returns:
literatureItemList Bibliography.

setLiteratureItemList

public void setLiteratureItemList(LiteratureItemListVo literatureItemList)
Set bibliography.

Parameters:
literatureItemList - Bibliography.

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.