|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.transactionresponse.errorcondition.TransactionErrorConditionPK
public class TransactionErrorConditionPK
This class is the primary key for TransactionErrorCondition
Field Summary | |
---|---|
int |
sequence
|
String |
txnCode
|
String |
txnType
|
Fields inherited from interface com.bankframe.ejb.EPrimaryKey |
---|
serialVersionUID |
Constructor Summary | |
---|---|
TransactionErrorConditionPK()
TransactionErrorConditionPK constructor |
|
TransactionErrorConditionPK(String argTxnCode,
String argTxnType,
int sequence)
TransactionErrorConditionPK 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 sequence
Constructor Detail |
---|
public TransactionErrorConditionPK()
public TransactionErrorConditionPK(String argTxnCode, String argTxnType, int sequence)
argTxnCode
- Transaction codeargTxnType
- Transaction typesequence
- is the sequence numberMethod 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 |