org.apache.openejb.test.entity.cmr.manytomany
Class PlatformPk

java.lang.Object
  extended by org.apache.openejb.test.entity.cmr.manytomany.PlatformPk

public class PlatformPk
extends Object


Field Summary
 Integer id
           
 String name
           
 
Constructor Summary
PlatformPk()
           
PlatformPk(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

PlatformPk

public PlatformPk()

PlatformPk

public PlatformPk(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-2013 The Apache OpenEJB development community. All Rights Reserved.