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
-
SerializableNRView(Serializable)
- Constructor.
-
SerializableNRView(Serializable, String, String, Date)
- Constructor.
-
equals(Object)
-
-
verify()
- This method is supposed to do further verification
of the NRView.
SerializableNRView
public SerializableNRView(Serializable s,
String from,
String to,
Date date)
- Constructor.
- Parameters:
- s - The Serializable that can be used for signing
the NRView.
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.
verify
public boolean verify()
- This method is supposed to do further verification
of the NRView.
- Overrides:
- verify in class NRView
equals
public boolean equals(Object nrv)
- Overrides:
- equals in class Object
All Packages Class Hierarchy This Package Previous Next Index