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
-
StatementItem(Statement)
- Creates a new StatementItem object.
-
getObject()
- Gets the object that the StatementItem is based on.
-
getTransferTransaction()
- Create a Statement transfer transaction.
StatementItem
public StatementItem(Statement item)
- Creates a new StatementItem object.
getObject
public Object getObject()
- Gets the object that the StatementItem is based on.
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