public class ChartTypeElement extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected org.gcube.portlets.user.td.widgetcommonevent.shared.charts.ChartType |
type |
| Constructor and Description |
|---|
ChartTypeElement(int id,
org.gcube.portlets.user.td.widgetcommonevent.shared.charts.ChartType type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getLabel() |
org.gcube.portlets.user.td.widgetcommonevent.shared.charts.ChartType |
getType() |
void |
setId(int id) |
void |
setType(org.gcube.portlets.user.td.widgetcommonevent.shared.charts.ChartType type) |
String |
toString() |
protected int id
protected org.gcube.portlets.user.td.widgetcommonevent.shared.charts.ChartType type
public ChartTypeElement(int id,
org.gcube.portlets.user.td.widgetcommonevent.shared.charts.ChartType type)
public int getId()
public void setId(int id)
public org.gcube.portlets.user.td.widgetcommonevent.shared.charts.ChartType getType()
public void setType(org.gcube.portlets.user.td.widgetcommonevent.shared.charts.ChartType type)
public String getLabel()
Copyright © 2019. All Rights Reserved.