org.tigris.scarab.reports
Class ReportAxis

java.lang.Object
  extended byorg.tigris.scarab.reports.ReportAxis
All Implemented Interfaces:
org.apache.fulcrum.intake.Retrievable, java.io.Serializable

public class ReportAxis
extends java.lang.Object
implements java.io.Serializable, org.apache.fulcrum.intake.Retrievable

Version:
$Id: ReportAxis.java 9104 2004-05-10 21:04:51Z dabbous $
Author:
John McNally
See Also:
Serialized Form

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

ReportAxis

public ReportAxis()
Method Detail

getHeading

public ReportHeading getHeading(int headingIndex)
Gets the heading at the given index. if headingIndex is negative, a new ReportHeading is returned that is

Parameters:
headingIndex - an int value
Returns:
a ReportHeading value

getReportHeadings

public java.util.List getReportHeadings()
Get the ReportHeadings value.

Returns:
the ReportHeadings value.

setReportHeadings

public void setReportHeadings(java.util.List newReportHeadings)
Set the ReportHeadings value.

Parameters:
newReportHeadings - The new ReportHeadings value.

addReportHeading

public void addReportHeading(ReportHeading newReportHeading)
Add a ReportHeading value.

Parameters:
newReportHeading - The new ReportHeading value.

getQueryKey

public java.lang.String getQueryKey()
Get the QueryKey value.

Specified by:
getQueryKey in interface org.apache.fulcrum.intake.Retrievable
Returns:
the QueryKey value.

setQueryKey

public void setQueryKey(java.lang.String newQueryKey)
Set the QueryKey value.

Specified by:
setQueryKey in interface org.apache.fulcrum.intake.Retrievable
Parameters:
newQueryKey - The new QueryKey value.


Copyright © 2000-2004 Tigris.org. All Rights Reserved.