com.opensymphony.workflow.spi.ejb
Class HistoryStepPrevCMP
java.lang.Object
com.opensymphony.workflow.spi.ejb.PreviousStepEJB
com.opensymphony.workflow.spi.ejb.PreviousHistoryStepEJB
com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
- All Implemented Interfaces:
- Serializable, EnterpriseBean, EntityBean
public abstract class HistoryStepPrevCMP
- extends PreviousHistoryStepEJB
- implements EntityBean
CMP layer for HistoryStepPrev.
- Author:
- Hani Suleiman (hani@formicary.net) Date: Apr 7, 2003 Time: 8:17:09 PM
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryStepPrevCMP
public HistoryStepPrevCMP()
setEntityContext
public void setEntityContext(EntityContext ctx)
- Specified by:
setEntityContext in interface 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 EntityBean
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad in interface EntityBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate in interface EntityBean
ejbRemove
public void ejbRemove()
throws RemoveException
- Specified by:
ejbRemove in interface EntityBean
- Throws:
RemoveException
ejbStore
public void ejbStore()
- Specified by:
ejbStore in interface EntityBean
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext in interface EntityBean