Hilbert II - Version 0.03.04

org.qedeq.kernel.dto.module
Class UsedByListVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.UsedByListVo
All Implemented Interfaces:
UsedByList

public class UsedByListVo
extends Object
implements UsedByList

List of modules which use the current one.

Version:
$Revision: 1.7 $

Constructor Summary
UsedByListVo()
          Constructs an empty list of used by modules.
 
Method Summary
 void add(SpecificationVo specification)
          Add specification of module.
 boolean equals(Object obj)
           
 Specification 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

UsedByListVo

public UsedByListVo()
Constructs an empty list of used by modules.

Method Detail

add

public final void add(SpecificationVo specification)
Add specification of module.

Parameters:
specification - Module specification

size

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

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

get

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

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