|
Hilbert II - Version 0.03.01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.qedeq.kernel.bo.module.QedeqBo
A complete QEDEQ module. This is the root business object.
Constructor Summary | |
QedeqBo()
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. |
ModuleAddress |
getModuleAddress()
Get physical addresses of this module. |
ModuleLabels |
getModuleLabels()
Get module label associations for this module. |
QedeqBoState |
getState()
Get module state. |
int |
hashCode()
|
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 |
setState(QedeqBoState state)
Set module state. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QedeqBo()
Method Detail |
public final void setHeader(HeaderVo header)
header
- Module header.public final Header getHeader()
Qedeq
getHeader
in interface Qedeq
public final void setChapterList(ChapterListVo chapters)
chapters
- Chapter list.public final ChapterList getChapterList()
Qedeq
getChapterList
in interface Qedeq
public final void addChapter(ChapterVo chapter)
chapter
- Chapter to add.public void setLiteratureItemList(LiteratureItemListVo literatureItemList)
literatureItemList
- Bibliography.public LiteratureItemList getLiteratureItemList()
Qedeq
getLiteratureItemList
in interface Qedeq
public boolean equals(Object obj)
public int hashCode()
public String toString()
public final ModuleLabels getModuleLabels()
public final QedeqBoState getState()
public final void setState(QedeqBoState state)
state
- Module state to set.public final ModuleAddress getModuleAddress()
|
Hilbert II - Version 0.03.01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
©left GNU General Public Licence All Rights Reserved. |