|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.storeandforward.impl.storetransaction.StoreTransactionPK
public class StoreTransactionPK
The StoreTransactionPK class.
Field Summary | |
---|---|
int |
sequenceNo
|
Constructor Summary | |
---|---|
StoreTransactionPK()
Default Constructor. |
|
StoreTransactionPK(int argSequenceNo)
Constructor taking the Primary Key |
Method Summary | |
---|---|
boolean |
equals(Object o)
This method checks if this Primary Key equals another |
int |
hashCode()
This method determines the hashcode for this primary key |
DataPacket |
toDataPacket()
This method converts this primary key to a DataPacket. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.bankframe.ejb.EPrimaryKey |
---|
toString |
Field Detail |
---|
public int sequenceNo
Constructor Detail |
---|
public StoreTransactionPK()
public StoreTransactionPK(int argSequenceNo)
argSequenceNo
- the sequence number of the transactionMethod Detail |
---|
public boolean equals(Object o)
equals
in interface EPrimaryKey
equals
in class Object
o
- java.lang.Object
public int hashCode()
hashCode
in interface EPrimaryKey
hashCode
in class Object
public DataPacket toDataPacket()
toDataPacket
in interface EPrimaryKey
STORE_TRANSACTION
and the key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |