com.bankframe.services.accesscontrol.ejb.group
Class EJBGroupBean

java.lang.Object
  extended bycom.bankframe.ejb.EEntityBean
      extended bycom.bankframe.services.accesscontrol.ejb.group.EJBGroupBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public class EJBGroupBean
extends EEntityBean

Author:
ETU
See Also:
Serialized Form

Field Summary
 java.lang.String groupId
          ID of this particular group.
 java.lang.String groupName
          Name of group
 
Constructor Summary
EJBGroupBean()
           
 
Method Summary
 EJBGroupPK ejbCreate(java.lang.String groupId, java.lang.String groupName)
          This is the create method that all EJBs must implement.
 void ejbPostCreate(java.lang.String groupId, java.lang.String groupName)
          This is the PostCreate method
 java.lang.String getGroupId()
          This method retrieves the groupID.
 java.lang.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

groupId

public java.lang.String groupId
ID of this particular group.


groupName

public java.lang.String groupName
Name of group

Constructor Detail

EJBGroupBean

public EJBGroupBean()
Method Detail

ejbCreate

public EJBGroupPK ejbCreate(java.lang.String groupId,
                            java.lang.String groupName)
                     throws javax.ejb.CreateException
This is the create method that all EJBs must implement.

Parameters:
groupName - the group name
Throws:
RemoteException
javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(java.lang.String groupId,
                          java.lang.String groupName)
                   throws javax.ejb.CreateException
This is the PostCreate method

Parameters:
groupId - the group Id
groupName - the group Name
Throws:
RemoteException - RemoteException
javax.ejb.CreateException - CreateException

getGroupId

public java.lang.String getGroupId()
This method retrieves the groupID.

Returns:
the groupID

getGroupName

public java.lang.String getGroupName()
This method retrievs the groupName.

Returns:
the group name

toDataPacket

public DataPacket toDataPacket()
This method gets this bean's instance variables in DataPacket format.

Specified by:
toDataPacket in class EEntityBean
Returns:
a DataPacket representation of this bean


Copyright © 2004 Siebel Systems, Inc. All rights reserved.