|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.dto.module.SectionListVo
List of sections.
| Constructor Summary | |
SectionListVo()
Constructs an empty section list. |
|
| Method Summary | |
void |
add(Section section)
Add section to this list. |
boolean |
equals(Object obj)
|
Section |
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 SectionListVo()
| Method Detail |
public final void add(Section section)
section - Section to add.public final int size()
SectionList
size in interface SectionListpublic final Section get(int index)
SectionListindex-th element of list.
get in interface SectionListindex - Index.
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.02.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. |