com.hyper9.simdk.stubs.dao
Class ClusterDpmConfigInfo

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

public class ClusterDpmConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterDpmConfigInfo()
           
 
Method Summary
 DpmBehavior getDefaultDpmBehavior()
           
 Boolean getEnabled()
           
 Integer getHostPowerActionRate()
           
 List<OptionValue> getOption()
           
 void setDefaultDpmBehavior(DpmBehavior toSet)
           
 void setEnabled(Boolean toSet)
           
 void setHostPowerActionRate(Integer toSet)
           
 void setOption(List<OptionValue> 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

ClusterDpmConfigInfo

public ClusterDpmConfigInfo()
Method Detail

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)

getDefaultDpmBehavior

public DpmBehavior getDefaultDpmBehavior()

setDefaultDpmBehavior

public void setDefaultDpmBehavior(DpmBehavior toSet)

getHostPowerActionRate

public Integer getHostPowerActionRate()

setHostPowerActionRate

public void setHostPowerActionRate(Integer toSet)

getOption

public List<OptionValue> getOption()

setOption

public void setOption(List<OptionValue> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.