public class SnapshotReport
extends java.lang.Object
| Constructor and Description |
|---|
SnapshotReport() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotReportCategory[] |
getCategories() |
java.lang.String |
getCategoryAxisName() |
ReportContext |
getContext() |
int |
getPrecision() |
java.lang.String |
getReportName() |
java.lang.String |
getValueAxisName() |
boolean |
isDisplayAsPie() |
boolean |
isNumericalData() |
void |
setCategories(SnapshotReportCategory[] categories) |
void |
setCategoryAxisName(java.lang.String categoryAxisName) |
void |
setContext(ReportContext context) |
void |
setDisplayAsPie(boolean displayAsPie) |
void |
setNumericalData(boolean isNumericalData) |
void |
setPrecision(int precision) |
void |
setReportName(java.lang.String reportName) |
void |
setValueAxisName(java.lang.String valueAxisName) |
public java.lang.String getReportName()
public void setReportName(java.lang.String reportName)
reportName - the reportName to setpublic ReportContext getContext()
public void setContext(ReportContext context)
context - the context to setpublic boolean isNumericalData()
public void setNumericalData(boolean isNumericalData)
isNumericalData - the isNumericalData to setpublic SnapshotReportCategory[] getCategories()
public void setCategories(SnapshotReportCategory[] categories)
categories - the categories to setpublic java.lang.String getCategoryAxisName()
public void setCategoryAxisName(java.lang.String categoryAxisName)
categoryAxisName - the categoryAxisName to setpublic java.lang.String getValueAxisName()
public void setValueAxisName(java.lang.String valueAxisName)
valueAxisName - the valueAxisName to setpublic boolean isDisplayAsPie()
public void setDisplayAsPie(boolean displayAsPie)
displayAsPie - the displayAsPie to setpublic void setPrecision(int precision)
public int getPrecision()