Class ReportIntParm
- java.lang.Object
-
- org.opennms.api.reporting.parameter.ReportParm
-
- org.opennms.api.reporting.parameter.ReportIntParm
-
- All Implemented Interfaces:
Serializable
public class ReportIntParm extends ReportParm implements Serializable
ReportIntParm class.
- Version:
- $Id: $
- Author:
- ranger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportIntParm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInputType()
int
getValue()
void
setInputType(String type)
void
setValue(int value)
-
Methods inherited from class org.opennms.api.reporting.parameter.ReportParm
getDisplayName, getName, setDisplayName, setName
-
-