org.tigris.scarab.reports
Class ReportDateRange

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

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

Represents a date range in the xml report definition. The functionality surrounding date ranges is not yet implemented.

Version:
$Id: ReportDateRange.java 7498 2003-03-28 00:00:16Z jon $
Author:
John McNally
See Also:
Serialized Form

Constructor Summary
ReportDateRange()
           
 
Method Summary
 long getMaxTime()
          Get the MaxTime value.
 long getMinTime()
          Get the MinTime value.
 java.lang.String getQueryKey()
          Get the QueryKey value.
 void setMaxTime(long newMaxTime)
          Set the MaxTime value.
 void setMinTime(long newMinTime)
          Set the MinTime value.
 void setQueryKey(java.lang.String newQueryKey)
          Set the QueryKey value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDateRange

public ReportDateRange()
Method Detail

getMinTime

public long getMinTime()
Get the MinTime value.

Returns:
the MinTime value.

setMinTime

public void setMinTime(long newMinTime)
Set the MinTime value.

Parameters:
newMinTime - The new MinTime value.

getMaxTime

public long getMaxTime()
Get the MaxTime value.

Returns:
the MaxTime value.

setMaxTime

public void setMaxTime(long newMaxTime)
Set the MaxTime value.

Parameters:
newMaxTime - The new MaxTime 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.