类 WfRst
java.lang.Object
com.gdxsoft.easyweb.script.Workflow.WfRst
流程执行结果
- 作者:
- Administrator
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getMsg()getUnit()booleanbooleanisOk()voidsetException(String exception) voidsetIsException(boolean isException) voidsetIsOk(boolean isOk) voidvoid
-
构造器详细资料
-
WfRst
public WfRst()
-
-
方法详细资料
-
isOk
public boolean isOk()- 返回:
- the _IsOk
-
setIsOk
public void setIsOk(boolean isOk) - 参数:
isOk- the _IsOk to set
-
getMsg
- 返回:
- the _Msg
-
setMsg
- 参数:
msg- the _Msg to set
-
isException
public boolean isException()- 返回:
- the _IsException
-
setIsException
public void setIsException(boolean isException) - 参数:
isException- the _IsException to set
-
getException
- 返回:
- the _Exception
-
setException
- 参数:
exception- the _Exception to set
-
getUnit
- 返回:
- the _Unit
-
setUnit
- 参数:
unit- the _Unit to set
-