|
Hilbert II - Version 0.03.02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.dto.module.QedeqVo
A complete qedeq module. This is the root value object.
| 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 |
public QedeqVo()
| Method Detail |
public final void setHeader(HeaderVo header)
header - Module header.public final Header getHeader()
Qedeq
getHeader in interface Qedeqpublic final void setChapterList(ChapterListVo chapters)
chapters - Chapter list.public final ChapterList getChapterList()
Qedeq
getChapterList in interface Qedeqpublic final void addChapter(ChapterVo chapter)
chapter - Chapter to add.public LiteratureItemList getLiteratureItemList()
Qedeq
getLiteratureItemList in interface Qedeqpublic void setLiteratureItemList(LiteratureItemListVo literatureItemList)
literatureItemList - Bibliography.public boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.03.02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |