|
||||||||||
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
public class EJBGroupPermissionPK
This interface is the interface of the primary key for the EJBGroupPermissionBean.
Field Summary | |
---|---|
String |
groupId
|
String |
requestId
|
Constructor Summary | |
---|---|
EJBGroupPermissionPK()
Default Class constructor |
|
EJBGroupPermissionPK(String groupId,
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 specification. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String groupId
public String requestId
Constructor Detail |
---|
public EJBGroupPermissionPK()
public EJBGroupPermissionPK(String groupId, String requestId)
groupId
- a string for the primary keyrequestId
- a string for the primary keyMethod Detail |
---|
public boolean equals(Object o)
equals
in class Object
o
- Object an object to compare with
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |