All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.extensions.statement.StatementItem

java.lang.Object
   |
   +----semper.txlayer.extensions.statement.StatementItem

public abstract class StatementItem
extends Object
implements Serializable, Transferable
StatementItem is the item to use, when transferring objects of type Statement. Item is defined in the txlayer.

Version:
$Revision: 1.1 $ $Date: 1998/01/19 15:29:48 $
Author:
Thomas Sepstrup Nielsen ([email protected]), Torben Pryds Pedersen ([email protected])
See Also:
Statement

Constructor Index

 o StatementItem(Statement)
Creates a new StatementItem object.

Method Index

 o getObject()
Gets the object that the StatementItem is based on.
 o getTransferTransaction()
Create a Statement transfer transaction.

Constructors

 o StatementItem
 public StatementItem(Statement item)
Creates a new StatementItem object.

Methods

 o getObject
 public Object getObject()
Gets the object that the StatementItem is based on.

 o getTransferTransaction
 public TransferTransaction getTransferTransaction()
Create a Statement transfer transaction.

Returns:
a StatementTransfer object to transfer this item

All Packages  Class Hierarchy  This Package  Previous  Next  Index