|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.CompletedForwardTransactionBean
public abstract class CompletedForwardTransactionBean
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 |
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 |
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 |
---|
public int sequenceNumber
public long completedTimestamp
public long storedTimestamp
public String transaction
Constructor Detail |
---|
public CompletedForwardTransactionBean()
Method Detail |
---|
public long getCompletedTimestamp()
public long getSequenceNumber()
public long getStoredTimestamp()
public String getTransaction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |