All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.mandate.mandateEvidence

java.lang.Object
   |
   +----semper.payment.mandate.mandateEvidence

public class mandateEvidence
extends Object
implements Serializable, Cloneable
Evidence accumulated during a transaction

Version:
$Revision: 1.3 $ $Date: 1998/06/15 15:02:54 $
Author:
Bjarke Dahl Ebert ([email protected])

Constructor Index

 o mandateEvidence()

Method Index

 o clone()
redefine clone so that anyone can make clones of us; this is useful in accessor methods of other classes that have an object of this class as an attribute.
 o getEvidence()
Return the list of evidence objects (mandateModuleMessage objects)
 o getStatus()
Get the status
 o toString()
Redefine toString for pretty printing

Constructors

 o mandateEvidence
 public mandateEvidence()

Methods

 o getEvidence
 public Vector getEvidence()
Return the list of evidence objects (mandateModuleMessage objects)

Returns:
Vector containing mandateModuleMessage objects
 o getStatus
 public int getStatus()
Get the status

Returns:
integer status value (as defined in mandateModuleMessage)
 o toString
 public String toString()
Redefine toString for pretty printing

Overrides:
toString in class Object
 o clone
 public synchronized Object clone()
redefine clone so that anyone can make clones of us; this is useful in accessor methods of other classes that have an object of this class as an attribute.

Overrides:
clone in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index