Package com.axelor.meta.schema.views
Class ChartView.ChartSeries
- java.lang.Object
-
- com.axelor.meta.schema.views.ChartView.ChartSeries
-
-
Constructor Summary
Constructors Constructor Description ChartSeries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAggregate()StringgetGroupBy()StringgetKey()StringgetLocalizedTitle()IntegergetScale()StringgetSide()StringgetTitle()StringgetType()voidsetAggregate(String aggregate)voidsetGroupBy(String groupBy)voidsetKey(String key)voidsetScale(Integer scale)voidsetSide(String side)voidsetTitle(String title)voidsetType(String type)
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getGroupBy
public String getGroupBy()
-
setGroupBy
public void setGroupBy(String groupBy)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getSide
public String getSide()
-
setSide
public void setSide(String side)
-
getLocalizedTitle
public String getLocalizedTitle()
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getAggregate
public String getAggregate()
-
setAggregate
public void setAggregate(String aggregate)
-
getScale
public Integer getScale()
-
setScale
public void setScale(Integer scale)
-
-