org.objectweb.jonas.jtests.beans.beanexc
Class AccountPK

java.lang.Object
  |
  +--org.objectweb.jonas.jtests.beans.beanexc.AccountPK
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 int number
           
 
Constructor Summary
AccountPK()
           
AccountPK(int number)
           
 
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

number

public int number
Constructor Detail

AccountPK

public AccountPK(int number)

AccountPK

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