com.hyper9.simdk.stubs.dao
Class VirtualPCIPassthroughDeviceBackingInfo

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.VirtualDeviceDeviceBackingInfo
              extended by com.hyper9.simdk.stubs.dao.VirtualPCIPassthroughDeviceBackingInfo
All Implemented Interfaces:
Serializable

public class VirtualPCIPassthroughDeviceBackingInfo
extends VirtualDeviceDeviceBackingInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualPCIPassthroughDeviceBackingInfo()
           
 
Method Summary
 String getDeviceId()
           
 String getId()
           
 String getSystemId()
           
 Short getVendorId()
           
 void setDeviceId(String toSet)
           
 void setId(String toSet)
           
 void setSystemId(String toSet)
           
 void setVendorId(Short toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VirtualDeviceDeviceBackingInfo
getDeviceName, getUseAutoDetect, setDeviceName, setUseAutoDetect
 
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

VirtualPCIPassthroughDeviceBackingInfo

public VirtualPCIPassthroughDeviceBackingInfo()
Method Detail

getId

public String getId()

setId

public void setId(String toSet)

getDeviceId

public String getDeviceId()

setDeviceId

public void setDeviceId(String toSet)

getSystemId

public String getSystemId()

setSystemId

public void setSystemId(String toSet)

getVendorId

public Short getVendorId()

setVendorId

public void setVendorId(Short toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.