类 DTRow

java.lang.Object
com.gdxsoft.easyweb.data.DTRow
所有已实现的接口:
Serializable

public class DTRow extends Object implements Serializable
另请参阅:
  • 构造器详细资料

    • DTRow

      public DTRow()
  • 方法详细资料

    • parseToClass

      public Object parseToClass(Object obj) throws Exception
      映射到 指定的对象
      参数:
      obj - 指定的对象
      返回:
      指定的对象
      抛出:
      InstantiationException
      IllegalAccessException
      InvocationTargetException
      IllegalArgumentException
      Exception
    • addData

      public void addData(DTCell cell)
    • getTable

      public DTTable getTable()
      返回:
      the _Table
    • setTable

      protected void setTable(DTTable table)
      参数:
      table - the _Table to set
    • getCount

      public int getCount()
    • getCell

      public DTCell getCell(int index)
    • getCell

      public DTCell getCell(String colName) throws Exception
      抛出:
      Exception
    • toJson

      public org.json.JSONObject toJson() throws org.json.JSONException
      返回json对象
      返回:
      抛出:
      org.json.JSONException
    • toJson

      public org.json.JSONObject toJson(String upperOrLower) throws org.json.JSONException
      返回json对象
      参数:
      upperOrLower - UPPER or LOWER 指定字段大写或小写
      返回:
      抛出:
      org.json.JSONException
    • getNodeRow

      public Node getNodeRow()
      返回:
      the _NodeRow
    • setNodeRow

      public void setNodeRow(Node nodeRow)
      参数:
      nodeRow - the _NodeRow to set
    • getNodeRowTagName

      public String getNodeRowTagName()
      返回:
      the _NodeRowTagName
    • setNodeRowTagName

      public void setNodeRowTagName(String nodeRowTagName)
      参数:
      nodeRowTagName - the _NodeRowTagName to set
    • getIndex

      public int getIndex()
      返回:
      the _Index
    • setIndex

      public void setIndex(int index)
      参数:
      index - the _Index to set
    • getName

      public String getName()
      返回:
      the _Name
    • setName

      public void setName(String name)
      参数:
      name - the _Name to set
    • getKeysExp

      public int getKeysExp()
      返回:
      the _KeysExp
    • setKeysExp

      public void setKeysExp(int keysExp)
      参数:
      keysExp - the _KeysExp to set
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object