Package com.priint.pubserver.dashboard
Class TableChartData
java.lang.Object
com.priint.pubserver.dashboard.TableChartData
Structure definition of data for Table in dashboards
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classStructure columns definition for Table in dashboards -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Gets the list values for Table.Gets the defintions of columns for Table.getName()voidSets the list values for Table.voidsetDataMapping(List<TableChartData.DataMapping> dataMapping) Sets the defintions of columns for Table.void
-
Constructor Details
-
TableChartData
public TableChartData()
-
-
Method Details
-
getName
- Returns:
- - name of Chart
String
-
setName
- Parameters:
name- of Chart
-
getDataMapping
Gets the defintions of columns for Table.- Returns:
ListofTableChartData.DataMapping
-
setDataMapping
Sets the defintions of columns for Table.- Parameters:
dataMapping-ListofTableChartData.DataMapping
-
getData
Gets the list values for Table.- Returns:
List
-
setData
Sets the list values for Table.- Parameters:
data-List
-