org.openejb.alt.containers.castor_cmp11
Class CastorCMP11_EntityContainer.Key

java.lang.Object
  |
  +--org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.Key
Enclosing class:
CastorCMP11_EntityContainer

public class CastorCMP11_EntityContainer.Key
extends java.lang.Object


Field Summary
(package private)  java.lang.Object deploymentID
           
(package private)  java.lang.Object primaryKey
           
(package private)  javax.transaction.Transaction transaction
           
 
Constructor Summary
CastorCMP11_EntityContainer.Key(javax.transaction.Transaction tx, java.lang.Object depID, java.lang.Object prKey)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deploymentID

java.lang.Object deploymentID

primaryKey

java.lang.Object primaryKey

transaction

javax.transaction.Transaction transaction
Constructor Detail

CastorCMP11_EntityContainer.Key

public CastorCMP11_EntityContainer.Key(javax.transaction.Transaction tx,
                                       java.lang.Object depID,
                                       java.lang.Object prKey)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object