com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction
Class SuccessfulTransactionPK

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction.SuccessfulTransactionPK
All Implemented Interfaces:
EPrimaryKey, java.io.Serializable

public class SuccessfulTransactionPK
extends java.lang.Object
implements EPrimaryKey, java.io.Serializable

This class defines the primary key attributes of the SuccessfulTransaction Entity

Author:
Engineering
See Also:
Serialized Form

Field Summary
 int sequenceNumber
           
 
Constructor Summary
SuccessfulTransactionPK()
          Default Constructor.
SuccessfulTransactionPK(int argSequenceNumber)
          Constructor taking the Primary Key
 
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 will give a DataPacket representation of this primary key
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bankframe.ejb.EPrimaryKey
toString
 

Field Detail

sequenceNumber

public int sequenceNumber
Constructor Detail

SuccessfulTransactionPK

public SuccessfulTransactionPK()
Default Constructor.


SuccessfulTransactionPK

public SuccessfulTransactionPK(int argSequenceNumber)
Constructor taking the Primary Key

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 will give a DataPacket representation of this primary key

Specified by:
toDataPacket in interface EPrimaryKey
Returns:
a DataPacket with the name SUCCESSFUL_TRANSACTION and the keys
  • SEQUENCE_NUMBER


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