com.opensymphony.workflow.spi.ejb
Interface CurrentStepLocal
- All Superinterfaces:
- AbstractLocalStep, javax.ejb.EJBLocalObject
public interface CurrentStepLocal
- extends javax.ejb.EJBLocalObject, AbstractLocalStep
Local interface for CurrentStep.
- Author:
- Hani Suleiman, Pat Lightbody
| Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
setActionId
void setActionId(int actionId)
getActionId
int getActionId()
- Specified by:
getActionId in interface AbstractLocalStep
setCaller
void setCaller(String caller)
getCaller
String getCaller()
- Specified by:
getCaller in interface AbstractLocalStep
setDueDate
void setDueDate(Timestamp dueDate)
getDueDate
Timestamp getDueDate()
- Specified by:
getDueDate in interface AbstractLocalStep
getEntryId
long getEntryId()
- Specified by:
getEntryId in interface AbstractLocalStep
setFinishDate
void setFinishDate(Timestamp finishDate)
getFinishDate
Timestamp getFinishDate()
- Specified by:
getFinishDate in interface AbstractLocalStep
getId
Long getId()
- Specified by:
getId in interface AbstractLocalStep
getOwner
String getOwner()
- Specified by:
getOwner in interface AbstractLocalStep
getStartDate
Timestamp getStartDate()
- Specified by:
getStartDate in interface AbstractLocalStep
setStatus
void setStatus(String status)
getStatus
String getStatus()
- Specified by:
getStatus in interface AbstractLocalStep
getStepId
int getStepId()
- Specified by:
getStepId in interface AbstractLocalStep