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

Method Summary
 int getActionId()
           
 String getCaller()
           
 Timestamp getDueDate()
           
 long getEntryId()
           
 Timestamp getFinishDate()
           
 Long getId()
           
 String getOwner()
           
 Timestamp getStartDate()
           
 String getStatus()
           
 int getStepId()
           
 void setActionId(int actionId)
           
 void setCaller(String caller)
           
 void setDueDate(Timestamp dueDate)
           
 void setFinishDate(Timestamp finishDate)
           
 void setStatus(String status)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

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

OpenSymphony Workflow Project Page