Class StepExecutionInfo

java.lang.Object
de.qytera.qtaf.core.guice.invokation.StepExecutionInfo

public class StepExecutionInfo extends Object
Information object that contains Step execution information
  • Constructor Details

    • StepExecutionInfo

      public StepExecutionInfo()
  • Method Details

    • getId

      public int getId()
      Get id
      Returns:
      id
    • setId

      public StepExecutionInfo setId(int id)
      Set id
      Parameters:
      id - Id
      Returns:
      this
    • getStep

      public Step getStep()
      Get step
      Returns:
      step
    • setStep

      public StepExecutionInfo setStep(Step step)
      Set step
      Parameters:
      step - Step
      Returns:
      this
    • getMethodInvocation

      public org.aopalliance.intercept.MethodInvocation getMethodInvocation()
      Get methodInvocation
      Returns:
      methodInvocation
    • setMethodInvocation

      public StepExecutionInfo setMethodInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
      Set methodInvocation
      Parameters:
      methodInvocation - MethodInvocation
      Returns:
      this
    • getResult

      public Object getResult()
      Get result
      Returns:
      result
    • setResult

      public StepExecutionInfo setResult(Object result)
      Set result
      Parameters:
      result - Result
      Returns:
      this
    • getError

      public Throwable getError()
      Get error
      Returns:
      error
    • setError

      public StepExecutionInfo setError(Throwable error)
      Set error
      Parameters:
      error - Error
      Returns:
      this