org.apache.openejb.test.entity.cmr.onetoone
Class LicensePk

java.lang.Object
  extended by org.apache.openejb.test.entity.cmr.onetoone.LicensePk

public class LicensePk
extends Object


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

number

public String number
Constructor Detail

LicensePk

public LicensePk()

LicensePk

public LicensePk(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.