|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.dto.module.ChapterListVo
List of chapters.
| Constructor Summary | |
ChapterListVo()
Constructs an empty list of chapters. |
|
| Method Summary | |
void |
add(Chapter chapter)
Add chapter to list. |
boolean |
equals(Object obj)
|
Chapter |
get(int index)
Get index-th element of list. |
int |
hashCode()
|
int |
size()
Get size of list. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ChapterListVo()
| Method Detail |
public final void add(Chapter chapter)
chapter - Chapter to add.public final int size()
ChapterList
size in interface ChapterListpublic final Chapter get(int index)
ChapterListindex-th element of list.
get in interface ChapterListindex - Index.
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |