org.opennms.api.reporting.parameter
Class ReportIntParm

java.lang.Object
  extended by org.opennms.api.reporting.parameter.ReportParm
      extended by 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
ReportIntParm()
          Constructor for ReportIntParm.
 
Method Summary
 String getInputType()
          getInputType
 int getValue()
          getValue
 void setInputType(String type)
          setInputType
 void setValue(int value)
          setValue
 
Methods inherited from class org.opennms.api.reporting.parameter.ReportParm
getDisplayName, getName, setDisplayName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportIntParm

public ReportIntParm()

Constructor for ReportIntParm.

Method Detail

getValue

public int getValue()

getValue

Returns:
a int.

setValue

public void setValue(int value)

setValue

Parameters:
value - a int.

getInputType

public String getInputType()

getInputType

Returns:
a String object.

setInputType

public void setInputType(String type)

setInputType

Parameters:
type - a String object.


Copyright © 2011. All Rights Reserved.