|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bankframe.ei.txnhandler.impl.transactionidentifier.TransactionIdentifierPK
Destination Primary Key
| Field Summary | |
java.lang.String |
txnCode
|
java.lang.String |
txnType
|
| Fields inherited from interface com.bankframe.ejb.EPrimaryKey |
serialVersionUID |
| 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 EPrimaryKeyequals in class java.lang.Objecto - java.lang.Object
public int hashCode()
hashCode in interface EPrimaryKeyhashCode in class java.lang.Objectpublic DataPacket toDataPacket()
toDataPacket in interface EPrimaryKey
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||