Class ReportDateParm
- java.lang.Object
-
- org.opennms.api.reporting.parameter.ReportParm
-
- org.opennms.api.reporting.parameter.ReportDateParm
-
- All Implemented Interfaces:
Serializable
public class ReportDateParm extends ReportParm implements Serializable
ReportDateParm class.
- Version:
- $Id: $
- Author:
- ranger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportDateParm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getCount()
Date
getDate()
Integer
getHours()
String
getInterval()
Integer
getMinutes()
Boolean
getUseAbsoluteDate()
Date
getValue(ReportMode mode)
boolean
isAdjustedDate()
void
setCount(Integer count)
void
setDate(Date date)
void
setHours(Integer hour)
void
setInterval(String interval)
void
setIsAdjustedDate(boolean adjusted)
void
setMinutes(Integer minute)
void
setUseAbsoluteDate(Boolean useAbsoluteDate)
-
Methods inherited from class org.opennms.api.reporting.parameter.ReportParm
getDisplayName, getName, setDisplayName, setName
-
-
-
-
Method Detail
-
getUseAbsoluteDate
public Boolean getUseAbsoluteDate()
-
setUseAbsoluteDate
public void setUseAbsoluteDate(Boolean useAbsoluteDate)
-
getInterval
public String getInterval()
-
setInterval
public void setInterval(String interval)
-
getCount
public Integer getCount()
-
setCount
public void setCount(Integer count)
-
getDate
public Date getDate()
-
setDate
public void setDate(Date date)
-
getValue
public Date getValue(ReportMode mode)
-
getHours
public Integer getHours()
-
setHours
public void setHours(Integer hour)
-
getMinutes
public Integer getMinutes()
-
setMinutes
public void setMinutes(Integer minute)
-
isAdjustedDate
public boolean isAdjustedDate()
-
setIsAdjustedDate
public void setIsAdjustedDate(boolean adjusted)
-
-