com.hyper9.simdk.stubs.dao
Class HostPciPassthruInfo

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

public class HostPciPassthruInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostPciPassthruInfo()
           
 
Method Summary
 String getDependentDevice()
           
 String getId()
           
 Boolean getPassthruActive()
           
 Boolean getPassthruCapable()
           
 Boolean getPassthruEnabled()
           
 void setDependentDevice(String toSet)
           
 void setId(String toSet)
           
 void setPassthruActive(Boolean toSet)
           
 void setPassthruCapable(Boolean toSet)
           
 void setPassthruEnabled(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

HostPciPassthruInfo

public HostPciPassthruInfo()
Method Detail

getId

public String getId()

setId

public void setId(String toSet)

getDependentDevice

public String getDependentDevice()

setDependentDevice

public void setDependentDevice(String toSet)

getPassthruEnabled

public Boolean getPassthruEnabled()

setPassthruEnabled

public void setPassthruEnabled(Boolean toSet)

getPassthruCapable

public Boolean getPassthruCapable()

setPassthruCapable

public void setPassthruCapable(Boolean toSet)

getPassthruActive

public Boolean getPassthruActive()

setPassthruActive

public void setPassthruActive(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.