|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.accesscontrol.ejb.grouppermission.EJBGroupPermissionPK
This interface is the interface of the primary key for the EJBGroupPermissionBean.
Field Summary | |
java.lang.String |
groupId
|
java.lang.String |
requestId
|
Constructor Summary | |
EJBGroupPermissionPK()
Default Class constructor |
|
EJBGroupPermissionPK(java.lang.String groupId,
java.lang.String requestId)
Class constructor. |
Method Summary | |
boolean |
equals(java.lang.Object o)
This method is required by the EJB1.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 java.lang.String groupId
public java.lang.String requestId
Constructor Detail |
public EJBGroupPermissionPK()
public EJBGroupPermissionPK(java.lang.String groupId, java.lang.String requestId)
groupId
- a string for the primary keyrequestId
- a string for the primary keyMethod Detail |
public boolean equals(java.lang.Object o)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |