org.opennms.api.reporting.parameter
Class ReportFloatParm

java.lang.Object
  extended by org.opennms.api.reporting.parameter.ReportParm
      extended by org.opennms.api.reporting.parameter.ReportFloatParm
All Implemented Interfaces:
Serializable

public class ReportFloatParm
extends ReportParm
implements Serializable

ReportFloatParm class.

Version:
$Id: $
Author:
jonathan@opennms.org
See Also:
Serialized Form

Constructor Summary
ReportFloatParm()
          Constructor for ReportFloatParm.
 
Method Summary
 String getInputType()
          getInputType
 Float getValue()
          getValue
 void setInputType(String type)
          setInputType
 void setValue(Float 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

ReportFloatParm

public ReportFloatParm()

Constructor for ReportFloatParm.

Method Detail

getValue

public Float getValue()

getValue

Returns:
Float object.

setValue

public void setValue(Float value)

setValue

Parameters:
value - a Float object.

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.