|
||||||||||
| 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 - int| Method Detail |
|---|
public boolean equals(Object o)
equals in interface EPrimaryKeyequals in class Objecto - java.lang.Object
public int hashCode()
hashCode in interface EPrimaryKeyhashCode in class Objectpublic DataPacket toDataPacket()
toDataPacket in interface EPrimaryKeypublic String toString()
toString in interface EPrimaryKeytoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||