com.hyper9.simdk.stubs.dao
Class HostNumericSensorInfo

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostNumericSensorInfo
All Implemented Interfaces:
Serializable

public class HostNumericSensorInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostNumericSensorInfo()
           
 
Method Summary
 String getBaseUnits()
           
 Long getCurrentReading()
           
 ElementDescription getHealthState()
           
 String getName()
           
 String getRateUnits()
           
 String getSensorType()
           
 Integer getUnitModifier()
           
 void setBaseUnits(String toSet)
           
 void setCurrentReading(Long toSet)
           
 void setHealthState(ElementDescription toSet)
           
 void setName(String toSet)
           
 void setRateUnits(String toSet)
           
 void setSensorType(String toSet)
           
 void setUnitModifier(Integer toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostNumericSensorInfo

public HostNumericSensorInfo()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getHealthState

public ElementDescription getHealthState()

setHealthState

public void setHealthState(ElementDescription toSet)

getCurrentReading

public Long getCurrentReading()

setCurrentReading

public void setCurrentReading(Long toSet)

getUnitModifier

public Integer getUnitModifier()

setUnitModifier

public void setUnitModifier(Integer toSet)

getBaseUnits

public String getBaseUnits()

setBaseUnits

public void setBaseUnits(String toSet)

getRateUnits

public String getRateUnits()

setRateUnits

public void setRateUnits(String toSet)

getSensorType

public String getSensorType()

setSensorType

public void setSensorType(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.