com.hyper9.simdk.stubs.dao
Class VirtualDeviceRemoteDeviceBackingInfo

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.VirtualDeviceBackingInfo
          extended by com.hyper9.simdk.stubs.dao.VirtualDeviceRemoteDeviceBackingInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VirtualCdromRemoteAtapiBackingInfo, VirtualCdromRemotePassthroughBackingInfo, VirtualFloppyRemoteDeviceBackingInfo

public class VirtualDeviceRemoteDeviceBackingInfo
extends VirtualDeviceBackingInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualDeviceRemoteDeviceBackingInfo()
           
 
Method Summary
 String getDeviceName()
           
 Boolean getUseAutoDetect()
           
 void setDeviceName(String toSet)
           
 void setUseAutoDetect(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

VirtualDeviceRemoteDeviceBackingInfo

public VirtualDeviceRemoteDeviceBackingInfo()
Method Detail

getDeviceName

public String getDeviceName()

setDeviceName

public void setDeviceName(String toSet)

getUseAutoDetect

public Boolean getUseAutoDetect()

setUseAutoDetect

public void setUseAutoDetect(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.