Package fr.gouv.vitam.worker.common
Class DescriptionStep
java.lang.Object
fr.gouv.vitam.worker.common.DescriptionStep
Description of the step execution.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetStep()
Get the stepGet the workParamsvoid
Set the stepvoid
setWorkParams
(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
-