|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ei.txnhandler.impl.transactionidentifier.TransactionIdentifierPK
Destination Primary Key
| Field Summary | |
java.lang.String |
txnCode
|
java.lang.String |
txnType
|
| Constructor Summary | |
TransactionIdentifierPK()
Default constructor. |
|
TransactionIdentifierPK(java.lang.String argTxnCode,
java.lang.String argTxnType)
Constructor |
|
| Method Summary | |
boolean |
equals(java.lang.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's values 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 java.lang.String txnCode
public java.lang.String txnType
| Constructor Detail |
public TransactionIdentifierPK()
public TransactionIdentifierPK(java.lang.String argTxnCode,
java.lang.String argTxnType)
| Method Detail |
public boolean equals(java.lang.Object o)
equals in interface EPrimaryKeyo - java.lang.Object
public int hashCode()
hashCode in interface EPrimaryKeypublic DataPacket toDataPacket()
toDataPacket in interface EPrimaryKey
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||