All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.transfer.VectorNRView

java.lang.Object
   |
   +----semper.txlayer.transaction.NRView
           |
           +----semper.txlayer.transfer.VectorNRView

public class VectorNRView
extends NRView
implements Serializable
The VectorNRView class is an extension of the basic NRView to support NonRepudiation for Vectors.

See Also:
NRView

Constructor Index

 o VectorNRView(Vector, String, String, Date)
Constructor.

Method Index

 o equals(Object)
 o exportToLineOfHTML()
 o verify()
This method is supposed to do further verification of the NRView.

Constructors

 o VectorNRView
 public VectorNRView(Vector s,
                     String from,
                     String to,
                     Date date)
Constructor.

Parameters:
s - The Vector that can be used for signing the NRView.

Methods

 o exportToLineOfHTML
 public String exportToLineOfHTML()
Returns:
A description of the NRView consisting of one line of HTML.
Overrides:
exportToLineOfHTML in class NRView
 o equals
 public boolean equals(Object vnrv)
Parameters:
vnrv - The VectorNRView to compare us to.
Returns:
true if this VectorNRView has the same content as vnrv.
Overrides:
equals in class Object
 o verify
 public boolean verify()
This method is supposed to do further verification of the NRView.

Overrides:
verify in class NRView

All Packages  Class Hierarchy  This Package  Previous  Next  Index