All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.transfer.VectorDescription

java.lang.Object
   |
   +----semper.txlayer.transfer.VectorDescription

public class VectorDescription
extends Object
implements Transferable, Containable, Description
This class is a wrapper for a Vector of Descriptions.


Variable Index

 o _v

Constructor Index

 o VectorDescription()
 o VectorDescription(Vector)

Method Index

 o compareDescription(Description)
Compare a Description with ourselves.
 o elementAt(int)
 o getTransferTransaction()
 o registerContainer(Container)
 o toString()

Variables

 o _v
 public Vector _v

Constructors

 o VectorDescription
 public VectorDescription()
 o VectorDescription
 public VectorDescription(Vector v)

Methods

 o toString
 public String toString()
Returns:
A String representation.
Overrides:
toString in class Object
 o getTransferTransaction
 public TransferTransaction getTransferTransaction()
Returns:
A VectorTransfer with the Vector of Descriptions inside it.
 o registerContainer
 public boolean registerContainer(Container c)
 o compareDescription
 public boolean compareDescription(Description d)
Compare a Description with ourselves.

Parameters:
d - The Description to compare ourselves to.
Returns:
true in case of equality or false otherwise.
 o elementAt
 public Object elementAt(int i)
Returns:
The element at position i of the contained description vector or null if there is none.

All Packages  Class Hierarchy  This Package  Previous  Next  Index