All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.generic.genericEvidence

java.lang.Object
   |
   +----semper.payment.generic.genericEvidence

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

Version:
$Revision: 1.5 $ $Date: 1997/11/04 18:38:34 $
Author:
N. Asokan ([email protected])

Constructor Index

 o genericEvidence()

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 (genericModuleMessage objects)
 o getStatus()
Get the status
 o toString()
Redefine toString for pretty printing

Constructors

 o genericEvidence
 public genericEvidence()

Methods

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

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

Returns:
integer status value (as defined in genericModuleMessage)
 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