com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction
Class CompletedForwardTransactionBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.CompletedForwardTransactionBean
Direct Known Subclasses:
ErrorTransactionBean, SuccessfulTransactionBean

public abstract class CompletedForwardTransactionBean
extends java.lang.Object

The CompletedTransactionBean class.


Field Summary
 long completedTimestamp
          The time this transaction was forwarded
 int sequenceNumber
          The sequence number for this entity used as PK
 long storedTimestamp
          The time this transaction was stored
 java.lang.String transaction
          The encoded transaction string
 
Constructor Summary
CompletedForwardTransactionBean()
           
 
Method Summary
 long getCompletedTimestamp()
          This method returns the completed timestamp
 long getSequenceNumber()
          This method gets the sequence number of the transaction
 long getStoredTimestamp()
          This method returns the stored timestamp
 java.lang.String getTransaction()
          This method returns the transaction data.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sequenceNumber

public int sequenceNumber
The sequence number for this entity used as PK


completedTimestamp

public long completedTimestamp
The time this transaction was forwarded


storedTimestamp

public long storedTimestamp
The time this transaction was stored


transaction

public java.lang.String transaction
The encoded transaction string

Constructor Detail

CompletedForwardTransactionBean

public CompletedForwardTransactionBean()
Method Detail

getCompletedTimestamp

public long getCompletedTimestamp()
This method returns the completed timestamp

Returns:
the competed time stamp in milliseconds from 1/1/1970

getSequenceNumber

public long getSequenceNumber()
This method gets the sequence number of the transaction

Returns:
the sequence number

getStoredTimestamp

public long getStoredTimestamp()
This method returns the stored timestamp

Returns:
the stored time stamp in milliseconds from 1/1/1970

getTransaction

public java.lang.String getTransaction()
This method returns the transaction data.

Returns:
the data string for this transaction


Copyright © 2005, 2007, Oracle. All rights reserved.