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