public class StepEntity
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
STEP_COMPLETED |
static int |
STEP_CURRENT |
static int |
STEP_NORMAL |
static int |
STEP_UNDO |
| 构造器和说明 |
|---|
StepEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getStepOne() |
int |
getStepThree() |
int |
getStepTwo() |
boolean |
isStepOneDone() |
boolean |
isStepThreeDone() |
boolean |
isStepTwoDone() |
void |
resetToDefault()
默认值
|
StepEntity |
setStepOne(int stepOne) |
void |
setStepOneDone(boolean stepOneDone) |
StepEntity |
setStepThree(int stepThree) |
void |
setStepThreeDone(boolean stepThreeDone) |
StepEntity |
setStepTwo(int stepTwo) |
void |
setStepTwoDone(boolean stepTwoDone) |
public static final int STEP_UNDO
public static final int STEP_CURRENT
public static final int STEP_COMPLETED
public static final int STEP_NORMAL
public boolean isStepOneDone()
public void setStepOneDone(boolean stepOneDone)
public boolean isStepTwoDone()
public void setStepTwoDone(boolean stepTwoDone)
public boolean isStepThreeDone()
public void setStepThreeDone(boolean stepThreeDone)
public int getStepOne()
public StepEntity setStepOne(int stepOne)
public int getStepTwo()
public StepEntity setStepTwo(int stepTwo)
public int getStepThree()
public StepEntity setStepThree(int stepThree)
public void resetToDefault()