|
||||||||||
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.errortransaction.ErrorTransactionPK
public class ErrorTransactionPK
This class defines the primary key attributes of the ErrorTransaction Entity
Field Summary | |
---|---|
int |
sequenceNumber
|
Constructor Summary | |
---|---|
ErrorTransactionPK()
Default Constructor. |
|
ErrorTransactionPK(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 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 sequenceNumber
Constructor Detail |
---|
public ErrorTransactionPK()
public ErrorTransactionPK(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
ERROR_TRANSACTION
and the key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |