|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.authentication.ejb.user.EJBUserPK
public class EJBUserPK
This class is the implementation of the Primary Key for the EJUser class.
Field Summary | |
---|---|
String |
userId
the user id uniquely identifies this key |
Constructor Summary | |
---|---|
EJBUserPK()
Default class constructor. |
|
EJBUserPK(String argUserId)
Class constructor. |
Method Summary | |
---|---|
boolean |
equals(Object o)
This method is required by the EJB 1.1 specification. |
int |
hashCode()
This method is required by the EJB1.1 specification. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String userId
Constructor Detail |
---|
public EJBUserPK()
public EJBUserPK(String argUserId)
argUserId
- The user id for this PKMethod Detail |
---|
public boolean equals(Object o)
equals
in class Object
o
- the object to compare to
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |