org.apache.openejb.test.entity.cmr.onetomany
Class ArtistPk
java.lang.Object
org.apache.openejb.test.entity.cmr.onetomany.ArtistPk
public class ArtistPk
- extends Object
id
public Integer id
name
public String name
ArtistPk
public ArtistPk()
ArtistPk
public ArtistPk(Integer id,
String name)
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.