Class SeriesData
- java.lang.Object
-
- org.gcube.portlets.user.accountingdashboard.shared.data.SeriesData
-
- All Implemented Interfaces:
Serializable
@JsType public class SeriesData extends Object implements Serializable
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SeriesData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordData[]getDataRow()StringgetLabel()voidsetDataRow(RecordData[] dataRow)voidsetLabel(String label)StringtoString()
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getDataRow
public RecordData[] getDataRow()
-
setDataRow
public void setDataRow(RecordData[] dataRow)
-
-