public interface CurrentStepLocal extends AbstractLocalStep
Modifier and Type | Method and Description |
---|---|
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) |
void setActionId(int actionId)
int getActionId()
getActionId
in interface AbstractLocalStep
void setCaller(String caller)
String getCaller()
getCaller
in interface AbstractLocalStep
void setDueDate(Timestamp dueDate)
Timestamp getDueDate()
getDueDate
in interface AbstractLocalStep
long getEntryId()
getEntryId
in interface AbstractLocalStep
void setFinishDate(Timestamp finishDate)
Timestamp getFinishDate()
getFinishDate
in interface AbstractLocalStep
Long getId()
getId
in interface AbstractLocalStep
String getOwner()
getOwner
in interface AbstractLocalStep
Timestamp getStartDate()
getStartDate
in interface AbstractLocalStep
void setStatus(String status)
String getStatus()
getStatus
in interface AbstractLocalStep
int getStepId()
getStepId
in interface AbstractLocalStep
Copyright © 2021 catworkx GmbH. All rights reserved.