org.apache.openejb.test.entity.cmr
Class CompoundPK

java.lang.Object
  extended by org.apache.openejb.test.entity.cmr.CompoundPK
All Implemented Interfaces:
Serializable

public class CompoundPK
extends Object
implements Serializable

Version:
$Revision: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $
See Also:
Serialized Form

Field Summary
 Integer field1
           
 String field2
           
 
Constructor Summary
CompoundPK()
           
CompoundPK(Integer field1, String field2)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field1

public Integer field1

field2

public String field2
Constructor Detail

CompoundPK

public CompoundPK()

CompoundPK

public CompoundPK(Integer field1,
                  String field2)
Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.