com.bankframe.ei.txnhandler.impl.eabtransactionfield
Class EABTransactionFieldPK

java.lang.Object
  extended by com.bankframe.ei.txnhandler.impl.eabtransactionfield.EABTransactionFieldPK
All Implemented Interfaces:
Serializable

public class EABTransactionFieldPK
extends Object
implements Serializable

This class defines the primary key attributes of the EABTransactionField entity

See Also:
Serialized Form

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

direction

public String direction

entityBeanName

public String entityBeanName

entityFieldName

public String entityFieldName

tierKey

public String tierKey

txnFieldName

public String txnFieldName

txnCode

public String txnCode

txnType

public String txnType
Constructor Detail

EABTransactionFieldPK

public EABTransactionFieldPK()
EABTransactionFieldPK default constructor.


EABTransactionFieldPK

public EABTransactionFieldPK(String txnCode,
                             String txnType,
                             String txnFieldName,
                             String direction,
                             String tierKey,
                             String entityBeanName,
                             String entityFieldName)
Constructor taking the Primary Key

Parameters:
txnCode - the transaction Code
txnType - the transaction type
txnFieldName - the field name on the Command Bean
direction - the request direction
tierKey - the tierField id
entityBeanName - the entity name
entityFieldName - the entity attribute name
Method Detail

equals

public boolean equals(Object obj)
Compares two objects for equality. Returns a boolean that indicates whether this object is equivalent to the specified object. This method is used when an object is stored in a hashtable.

Overrides:
equals in class Object
Parameters:
obj - the Object to compare with
Returns:
true if these Objects are equal; false otherwise.
See Also:
Hashtable

hashCode

public int hashCode()
Generates a hash code for the receiver. This method is supported primarily for hash tables, such as those provided in java.util.

Overrides:
hashCode in class Object
Returns:
an integer hash code for the receiver
See Also:
Hashtable


Copyright © 2005, 2007, Oracle. All rights reserved.