org.apache.openejb.test.entity.cmr.onetomany
Class ArtistPk

java.lang.Object
  extended by org.apache.openejb.test.entity.cmr.onetomany.ArtistPk

public class ArtistPk
extends Object


Field Summary
 Integer id
           
 String name
           
 
Constructor Summary
ArtistPk()
           
ArtistPk(Integer id, String name)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public Integer id

name

public String name
Constructor Detail

ArtistPk

public ArtistPk()

ArtistPk

public ArtistPk(Integer id,
                String name)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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