public static class TableDataProcessor.ColumnData extends Object
| 构造器和说明 |
|---|
TableDataProcessor.ColumnData()
ColumnData构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCount()
返回的数据总数,如果返回单个表格,则为表格行数;如果返回多个表格数据,则为表格个数
|
ArrayList<LinkedHashMap<String,Object>> |
getDatas()
获取单个表格数据
|
ArrayList<String> |
getNames()
获取关键字集合
|
ArrayList<ArrayList<LinkedHashMap<String,Object>>> |
getTableDatas()
返回多个表格数据
|
void |
setCount(int count)
Sets the count.
|
void |
setDatas(ArrayList<LinkedHashMap<String,Object>> datas)
设置单个表格数据
|
void |
setNames(ArrayList<String> names)
设置关键字集合
|
void |
setTableDatas(ArrayList<ArrayList<LinkedHashMap<String,Object>>> tableDatas)
设置多个表格数据
|
public ArrayList<LinkedHashMap<String,Object>> getDatas()
public void setDatas(ArrayList<LinkedHashMap<String,Object>> datas)
datas - the dataspublic int getCount()
public void setCount(int count)
count - the new countpublic ArrayList<ArrayList<LinkedHashMap<String,Object>>> getTableDatas()
public void setTableDatas(ArrayList<ArrayList<LinkedHashMap<String,Object>>> tableDatas)
tableDatas - the table datasCopyright © 2012-2013 Alibaba Group. All Rights Reserved.