Hilbert II - Version 0.03.01

org.qedeq.kernel.dto.module
Class LocationListVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.LocationListVo
All Implemented Interfaces:
LocationList

public final class LocationListVo
extends Object
implements LocationList

List of locations.

Version:
$Revision: 1.4 $

Constructor Summary
LocationListVo()
          Constructs an empty list of locations.
 
Method Summary
 void add(LocationVo 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

LocationListVo

public LocationListVo()
Constructs an empty list of locations.

Method Detail

add

public final void add(LocationVo location)
Add location to list.

Parameters:
location - Location to add.

size

public final int size()
Description copied from interface: LocationList
Get size of list.

Specified by:
size in interface LocationList
Returns:
List size.

get

public final Location get(int index)
Description copied from interface: LocationList
Get index-th element of list.

Specified by:
get in interface LocationList
Parameters:
index - Index.
Returns:
Index-th element.

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.