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 String
getAggregate()
String
getGroupBy()
String
getKey()
String
getLocalizedTitle()
Integer
getScale()
String
getSide()
String
getTitle()
String
getType()
void
setAggregate(String aggregate)
void
setGroupBy(String groupBy)
void
setKey(String key)
void
setScale(Integer scale)
void
setSide(String side)
void
setTitle(String title)
void
setType(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)
-
-