Package com.priint.pubserver.dashboard
Class PieChartData
java.lang.Object
com.priint.pubserver.dashboard.PieChartData
Structure definition of data for Pie charts in dashboards
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classStructure definition of data for single block in charts -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PieChartData
public PieChartData()
-
-
Method Details
-
getName
- Returns:
- - name of Chart
String
-
setName
- Parameters:
name- of Chart
-
getData
Gets the list values for all blocks in Chart.- Returns:
- possible object is
ListofPieChartData.PieChartDataRecord
-
setData
Sets the list values for all blocks in Chart.- Parameters:
data- possible object isListofPieChartData.PieChartDataRecord
-