org.rhq.core.domain.measurement.composite
Class MeasurementDataNumericHighLowComposite

java.lang.Object
  extended by org.rhq.core.domain.measurement.composite.MeasurementDataNumericHighLowComposite
All Implemented Interfaces:
Serializable

public class MeasurementDataNumericHighLowComposite
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected MeasurementDataNumericHighLowComposite()
           
  MeasurementDataNumericHighLowComposite(long timestamp, double value, double highValue, double lowValue)
           
 
Method Summary
 double getHighValue()
           
 double getLowValue()
           
 long getTimestamp()
           
 double getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MeasurementDataNumericHighLowComposite

protected MeasurementDataNumericHighLowComposite()

MeasurementDataNumericHighLowComposite

public MeasurementDataNumericHighLowComposite(long timestamp,
                                              double value,
                                              double highValue,
                                              double lowValue)
Method Detail

getHighValue

public double getHighValue()

getLowValue

public double getLowValue()

getTimestamp

public long getTimestamp()

getValue

public double getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.