|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.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 key| Method Detail |
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||