Hilbert II - Version 0.03.04

org.qedeq.kernel.dto.module
Class ImportListVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.ImportListVo
All Implemented Interfaces:
ImportList

public class ImportListVo
extends Object
implements ImportList

List of imports.

Version:
$Revision: 1.7 $

Constructor Summary
ImportListVo()
          Constructs an empty list of imports.
 
Method Summary
 void add(ImportVo imp)
          Add import module description.
 boolean equals(Object obj)
           
 Import 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

ImportListVo

public ImportListVo()
Constructs an empty list of imports.

Method Detail

add

public final void add(ImportVo imp)
Add import module description.

Parameters:
imp - Module import to add.

size

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

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

get

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

Specified by:
get in interface ImportList
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.04

©left GNU General Public Licence
All Rights Reserved.