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

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

public class EABTransactionFieldPK
extends java.lang.Object
implements java.io.Serializable

This class defines the primary key attributes of the EABTransactionField entity

See Also:
Serialized Form

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

direction

public java.lang.String direction

entityBeanName

public java.lang.String entityBeanName

entityFieldName

public java.lang.String entityFieldName

tierKey

public java.lang.String tierKey

txnFieldName

public java.lang.String txnFieldName

txnCode

public java.lang.String txnCode

txnType

public java.lang.String txnType
Constructor Detail

EABTransactionFieldPK

public EABTransactionFieldPK()
EABTransactionFieldPK default constructor.


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)
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(java.lang.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.

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.

Returns:
an integer hash code for the receiver
See Also:
Hashtable


Copyright © 2004 Siebel Systems, Inc. All rights reserved.