com.alibaba.druid.support.jconsole.util
类 TableDataProcessor.ColumnData

java.lang.Object
  继承者 com.alibaba.druid.support.jconsole.util.TableDataProcessor.ColumnData
包容类:
TableDataProcessor

public static class TableDataProcessor.ColumnData
extends Object

The Class ColumnData.


构造方法摘要
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)
          设置多个表格数据
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TableDataProcessor.ColumnData

public TableDataProcessor.ColumnData()
ColumnData构造函数

方法详细信息

getNames

public ArrayList<String> getNames()
获取关键字集合

返回:
the names

setNames

public void setNames(ArrayList<String> names)
设置关键字集合

参数:
names - the new names

getDatas

public ArrayList<LinkedHashMap<String,Object>> getDatas()
获取单个表格数据

返回:
the datas

setDatas

public void setDatas(ArrayList<LinkedHashMap<String,Object>> datas)
设置单个表格数据

参数:
datas - the datas

getCount

public int getCount()
返回的数据总数,如果返回单个表格,则为表格行数;如果返回多个表格数据,则为表格个数

返回:
the count

setCount

public void setCount(int count)
Sets the count.

参数:
count - the new count

getTableDatas

public ArrayList<ArrayList<LinkedHashMap<String,Object>>> getTableDatas()
返回多个表格数据

返回:
the table datas

setTableDatas

public void setTableDatas(ArrayList<ArrayList<LinkedHashMap<String,Object>>> tableDatas)
设置多个表格数据

参数:
tableDatas - the table datas


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.