Class DescriptionStep

java.lang.Object
fr.gouv.vitam.worker.common.DescriptionStep

public class DescriptionStep extends Object
Description of the step execution.
  • Constructor Details

    • DescriptionStep

      public DescriptionStep(Step step, WorkerParameters workParams)
      Constructor.
      Parameters:
      step - step definition
      workParams - worker parameters
  • Method Details

    • 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