|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.impl.eabtransactionfield.EABTransactionFieldPK
public class EABTransactionFieldPK
This class defines the primary key attributes of the EABTransactionField entity
Field Summary | |
---|---|
String |
direction
|
String |
entityBeanName
|
String |
entityFieldName
|
String |
tierKey
|
String |
txnCode
|
String |
txnFieldName
|
String |
txnType
|
Constructor Summary | |
---|---|
EABTransactionFieldPK()
EABTransactionFieldPK default constructor. |
|
EABTransactionFieldPK(String txnCode,
String txnType,
String txnFieldName,
String direction,
String tierKey,
String entityBeanName,
String entityFieldName)
Constructor taking the Primary Key |
Method Summary | |
---|---|
boolean |
equals(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 String direction
public String entityBeanName
public String entityFieldName
public String tierKey
public String txnFieldName
public String txnCode
public String txnType
Constructor Detail |
---|
public EABTransactionFieldPK()
public EABTransactionFieldPK(String txnCode, String txnType, String txnFieldName, String direction, String tierKey, String entityBeanName, 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 nameMethod Detail |
---|
public boolean equals(Object obj)
equals
in class Object
obj
- the Object to compare with
Hashtable
public int hashCode()
hashCode
in class Object
Hashtable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |