|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.ei.txnhandler.transactionlayout.impl.request.RequestTransactionFieldPK
public class RequestTransactionFieldPK
This class is the primary key class for the RequestTransactionField
| Field Summary | |
|---|---|
int |
sequence
|
String |
txnCode
|
String |
txnType
|
| Fields inherited from interface com.bankframe.ejb.EPrimaryKey |
|---|
serialVersionUID |
| Constructor Summary | |
|---|---|
RequestTransactionFieldPK()
Default Constructor |
|
RequestTransactionFieldPK(String argTxnType,
int argSequence,
String argTxnCode)
This method initializes a key from the passed values |
|
RequestTransactionFieldPK(String argTxnCode,
String argTxnType,
int argSequence)
This method initializes a key from the passed values |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
This method determines if this Primary key equals another specified Object |
int |
hashCode()
This method caculates the hashCode for the 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 sequence
| Constructor Detail |
|---|
public RequestTransactionFieldPK()
public RequestTransactionFieldPK(String argTxnType,
int argSequence,
String argTxnCode)
argTxnType - java.lang.StringargSequence - intargTxnCode - java.lang.String
public RequestTransactionFieldPK(String argTxnCode,
String argTxnType,
int argSequence)
argTxnCode - java.lang.StringargTxnType - java.lang.StringargSequence - 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 | |||||||||