| |
|
| java.lang.Object org.tigris.scarab.reports.ReportAxis
addReportHeading | public void addReportHeading(ReportHeading newReportHeading)(Code) | | Add a ReportHeading value.
Parameters: newReportHeading - The new ReportHeading value. |
getHeading | public ReportHeading getHeading(int headingIndex)(Code) | | Gets the heading at the given index.
if headingIndex is negative, a new ReportHeading is returned
that is
Parameters: headingIndex - an int value a ReportHeading value |
getQueryKey | public String getQueryKey()(Code) | | Get the QueryKey value.
the QueryKey value. |
getReportHeadings | public List getReportHeadings()(Code) | | Get the ReportHeadings value.
the ReportHeadings value. |
setQueryKey | public void setQueryKey(String newQueryKey)(Code) | | Set the QueryKey value.
Parameters: newQueryKey - The new QueryKey value. |
setReportHeadings | public void setReportHeadings(List newReportHeadings)(Code) | | Set the ReportHeadings value.
Parameters: newReportHeadings - The new ReportHeadings value. |
|
|
|