|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bankframe.ei.txnhandler.impl.eabtransactionfield.EABTransactionFieldPK
This class defines the primary key attributes of the EABTransactionField entity
| Field Summary | |
java.lang.String |
direction
|
java.lang.String |
entityBeanName
|
java.lang.String |
entityFieldName
|
java.lang.String |
tierKey
|
java.lang.String |
txnCode
|
java.lang.String |
txnFieldName
|
java.lang.String |
txnType
|
| Constructor Summary | |
EABTransactionFieldPK()
EABTransactionFieldPK default constructor. |
|
EABTransactionFieldPK(java.lang.String txnCode,
java.lang.String txnType,
java.lang.String txnFieldName,
java.lang.String direction,
java.lang.String tierKey,
java.lang.String entityBeanName,
java.lang.String entityFieldName)
Constructor taking the Primary Key |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares two objects for equality. |
int |
hashCode()
Generates a hash code for the receiver. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String direction
public java.lang.String entityBeanName
public java.lang.String entityFieldName
public java.lang.String tierKey
public java.lang.String txnFieldName
public java.lang.String txnCode
public java.lang.String txnType
| Constructor Detail |
public EABTransactionFieldPK()
public EABTransactionFieldPK(java.lang.String txnCode,
java.lang.String txnType,
java.lang.String txnFieldName,
java.lang.String direction,
java.lang.String tierKey,
java.lang.String entityBeanName,
java.lang.String entityFieldName)
txnCode - the transaction CodetxnType - the transaction typetxnFieldName - the field name on the Command Beandirection - the request directiontierKey - the tierField identityBeanName - the entity nameentityFieldName - the entity attribute name| Method Detail |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the Object to compare with
Hashtablepublic int hashCode()
hashCode in class java.lang.ObjectHashtable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||