类 ActionResult

java.lang.Object
com.gdxsoft.easyweb.script.display.action.ActionResult

public class ActionResult extends Object
调用执行结果
作者:
Administrator
  • 构造器详细资料

    • ActionResult

      public ActionResult()
  • 方法详细资料

    • 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
    • getObject

      public Object getObject()
      返回对象
      返回:
      the _Object
    • setObject

      public void setObject(Object object)
      参数:
      object - the _Object to set
    • isException

      public boolean isException()
      是否运行错误
      返回:
      the _IsException
    • setIsException

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

      public String getExceptionMsg()
      执行异常信息
      返回:
      the _ExceptionMsg
    • setExceptionMsg

      public void setExceptionMsg(String exceptionMsg)
      参数:
      exceptionMsg - the _ExceptionMsg to set