com.opensymphony.workflow.spi.ejb
Class CurrentStepPrevCMP
java.lang.Object
com.opensymphony.workflow.spi.ejb.PreviousStepEJB
com.opensymphony.workflow.spi.ejb.PreviousCurrentStepEJB
com.opensymphony.workflow.spi.ejb.CurrentStepPrevCMP
- All Implemented Interfaces:
- Serializable, javax.ejb.EnterpriseBean, javax.ejb.EntityBean
public abstract class CurrentStepPrevCMP
- extends PreviousCurrentStepEJB
- implements javax.ejb.EntityBean
CMP layer for CurrentStepPrev.
- Author:
- Hani Suleiman (hani@formicary.net) Date: Apr 7, 2003 Time: 8:17:26 PM
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentStepPrevCMP
public CurrentStepPrevCMP()
setEntityContext
public void setEntityContext(javax.ejb.EntityContext ctx)
- Specified by:
setEntityContext in interface javax.ejb.EntityBean
setId
public abstract void setId(Long id)
- Specified by:
setId in class PreviousStepEJB
getId
public abstract Long getId()
- Specified by:
getId in class PreviousStepEJB
setPreviousId
public abstract void setPreviousId(Long previousId)
- Specified by:
setPreviousId in class PreviousStepEJB
getPreviousId
public abstract Long getPreviousId()
- Specified by:
getPreviousId in class PreviousStepEJB
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate in interface javax.ejb.EntityBean
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad in interface javax.ejb.EntityBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate in interface javax.ejb.EntityBean
ejbRemove
public void ejbRemove()
throws javax.ejb.RemoveException
- Specified by:
ejbRemove in interface javax.ejb.EntityBean
- Throws:
javax.ejb.RemoveException
ejbStore
public void ejbStore()
- Specified by:
ejbStore in interface javax.ejb.EntityBean
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext in interface javax.ejb.EntityBean