|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ejb.EEntityBean
com.bankframe.services.accesscontrol.ejb.group.EJBGroupBean
public class EJBGroupBean
Field Summary | |
---|---|
String |
groupId
ID of this particular group. |
String |
groupName
Name of group |
Constructor Summary | |
---|---|
EJBGroupBean()
|
Method Summary | |
---|---|
EJBGroupPK |
ejbCreate(String groupId,
String groupName)
This is the create method that all EJBs must implement. |
void |
ejbPostCreate(String groupId,
String groupName)
This is the PostCreate method |
String |
getGroupId()
This method retrieves the groupID. |
String |
getGroupName()
This method retrievs the groupName. |
DataPacket |
toDataPacket()
This method gets this bean's instance variables in DataPacket format. |
Methods inherited from class com.bankframe.ejb.EEntityBean |
---|
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, toString, unsetEntityContext, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String groupId
public String groupName
Constructor Detail |
---|
public EJBGroupBean()
Method Detail |
---|
public EJBGroupPK ejbCreate(String groupId, String groupName) throws CreateException
groupId
- the group IdgroupName
- the group name
RemoteException
CreateException
public void ejbPostCreate(String groupId, String groupName) throws CreateException
groupId
- the group IdgroupName
- the group Name
RemoteException
- RemoteException
CreateException
- CreateExceptionpublic String getGroupId()
public String getGroupName()
public DataPacket toDataPacket()
DataPacket
format.
toDataPacket
in class EEntityBean
DataPacket
representation of this bean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |