com.hyper9.simdk.stubs.dao
Class ClusterDasVmConfigInfo

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

public class ClusterDasVmConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterDasVmConfigInfo()
           
 
Method Summary
 ClusterDasVmSettings getDasSettings()
           
 VirtualMachine getKey()
           
 Boolean getPowerOffOnIsolation()
           
 DasVmPriority getRestartPriority()
           
 void setDasSettings(ClusterDasVmSettings toSet)
           
 void setKey(VirtualMachine toSet)
           
 void setPowerOffOnIsolation(Boolean toSet)
           
 void setRestartPriority(DasVmPriority 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

ClusterDasVmConfigInfo

public ClusterDasVmConfigInfo()
Method Detail

getKey

public VirtualMachine getKey()

setKey

public void setKey(VirtualMachine toSet)

getRestartPriority

public DasVmPriority getRestartPriority()

setRestartPriority

public void setRestartPriority(DasVmPriority toSet)

getPowerOffOnIsolation

public Boolean getPowerOffOnIsolation()

setPowerOffOnIsolation

public void setPowerOffOnIsolation(Boolean toSet)

getDasSettings

public ClusterDasVmSettings getDasSettings()

setDasSettings

public void setDasSettings(ClusterDasVmSettings toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.