com.hyper9.simdk.stubs.dao
Class VirtualMachineBootOptions

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

public class VirtualMachineBootOptions
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineBootOptions()
           
 
Method Summary
 Long getBootDelay()
           
 Boolean getEnterBIOSSetup()
           
 void setBootDelay(Long toSet)
           
 void setEnterBIOSSetup(Boolean 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

VirtualMachineBootOptions

public VirtualMachineBootOptions()
Method Detail

getBootDelay

public Long getBootDelay()

setBootDelay

public void setBootDelay(Long toSet)

getEnterBIOSSetup

public Boolean getEnterBIOSSetup()

setEnterBIOSSetup

public void setEnterBIOSSetup(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.