org.objectweb.jonas.jtests.beans.inherit
Class BasicIdPK

java.lang.Object
  |
  +--org.objectweb.jonas.jtests.beans.inherit.BasicIdPK
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IdPK

public class BasicIdPK
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int id
           
 
Constructor Summary
BasicIdPK()
           
BasicIdPK(int id)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id
Constructor Detail

BasicIdPK

public BasicIdPK(int id)

BasicIdPK

public BasicIdPK()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object