public class StageStepExecution extends BasePOJO
Constructor and Description |
---|
StageStepExecution() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getStageExecutionId() |
java.lang.Long |
getStageStepExecutionId() |
java.lang.Long |
getStageStepId() |
ExecutionUnitStatus |
getStepExecutionStatus() |
void |
setStageExecutionId(java.lang.Long pStageExecutionId) |
void |
setStageStepExecutionId(java.lang.Long pStageStepExecutionId) |
void |
setStageStepId(java.lang.Long pStageStepId) |
void |
setStepExecutionStatus(ExecutionUnitStatus pStepExecutionStatus) |
java.lang.String |
toString()
Returns custom String representation implemented by walking complete object structure.
|
public void setStageStepExecutionId(java.lang.Long pStageStepExecutionId)
public java.lang.Long getStageStepExecutionId()
public void setStageExecutionId(java.lang.Long pStageExecutionId)
public java.lang.Long getStageExecutionId()
public void setStageStepId(java.lang.Long pStageStepId)
public java.lang.Long getStageStepId()
public void setStepExecutionStatus(ExecutionUnitStatus pStepExecutionStatus)
public ExecutionUnitStatus getStepExecutionStatus()