Package fr.gouv.vitam.worker.common
Class DescriptionStep
- java.lang.Object
-
- fr.gouv.vitam.worker.common.DescriptionStep
-
public class DescriptionStep extends java.lang.ObjectDescription 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 StepgetStep()Get the stepWorkerParametersgetWorkParams()Get the workParamsvoidsetStep(Step step)Set the stepvoidsetWorkParams(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
-
-