|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.accesscontrol.ejb.userpermission.EJBUserPermissionPK
public class EJBUserPermissionPK
This is the interface of the Primary Key for the EJBUserPermissionBean
Field Summary | |
---|---|
String |
requestId
requestId for the Primary Key |
String |
userId
userId for the Primary Key |
Constructor Summary | |
---|---|
EJBUserPermissionPK()
Default Class constructor |
|
EJBUserPermissionPK(String userId,
String requestId)
Class constructor. |
Method Summary | |
---|---|
boolean |
equals(Object o)
This method is required by the EJB1.1 specification. |
int |
hashCode()
This method is required by the EJB1.1 spec. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String userId
public String requestId
Constructor Detail |
---|
public EJBUserPermissionPK()
public EJBUserPermissionPK(String userId, String requestId)
userId
- a string for the Primary KeyrequestId
- a string for the Primary KeyMethod Detail |
---|
public boolean equals(Object o)
equals
in class Object
o
- an object to compare with this object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |