com.opensymphony.workflow.spi.ejb
Class HistoryStepPrevCMP

java.lang.Object
  extended by com.opensymphony.workflow.spi.ejb.PreviousStepEJB
      extended by com.opensymphony.workflow.spi.ejb.PreviousHistoryStepEJB
          extended by com.opensymphony.workflow.spi.ejb.HistoryStepPrevCMP
All Implemented Interfaces:
Serializable, javax.ejb.EnterpriseBean, javax.ejb.EntityBean

public abstract class HistoryStepPrevCMP
extends PreviousHistoryStepEJB
implements javax.ejb.EntityBean

CMP layer for HistoryStepPrev.

Author:
Hani Suleiman (hani@formicary.net) Date: Apr 7, 2003 Time: 8:17:09 PM
See Also:
Serialized Form

Constructor Summary
HistoryStepPrevCMP()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
abstract  Long getId()
           
abstract  Long getPreviousId()
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
abstract  void setId(Long id)
           
abstract  void setPreviousId(Long previousId)
           
 void unsetEntityContext()
           
 
Methods inherited from class com.opensymphony.workflow.spi.ejb.PreviousHistoryStepEJB
ejbCreate, ejbPostCreate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryStepPrevCMP

public HistoryStepPrevCMP()
Method Detail

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

OpenSymphony Workflow Project Page