All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.extensions.serializable.SerializableNRView

java.lang.Object
   |
   +----semper.txlayer.transaction.NRView
           |
           +----semper.txlayer.extensions.serializable.SerializableNRView

public class SerializableNRView
extends NRView

Constructor Index

 o SerializableNRView(Serializable)
Constructor.
 o SerializableNRView(Serializable, String, String, Date)
Constructor.

Method Index

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

Constructors

 o SerializableNRView
 public SerializableNRView(Serializable s,
                           String from,
                           String to,
                           Date date)
Constructor.

Parameters:
s - The Serializable that can be used for signing the NRView.
 o SerializableNRView
 public SerializableNRView(Serializable s)
Constructor.

Parameters:
s - The Serializable that can be used for signing the NRView. All other parameters are set to null.

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