|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.scarab.reports.ReportAxis
| Constructor Summary | |
ReportAxis()
|
|
| Method Summary | |
void |
addReportHeading(ReportHeading newReportHeading)
Add a ReportHeading value. |
ReportHeading |
getHeading(int headingIndex)
Gets the heading at the given index. |
java.lang.String |
getQueryKey()
Get the QueryKey value. |
java.util.List |
getReportHeadings()
Get the ReportHeadings value. |
void |
setQueryKey(java.lang.String newQueryKey)
Set the QueryKey value. |
void |
setReportHeadings(java.util.List newReportHeadings)
Set the ReportHeadings value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReportAxis()
| Method Detail |
public ReportHeading getHeading(int headingIndex)
headingIndex - an int value
ReportHeading valuepublic java.util.List getReportHeadings()
public void setReportHeadings(java.util.List newReportHeadings)
newReportHeadings - The new ReportHeadings value.public void addReportHeading(ReportHeading newReportHeading)
newReportHeading - The new ReportHeading value.public java.lang.String getQueryKey()
getQueryKey in interface org.apache.fulcrum.intake.Retrievablepublic void setQueryKey(java.lang.String newQueryKey)
setQueryKey in interface org.apache.fulcrum.intake.RetrievablenewQueryKey - The new QueryKey value.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||