com.bankframe.ei.txnhandler.impl.destinationejbmap
Class DestinationEjbMapPK

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.impl.destinationejbmap.DestinationEjbMapPK
All Implemented Interfaces:
EPrimaryKey, java.io.Serializable

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

This class defines the primary key attributes of the DestinationEjbMap Entity

Author:
Engineering
See Also:
Serialized Form

Field Summary
 java.lang.String destinationId
           
 java.lang.String ejbName
           
 java.lang.String ejbOperation
           
 
Constructor Summary
DestinationEjbMapPK()
          Default Constructor.
DestinationEjbMapPK(java.lang.String argDestinationId, java.lang.String argEjbName, java.lang.String argEjbOperation)
          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 converts this primary key to a DataPacket.
 
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

destinationId

public java.lang.String destinationId

ejbName

public java.lang.String ejbName

ejbOperation

public java.lang.String ejbOperation
Constructor Detail

DestinationEjbMapPK

public DestinationEjbMapPK()
Default Constructor.


DestinationEjbMapPK

public DestinationEjbMapPK(java.lang.String argDestinationId,
                           java.lang.String argEjbName,
                           java.lang.String argEjbOperation)
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 converts this primary key to a DataPacket.

Specified by:
toDataPacket in interface EPrimaryKey
Returns:
a DataPacket representation of this primary key


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