com.opensymphony.workflow.spi.ejb
Class PreviousStepEJB

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

public abstract class PreviousStepEJB
extends Object
implements javax.ejb.EntityBean

Version:
$Revision: 1.2 $
Author:
Hani Suleiman
See Also:
Serialized Form

Constructor Summary
PreviousStepEJB()
           
 
Method Summary
abstract  Long getId()
           
abstract  Long getPreviousId()
           
abstract  void setId(Long id)
           
abstract  void setPreviousId(Long previousId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.EntityBean
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, unsetEntityContext
 

Constructor Detail

PreviousStepEJB

public PreviousStepEJB()
Method Detail

setId

public abstract void setId(Long id)

getId

public abstract Long getId()

setPreviousId

public abstract void setPreviousId(Long previousId)

getPreviousId

public abstract Long getPreviousId()

OpenSymphony Workflow Project Page