All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.extensions.statement.StatementNRView

java.lang.Object
   |
   +----semper.txlayer.transaction.NRView
           |
           +----semper.txlayer.extensions.statement.StatementNRView

public class StatementNRView
extends NRView

Constructor Index

 o StatementNRView(Statement, String, String, Date)
Constructor.

Method Index

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

Constructors

 o StatementNRView
 public StatementNRView(Statement s,
                        String from,
                        String to,
                        Date date)
Constructor.

Parameters:
s - The Serializable that can be used for signing the NRView.
fromtodate - A String containing information regarding sender, receipient and date of the transfer.

Methods

 o verify
 public boolean verify()
This method is supposed to do further verification of the NRView.

Overrides:
verify in class NRView
 o equals
 public boolean equals(Object nrv)
Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index