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