java.lang.Object
com.gdxsoft.easyweb.script.Workflow.WfRst

public class WfRst extends Object
流程执行结果
作者:
Administrator
  • 构造器详细资料

    • WfRst

      public WfRst()
  • 方法详细资料

    • isOk

      public boolean isOk()
      返回:
      the _IsOk
    • setIsOk

      public void setIsOk(boolean isOk)
      参数:
      isOk - the _IsOk to set
    • getMsg

      public String getMsg()
      返回:
      the _Msg
    • setMsg

      public void setMsg(String msg)
      参数:
      msg - the _Msg to set
    • isException

      public boolean isException()
      返回:
      the _IsException
    • setIsException

      public void setIsException(boolean isException)
      参数:
      isException - the _IsException to set
    • getException

      public String getException()
      返回:
      the _Exception
    • setException

      public void setException(String exception)
      参数:
      exception - the _Exception to set
    • getUnit

      public WfUnit getUnit()
      返回:
      the _Unit
    • setUnit

      public void setUnit(WfUnit unit)
      参数:
      unit - the _Unit to set