类 ExtOpt
java.lang.Object
com.gdxsoft.easyweb.script.display.action.extend.ExtOpt
扩展操作
- 作者:
- Administrator
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明错误信息org.json.JSONObjectgetJson()JSON对象JSON字符串org.json.JSONObjectgetParaObj(String name) 工作模式voidbooleanis_IsOk()是否正确voidvoidsetIsOk(boolean isOk) 是否正确voidsetJsonStr(String jsonStr) JSON字符串voidsetWorkType(String workType)
-
构造器详细资料
-
ExtOpt
public ExtOpt()
-
-
方法详细资料
-
getPara
-
getParaObj
-
init
-
getJsonStr
JSON字符串- 返回:
- the _JsonStr
-
setJsonStr
JSON字符串- 参数:
jsonStr- the _JsonStr to set
-
getJson
public org.json.JSONObject getJson()JSON对象- 返回:
- the _Json
-
is_IsOk
public boolean is_IsOk()是否正确- 返回:
- the _IsOk
-
setIsOk
public void setIsOk(boolean isOk) 是否正确- 参数:
isOk- the _IsOk to set
-
getErrMsg
错误信息- 返回:
- the _ErrMsg
-
setErrMsg
- 参数:
errMsg- the _ErrMsg to set
-
getWorkType
工作模式- 返回:
- the _WorkType
-
setWorkType
- 参数:
workType- the _WorkType to set
-