Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jeteam.bean.security
Class RoleBeanCMP  view RoleBeanCMP download RoleBeanCMP.java

java.lang.Object
  extended byorg.jeteam.bean.security.RoleBean
      extended byorg.jeteam.bean.security.RoleBeanImpl
          extended byorg.jeteam.bean.security.RoleBeanCMP
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public abstract class RoleBeanCMP
extends RoleBeanImpl
implements javax.ejb.EntityBean


Field Summary
 
Fields inherited from class org.jeteam.bean.security.RoleBeanImpl
 
Constructor Summary
RoleBeanCMP()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
abstract  java.lang.String getDescription()
           
abstract  java.lang.String getId()
           
abstract  java.lang.String getName()
           
abstract  void setDescription(java.lang.String newValue)
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
abstract  void setId(java.lang.String newValue)
           
abstract  void setName(java.lang.String newValue)
           
 void unsetEntityContext()
           
 
Methods inherited from class org.jeteam.bean.security.RoleBean
ejbCreate, ejbCreate, ejbPostCreate, ejbPostCreate, getPrivileges, getProjects, getRoleData, getUsers, setPrivileges, setProjects, setRoleData, setUsers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleBeanCMP

public RoleBeanCMP()
Method Detail

ejbLoad

public void ejbLoad()
Specified by:
ejbLoad in interface javax.ejb.EntityBean
Overrides:
ejbLoad in class RoleBeanImpl

ejbStore

public void ejbStore()
Specified by:
ejbStore in interface javax.ejb.EntityBean
Overrides:
ejbStore in class RoleBeanImpl

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.EntityBean
Overrides:
ejbActivate in class RoleBeanImpl

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.EntityBean
Overrides:
ejbPassivate in class RoleBeanImpl

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)
Specified by:
setEntityContext in interface javax.ejb.EntityBean
Overrides:
setEntityContext in class RoleBeanImpl

unsetEntityContext

public void unsetEntityContext()
Specified by:
unsetEntityContext in interface javax.ejb.EntityBean
Overrides:
unsetEntityContext in class RoleBeanImpl

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException
Specified by:
ejbRemove in interface javax.ejb.EntityBean
Overrides:
ejbRemove in class RoleBeanImpl

getId

public abstract java.lang.String getId()
Specified by:
getId in class RoleBean

setId

public abstract void setId(java.lang.String newValue)
Specified by:
setId in class RoleBean

getName

public abstract java.lang.String getName()
Specified by:
getName in class RoleBean

setName

public abstract void setName(java.lang.String newValue)
Specified by:
setName in class RoleBean

getDescription

public abstract java.lang.String getDescription()
Specified by:
getDescription in class RoleBean

setDescription

public abstract void setDescription(java.lang.String newValue)
Specified by:
setDescription in class RoleBean