com.hyper9.simdk.stubs.dao
Class HostPciDevice
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.HostPciDevice
- All Implemented Interfaces:
- Serializable
public class HostPciDevice
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
HostPciDevice
public HostPciDevice()
getId
public String getId()
setId
public void setId(String toSet)
getClassId
public Short getClassId()
setClassId
public void setClassId(Short toSet)
getBus
public Byte getBus()
setBus
public void setBus(Byte toSet)
getSlot
public Byte getSlot()
setSlot
public void setSlot(Byte toSet)
getFunction
public Byte getFunction()
setFunction
public void setFunction(Byte toSet)
getVendorId
public Short getVendorId()
setVendorId
public void setVendorId(Short toSet)
getSubVendorId
public Short getSubVendorId()
setSubVendorId
public void setSubVendorId(Short toSet)
getVendorName
public String getVendorName()
setVendorName
public void setVendorName(String toSet)
getDeviceId
public Short getDeviceId()
setDeviceId
public void setDeviceId(Short toSet)
getSubDeviceId
public Short getSubDeviceId()
setSubDeviceId
public void setSubDeviceId(Short toSet)
getParentBridge
public String getParentBridge()
setParentBridge
public void setParentBridge(String toSet)
getDeviceName
public String getDeviceName()
setDeviceName
public void setDeviceName(String toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.