|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.accesscontrol.ejb.group.EJBGroupPK
public class EJBGroupPK
This is the class of the Primary Key for the EJBean ServiceBean.
Field Summary | |
---|---|
String |
groupId
|
Constructor Summary | |
---|---|
EJBGroupPK()
Default Class constructor. |
|
EJBGroupPK(String argGroupId)
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
Constructor Detail |
---|
public EJBGroupPK()
public EJBGroupPK(String argGroupId)
argGroupId
- the primary keyMethod Detail |
---|
public boolean equals(Object o)
equals
in class Object
o
- Object the 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 |