org.tigris.scarab.reports
Class ReportDate

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

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

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

Constructor Summary
ReportDate()
           
 
Method Summary
 java.util.Date dateValue()
           
 java.lang.String getQueryKey()
          Get the QueryKey value.
 long getTime()
          Get the Time time.
 void setQueryKey(java.lang.String newQueryKey)
          Set the QueryKey value.
 void setTime(long newTime)
          Set the Time time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDate

public ReportDate()
Method Detail

getTime

public long getTime()
Get the Time time.

Returns:
the Time time.

setTime

public void setTime(long newTime)
Set the Time time.

Parameters:
newTime - The new Time time.

dateValue

public java.util.Date dateValue()

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.