Package fr.gouv.vitam.worker.common
Class DescriptionStep
java.lang.Object
fr.gouv.vitam.worker.common.DescriptionStep
Description of the step execution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStep()Get the stepGet the workParamsvoidSet the stepvoidsetWorkParams(WorkerParameters workParams) Set the workParams
-
Constructor Details
-
DescriptionStep
Constructor.- Parameters:
step- step definitionworkParams- worker parameters
-
-
Method Details
-
getStep
Get the step- Returns:
- Step
-
setStep
Set the step- Parameters:
step- of type Step
-
getWorkParams
Get the workParams- Returns:
- WorkerParameters
-
setWorkParams
Set the workParams- Parameters:
workParams- of type WorkerParameters
-