|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.scarab.reports.ReportDateRange
Represents a date range in the xml report definition. The functionality surrounding date ranges is not yet implemented.
| 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 |
public ReportDateRange()
| Method Detail |
public long getMinTime()
public void setMinTime(long newMinTime)
newMinTime - The new MinTime value.public long getMaxTime()
public void setMaxTime(long newMaxTime)
newMaxTime - The new MaxTime 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 | ||||||||||