org.jboss.test.web.interfaces
Class EntityPK

java.lang.Object
  extended byorg.jboss.test.web.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 the_key
           
 
Constructor Summary
EntityPK()
           
EntityPK(int the_key)
           
 
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

the_key

public int the_key
Constructor Detail

EntityPK

public EntityPK()

EntityPK

public EntityPK(int the_key)
Method Detail

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()