com.hyper9.simdk.stubs.dao
Class VirtualMachineDefaultPowerOpInfo

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

public class VirtualMachineDefaultPowerOpInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineDefaultPowerOpInfo()
           
 
Method Summary
 String getDefaultPowerOffType()
           
 String getDefaultResetType()
           
 String getDefaultSuspendType()
           
 String getPowerOffType()
           
 String getResetType()
           
 String getStandbyAction()
           
 String getSuspendType()
           
 void setDefaultPowerOffType(String toSet)
           
 void setDefaultResetType(String toSet)
           
 void setDefaultSuspendType(String toSet)
           
 void setPowerOffType(String toSet)
           
 void setResetType(String toSet)
           
 void setStandbyAction(String toSet)
           
 void setSuspendType(String 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

VirtualMachineDefaultPowerOpInfo

public VirtualMachineDefaultPowerOpInfo()
Method Detail

getPowerOffType

public String getPowerOffType()

setPowerOffType

public void setPowerOffType(String toSet)

getSuspendType

public String getSuspendType()

setSuspendType

public void setSuspendType(String toSet)

getResetType

public String getResetType()

setResetType

public void setResetType(String toSet)

getDefaultPowerOffType

public String getDefaultPowerOffType()

setDefaultPowerOffType

public void setDefaultPowerOffType(String toSet)

getDefaultSuspendType

public String getDefaultSuspendType()

setDefaultSuspendType

public void setDefaultSuspendType(String toSet)

getDefaultResetType

public String getDefaultResetType()

setDefaultResetType

public void setDefaultResetType(String toSet)

getStandbyAction

public String getStandbyAction()

setStandbyAction

public void setStandbyAction(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.