com.hyper9.simdk.stubs.dao
Class HostStorageDeviceInfo

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

public class HostStorageDeviceInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostStorageDeviceInfo()
           
 
Method Summary
 List<HostHostBusAdapter> getHostBusAdapter()
           
 HostMultipathInfo getMultipathInfo()
           
 HostPlugStoreTopology getPlugStoreTopology()
           
 List<ScsiLun> getScsiLun()
           
 HostScsiTopology getScsiTopology()
           
 Boolean getSoftwareInternetScsiEnabled()
           
 void setHostBusAdapter(List<HostHostBusAdapter> toSet)
           
 void setMultipathInfo(HostMultipathInfo toSet)
           
 void setPlugStoreTopology(HostPlugStoreTopology toSet)
           
 void setScsiLun(List<ScsiLun> toSet)
           
 void setScsiTopology(HostScsiTopology toSet)
           
 void setSoftwareInternetScsiEnabled(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

HostStorageDeviceInfo

public HostStorageDeviceInfo()
Method Detail

getHostBusAdapter

public List<HostHostBusAdapter> getHostBusAdapter()

setHostBusAdapter

public void setHostBusAdapter(List<HostHostBusAdapter> toSet)

getScsiLun

public List<ScsiLun> getScsiLun()

setScsiLun

public void setScsiLun(List<ScsiLun> toSet)

getScsiTopology

public HostScsiTopology getScsiTopology()

setScsiTopology

public void setScsiTopology(HostScsiTopology toSet)

getMultipathInfo

public HostMultipathInfo getMultipathInfo()

setMultipathInfo

public void setMultipathInfo(HostMultipathInfo toSet)

getPlugStoreTopology

public HostPlugStoreTopology getPlugStoreTopology()

setPlugStoreTopology

public void setPlugStoreTopology(HostPlugStoreTopology toSet)

getSoftwareInternetScsiEnabled

public Boolean getSoftwareInternetScsiEnabled()

setSoftwareInternetScsiEnabled

public void setSoftwareInternetScsiEnabled(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.