|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction.SuccessfulTransactionPK
public class SuccessfulTransactionPK
This class defines the primary key attributes of the SuccessfulTransaction Entity
Field Summary | |
---|---|
int |
sequenceNumber
|
Constructor Summary | |
---|---|
SuccessfulTransactionPK()
Default Constructor. |
|
SuccessfulTransactionPK(int argSequenceNumber)
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 will give a DataPacket representation of this primary key |
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 sequenceNumber
Constructor Detail |
---|
public SuccessfulTransactionPK()
public SuccessfulTransactionPK(int argSequenceNumber)
Method 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
SUCCESSFUL_TRANSACTION
and the keys
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |