|
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.LocationListVo
List of locations.
| Constructor Summary | |
LocationListVo()
Constructs an empty list of locations. |
|
| Method Summary | |
void |
add(Location location)
Add location to list. |
boolean |
equals(Object obj)
|
Location |
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 LocationListVo()
| Method Detail |
public final void add(Location location)
location - Location to add.public final int size()
LocationList
size in interface LocationListpublic final Location get(int index)
LocationListindex-th element of list.
get in interface LocationListindex - 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. |