Class IntParm
- java.lang.Object
-
- org.opennms.netmgt.config.reporting.IntParm
-
- All Implemented Interfaces:
Serializable
public class IntParm extends Object implements Serializable
A string parameter passed to the report engine- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntParm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Integer
getDefault()
String
getDisplayName()
String
getInputType()
String
getName()
int
hashCode()
void
setDefault(Integer defaultValue)
void
setDisplayName(String displayName)
void
setInputType(String inputType)
void
setName(String name)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String displayName)
-
getInputType
public String getInputType()
-
setInputType
public void setInputType(String inputType)
-
getDefault
public Integer getDefault()
-
setDefault
public void setDefault(Integer defaultValue)
-
-