org.objectweb.jonas.jtests.beans.relation.s3pkcomp
Class Pk

java.lang.Object
  |
  +--org.objectweb.jonas.jtests.beans.relation.s3pkcomp.Pk
All Implemented Interfaces:
java.io.Serializable

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

Author:
H.Joanin
See Also:
Serialized Form

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

Field Detail

id

public java.lang.Integer id
Constructor Detail

Pk

public Pk()

Pk

public Pk(int i)

Pk

public Pk(java.lang.Integer i)
Method Detail

equals

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

hashCode

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object