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

java.lang.Object
  extended by com.alibaba.druid.support.jconsole.util.TableDataProcessor.ColumnData
Enclosing class:
TableDataProcessor

public static class TableDataProcessor.ColumnData
extends Object

The Class ColumnData.


Constructor Summary
TableDataProcessor.ColumnData()
          ColumnData构造函数
 
Method Summary
 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)
          设置多个表格数据
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDataProcessor.ColumnData

public TableDataProcessor.ColumnData()
ColumnData构造函数

Method Detail

getNames

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

Returns:
the names

setNames

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

Parameters:
names - the new names

getDatas

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

Returns:
the datas

setDatas

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

Parameters:
datas - the datas

getCount

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

Returns:
the count

setCount

public void setCount(int count)
Sets the count.

Parameters:
count - the new count

getTableDatas

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

Returns:
the table datas

setTableDatas

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

Parameters:
tableDatas - the table datas


Copyright © 2012 Alibaba Group. All Rights Reserved.