|
||||||||||
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
public class TransactionIdentifierPK
Destination Primary Key
Field Summary | |
---|---|
String |
txnCode
|
String |
txnType
|
Constructor Summary | |
---|---|
TransactionIdentifierPK()
Default constructor. |
|
TransactionIdentifierPK(String argTxnCode,
String argTxnType)
Constructor |
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'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 String txnCode
public String txnType
Constructor Detail |
---|
public TransactionIdentifierPK()
public TransactionIdentifierPK(String argTxnCode, String argTxnType)
argTxnCode
- StringargTxnType
- StringMethod 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |