com.hyper9.simdk.stubs.dao
Class VirtualSCSIController

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.VirtualDevice
          extended by com.hyper9.simdk.stubs.dao.VirtualController
              extended by com.hyper9.simdk.stubs.dao.VirtualSCSIController
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParaVirtualSCSIController, VirtualBusLogicController, VirtualLsiLogicController, VirtualLsiLogicSASController

public class VirtualSCSIController
extends VirtualController

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualSCSIController()
           
 
Method Summary
 Boolean getHotAddRemove()
           
 Integer getScsiCtlrUnitNumber()
           
 VirtualSCSISharing getSharedBus()
           
 void setHotAddRemove(Boolean toSet)
           
 void setScsiCtlrUnitNumber(Integer toSet)
           
 void setSharedBus(VirtualSCSISharing toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VirtualController
getBusNumber, getDevice, setBusNumber, setDevice
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VirtualDevice
getBacking, getConnectable, getControllerKey, getDeviceInfo, getKey, getUnitNumber, setBacking, setConnectable, setControllerKey, setDeviceInfo, setKey, setUnitNumber
 
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

VirtualSCSIController

public VirtualSCSIController()
Method Detail

getHotAddRemove

public Boolean getHotAddRemove()

setHotAddRemove

public void setHotAddRemove(Boolean toSet)

getSharedBus

public VirtualSCSISharing getSharedBus()

setSharedBus

public void setSharedBus(VirtualSCSISharing toSet)

getScsiCtlrUnitNumber

public Integer getScsiCtlrUnitNumber()

setScsiCtlrUnitNumber

public void setScsiCtlrUnitNumber(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.