com.pmease.quickbuild.model
Class MeasurementData6H

java.lang.Object
  extended by com.pmease.quickbuild.model.AbstractEntity
      extended by com.pmease.quickbuild.model.MeasurementData6H
All Implemented Interfaces:
MeasurementData, MeasurementDataAggregate, java.io.Serializable, java.lang.Comparable<MeasurementData>

@Entity
public class MeasurementData6H
extends AbstractEntity
implements MeasurementDataAggregate

See Also:
Serialized Form

Constructor Summary
MeasurementData6H()
           
 
Method Summary
 int compareTo(MeasurementData other)
           
 boolean equals(java.lang.Object other)
           
 java.lang.Double getMaxValue()
           
 java.lang.String getMetricName()
           
 java.lang.Double getMinValue()
           
 java.lang.String getSource()
           
 long getTimestamp()
           
 java.lang.Double getValue()
           
 int hashCode()
           
 void setMaxValue(java.lang.Double maxValue)
           
 void setMetricName(java.lang.String metricName)
           
 void setMinValue(java.lang.Double minValue)
           
 void setSource(java.lang.String source)
           
 void setTimestamp(long timestamp)
           
 void setValue(java.lang.Double value)
           
 java.lang.String toString()
           
 
Methods inherited from class com.pmease.quickbuild.model.AbstractEntity
getId, isNew, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.pmease.quickbuild.model.MeasurementData
getId, isNew
 

Constructor Detail

MeasurementData6H

public MeasurementData6H()
Method Detail

getTimestamp

public long getTimestamp()
Specified by:
getTimestamp in interface MeasurementData

setTimestamp

public void setTimestamp(long timestamp)
Specified by:
setTimestamp in interface MeasurementData

getSource

public java.lang.String getSource()
Specified by:
getSource in interface MeasurementData

setSource

public void setSource(java.lang.String source)
Specified by:
setSource in interface MeasurementData

getMetricName

public java.lang.String getMetricName()
Specified by:
getMetricName in interface MeasurementData

setMetricName

public void setMetricName(java.lang.String metricName)
Specified by:
setMetricName in interface MeasurementData

getValue

public java.lang.Double getValue()
Specified by:
getValue in interface MeasurementData

setValue

public void setValue(java.lang.Double value)
Specified by:
setValue in interface MeasurementData

getMinValue

public java.lang.Double getMinValue()
Specified by:
getMinValue in interface MeasurementDataAggregate

setMinValue

public void setMinValue(java.lang.Double minValue)
Specified by:
setMinValue in interface MeasurementDataAggregate

getMaxValue

public java.lang.Double getMaxValue()
Specified by:
getMaxValue in interface MeasurementDataAggregate

setMaxValue

public void setMaxValue(java.lang.Double maxValue)
Specified by:
setMaxValue in interface MeasurementDataAggregate

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class AbstractEntity

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractEntity

compareTo

public int compareTo(MeasurementData other)
Specified by:
compareTo in interface java.lang.Comparable<MeasurementData>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.