org.jboss.test.perf.interfaces
Class EntityPK

java.lang.Object
  extended byorg.jboss.test.perf.interfaces.EntityPK
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 int theKey
           
 
Constructor Summary
EntityPK()
           
EntityPK(int theKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

theKey

public int theKey
Constructor Detail

EntityPK

public EntityPK()

EntityPK

public EntityPK(int theKey)
Method Detail

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()