public class AccountExecutionStatistic
extends java.lang.Object
| Constructor and Description |
|---|
AccountExecutionStatistic() |
AccountExecutionStatistic(AccountExecutionStatisticType lastStep,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getLastStep() |
AccountExecutionStatisticType |
getLastStepType() |
java.lang.String |
getMessage() |
int |
getStart() |
void |
setEnd(int end) |
void |
setLastStep(int lastStep) |
void |
setMessage(java.lang.String message) |
void |
setStart(int start) |
public AccountExecutionStatistic()
public AccountExecutionStatistic(AccountExecutionStatisticType lastStep, java.lang.String message)
public int getLastStep()
public void setLastStep(int lastStep)
public AccountExecutionStatisticType getLastStepType()
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public int getStart()
public void setStart(int start)
public int getEnd()
public void setEnd(int end)