Package fr.gouv.vitam.worker.common
Class DescriptionStep
- java.lang.Object
-
- fr.gouv.vitam.worker.common.DescriptionStep
-
public class DescriptionStep extends java.lang.Object
Description of the step execution.
-
-
Constructor Summary
Constructors Constructor Description DescriptionStep(Step step, WorkerParameters workParams)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Step
getStep()
Get the stepWorkerParameters
getWorkParams()
Get the workParamsvoid
setStep(Step step)
Set the stepvoid
setWorkParams(WorkerParameters workParams)
Set the workParams
-
-
-
Constructor Detail
-
DescriptionStep
public DescriptionStep(Step step, WorkerParameters workParams)
Constructor.- Parameters:
step
- step definitionworkParams
- worker parameters
-
-
Method Detail
-
getStep
public Step getStep()
Get the step- Returns:
- Step
-
setStep
public void setStep(Step step)
Set the step- Parameters:
step
- of type Step
-
getWorkParams
public WorkerParameters getWorkParams()
Get the workParams- Returns:
- WorkerParameters
-
setWorkParams
public void setWorkParams(WorkerParameters workParams)
Set the workParams- Parameters:
workParams
- of type WorkerParameters
-
-