Class StepExecutionInfo
java.lang.Object
de.qytera.qtaf.core.guice.invokation.StepExecutionInfo
Information object that contains Step execution information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()Get errorintgetId()Get idorg.aopalliance.intercept.MethodInvocationGet methodInvocationGet resultgetStep()Get stepSet errorsetId(int id) Set idsetMethodInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation) Set methodInvocationSet resultSet step
-
Constructor Details
-
StepExecutionInfo
public StepExecutionInfo()
-
-
Method Details
-
getId
public int getId()Get id- Returns:
- id
-
setId
Set id- Parameters:
id- Id- Returns:
- this
-
getStep
Get step- Returns:
- step
-
setStep
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
Get result- Returns:
- result
-
setResult
Set result- Parameters:
result- Result- Returns:
- this
-
getError
Get error- Returns:
- error
-
setError
Set error- Parameters:
error- Error- Returns:
- this
-