|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.accesscontrol.ejb.groupmembers.EJBGroupMemberPK
public class EJBGroupMemberPK
This class is the primary key for the EJBGroupPermissionBean.
Field Summary | |
---|---|
String |
groupId
|
String |
userId
|
Constructor Summary | |
---|---|
EJBGroupMemberPK()
Default Class constructor |
|
EJBGroupMemberPK(String userId,
String groupId)
Class constructor. |
Method Summary | |
---|---|
boolean |
equals(Object o)
This method is required by the EJB1.1 specificiation. |
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
public String groupId
Constructor Detail |
---|
public EJBGroupMemberPK()
public EJBGroupMemberPK(String userId, String groupId)
userId
- String for Primary KeygroupId
- String for Primary KeyMethod Detail |
---|
public boolean equals(Object o)
equals
in class Object
o
- Object the object to comapre to.
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |