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)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
id
public java.lang.Integer id
Pk
public Pk()
Pk
public Pk(int i)
Pk
public Pk(java.lang.Integer i)
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