applis.ejb.perfs
Class PerfsBeanPK

java.lang.Object
  |
  +--applis.ejb.perfs.PerfsBeanPK
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 int code
           
 
Constructor Summary
PerfsBeanPK()
           
PerfsBeanPK(int c)
           
 
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

code

public int code
Constructor Detail

PerfsBeanPK

public PerfsBeanPK(int c)

PerfsBeanPK

public PerfsBeanPK()
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