com.opensymphony.workflow.spi.ejb
Class PreviousStepEJB
java.lang.Object
com.opensymphony.workflow.spi.ejb.PreviousStepEJB
- All Implemented Interfaces:
- Serializable, EnterpriseBean, EntityBean
- Direct Known Subclasses:
- PreviousCurrentStepEJB, PreviousHistoryStepEJB
public abstract class PreviousStepEJB
- extends Object
- implements EntityBean
- Version:
- $Revision: 1.2 $
- Author:
- Hani Suleiman
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreviousStepEJB
public PreviousStepEJB()
setId
public abstract void setId(Long id)
getId
public abstract Long getId()
setPreviousId
public abstract void setPreviousId(Long previousId)
getPreviousId
public abstract Long getPreviousId()