com.bankframe.ei.txnhandler.transactionresponse.errorcondition
Class TransactionErrorConditionPK

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.transactionresponse.errorcondition.TransactionErrorConditionPK
All Implemented Interfaces:
EPrimaryKey, java.io.Serializable

public class TransactionErrorConditionPK
extends java.lang.Object
implements EPrimaryKey

This class is the primary key for TransactionErrorCondition

See Also:
Serialized Form

Field Summary
 int sequence
           
 java.lang.String txnCode
           
 java.lang.String txnType
           
 
Fields inherited from interface com.bankframe.ejb.EPrimaryKey
serialVersionUID
 
Constructor Summary
TransactionErrorConditionPK()
          TransactionErrorConditionPK constructor
TransactionErrorConditionPK(java.lang.String argTxnCode, java.lang.String argTxnType, int sequence)
          TransactionErrorConditionPK constructor
 
Method Summary
 boolean equals(java.lang.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
 java.lang.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

txnCode

public java.lang.String txnCode

txnType

public java.lang.String txnType

sequence

public int sequence
Constructor Detail

TransactionErrorConditionPK

public TransactionErrorConditionPK()
TransactionErrorConditionPK constructor


TransactionErrorConditionPK

public TransactionErrorConditionPK(java.lang.String argTxnCode,
                                   java.lang.String argTxnType,
                                   int sequence)
TransactionErrorConditionPK constructor

Parameters:
sequence - is the sequence number
Method Detail

equals

public boolean equals(java.lang.Object o)
This method checks if this Primary Key equals another

Specified by:
equals in interface EPrimaryKey
Parameters:
o - java.lang.Object
Returns:
boolean true if Objects equal.

hashCode

public int hashCode()
This method determines the hashcode for this primary key

Specified by:
hashCode in interface EPrimaryKey
Returns:
int hashcode

toDataPacket

public DataPacket toDataPacket()
This method converts this primary-key's values to a DataPacket

Specified by:
toDataPacket in interface EPrimaryKey
Returns:
the DataPacketRepresenation of the primary key

toString

public java.lang.String toString()
This method converts this primary-key's attributes to human readable form

Specified by:
toString in interface EPrimaryKey


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