public abstract class ChartRequest extends Object
| Constructor and Description |
|---|
ChartRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntity() |
Integer |
getHeight() |
QueryImpl |
getQuery() |
List<QueryRule> |
getQueryRules() |
String |
getTitle() |
String |
getType() |
Integer |
getWidth() |
String |
getxLabel() |
String |
getyLabel() |
void |
setEntity(String entity) |
void |
setHeight(Integer height) |
void |
setQuery(QueryImpl query) |
void |
setQueryRules(List<QueryRule> queryRules) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setWidth(Integer width) |
void |
setxLabel(String xLabel) |
void |
setyLabel(String yLabel) |
public String getEntity()
public void setEntity(String entity)
entity - the entity to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getxLabel()
public void setxLabel(String xLabel)
public String getyLabel()
public void setyLabel(String yLabel)
public Integer getWidth()
public void setWidth(Integer width)
width - the width to setpublic Integer getHeight()
public void setHeight(Integer height)
height - the height to setpublic void setQueryRules(List<QueryRule> queryRules)
queryRules - the queryRules to setpublic QueryImpl getQuery()
public void setQuery(QueryImpl query)
query - the query to setpublic String getType()
public void setType(String type)
type - the type to setCopyright © 2015. All Rights Reserved.