类 DTRow
java.lang.Object
com.gdxsoft.easyweb.data.DTRow
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidgetCell(int index) intgetCount()intgetIndex()intgetName()getTable()parseToClass(Object obj) 映射到 指定的对象voidsetIndex(int index) voidsetKeysExp(int keysExp) voidvoidsetNodeRow(Node nodeRow) voidsetNodeRowTagName(String nodeRowTagName) protected voidorg.json.JSONObjecttoJson()返回json对象org.json.JSONObject返回json对象toString()
-
构造器详细资料
-
DTRow
public DTRow()
-
-
方法详细资料
-
parseToClass
映射到 指定的对象- 参数:
obj- 指定的对象- 返回:
- 指定的对象
- 抛出:
InstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionIllegalArgumentExceptionException
-
addData
-
getTable
- 返回:
- the _Table
-
setTable
- 参数:
table- the _Table to set
-
getCount
public int getCount() -
getCell
-
getCell
- 抛出:
Exception
-
toJson
public org.json.JSONObject toJson() throws org.json.JSONException返回json对象- 返回:
- 抛出:
org.json.JSONException
-
toJson
返回json对象- 参数:
upperOrLower- UPPER or LOWER 指定字段大写或小写- 返回:
- 抛出:
org.json.JSONException
-
getNodeRow
- 返回:
- the _NodeRow
-
setNodeRow
- 参数:
nodeRow- the _NodeRow to set
-
getNodeRowTagName
- 返回:
- the _NodeRowTagName
-
setNodeRowTagName
- 参数:
nodeRowTagName- the _NodeRowTagName to set
-
getIndex
public int getIndex()- 返回:
- the _Index
-
setIndex
public void setIndex(int index) - 参数:
index- the _Index to set
-
getName
- 返回:
- the _Name
-
setName
- 参数:
name- the _Name to set
-
getKeysExp
public int getKeysExp()- 返回:
- the _KeysExp
-
setKeysExp
public void setKeysExp(int keysExp) - 参数:
keysExp- the _KeysExp to set
-
toString
-