|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.impl.transactionroute.TransactionRoutePK
public class TransactionRoutePK
This class is a Primary Key for TransactoinRoute
Field Summary | |
---|---|
int |
hostSequenceNumber
|
String |
txnCode
|
String |
txnType
|
Constructor Summary | |
---|---|
TransactionRoutePK()
TxnRoutePK constructor |
|
TransactionRoutePK(String argTxnCode,
String argTxnType,
int argHostSequenceNumber)
TxnRoutePK 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 |
String |
toString()
This method converts this primary-key's attributes to human readable form |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String txnCode
public String txnType
public int hostSequenceNumber
Constructor Detail |
---|
public TransactionRoutePK()
public TransactionRoutePK(String argTxnCode, String argTxnType, int argHostSequenceNumber)
argTxnCode
- StringargTxnType
- StringargHostSequenceNumber
- intMethod 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
public String toString()
toString
in interface EPrimaryKey
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |