|
Hilbert II - Version 0.03.03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.dto.module.AuthorListVo
List of authors.
| Constructor Summary | |
AuthorListVo()
Constructs an empty list of authors. |
|
| Method Summary | |
void |
add(AuthorVo author)
Add author to list. |
boolean |
equals(Object obj)
|
Author |
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 AuthorListVo()
| Method Detail |
public final void add(AuthorVo author)
author - Add this author.public final int size()
AuthorList
size in interface AuthorListpublic final Author get(int index)
AuthorListindex-th element of list.
get in interface AuthorListindex - Index.
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.03.03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |