java.lang.Object
org.jeteam.bean.config.StatusBean
org.jeteam.bean.config.StatusBeanImpl
org.jeteam.bean.config.StatusBeanCMP
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
- public abstract class StatusBeanCMP
- extends StatusBeanImpl
- implements javax.ejb.EntityBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusBeanCMP
public StatusBeanCMP()
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad in interface javax.ejb.EntityBean- Overrides:
ejbLoad in class StatusBeanImpl
ejbStore
public void ejbStore()
- Specified by:
ejbStore in interface javax.ejb.EntityBean- Overrides:
ejbStore in class StatusBeanImpl
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate in interface javax.ejb.EntityBean- Overrides:
ejbActivate in class StatusBeanImpl
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate in interface javax.ejb.EntityBean- Overrides:
ejbPassivate in class StatusBeanImpl
setEntityContext
public void setEntityContext(javax.ejb.EntityContext ctx)
- Specified by:
setEntityContext in interface javax.ejb.EntityBean- Overrides:
setEntityContext in class StatusBeanImpl
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext in interface javax.ejb.EntityBean- Overrides:
unsetEntityContext in class StatusBeanImpl
ejbRemove
public void ejbRemove()
throws javax.ejb.RemoveException
- Specified by:
ejbRemove in interface javax.ejb.EntityBean- Overrides:
ejbRemove in class StatusBeanImpl
getId
public abstract java.lang.String getId()
- Specified by:
getId in class StatusBean
setId
public abstract void setId(java.lang.String newValue)
- Specified by:
setId in class StatusBean
getName
public abstract java.lang.String getName()
- Specified by:
getName in class StatusBean
setName
public abstract void setName(java.lang.String newValue)
- Specified by:
setName in class StatusBean
getDescription
public abstract java.lang.String getDescription()
- Specified by:
getDescription in class StatusBean
setDescription
public abstract void setDescription(java.lang.String newValue)
- Specified by:
setDescription in class StatusBean