com.hyper9.simdk.stubs.dao
Class HostPciDevice

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

public class HostPciDevice
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostPciDevice()
           
 
Method Summary
 Byte getBus()
           
 Short getClassId()
           
 Short getDeviceId()
           
 String getDeviceName()
           
 Byte getFunction()
           
 String getId()
           
 String getParentBridge()
           
 Byte getSlot()
           
 Short getSubDeviceId()
           
 Short getSubVendorId()
           
 Short getVendorId()
           
 String getVendorName()
           
 void setBus(Byte toSet)
           
 void setClassId(Short toSet)
           
 void setDeviceId(Short toSet)
           
 void setDeviceName(String toSet)
           
 void setFunction(Byte toSet)
           
 void setId(String toSet)
           
 void setParentBridge(String toSet)
           
 void setSlot(Byte toSet)
           
 void setSubDeviceId(Short toSet)
           
 void setSubVendorId(Short toSet)
           
 void setVendorId(Short toSet)
           
 void setVendorName(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

HostPciDevice

public HostPciDevice()
Method Detail

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.