com.hyper9.simdk.stubs.dao
Class HostScsiDisk

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

public class HostScsiDisk
extends ScsiLun

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostScsiDisk()
           
 
Method Summary
 HostDiskDimensionsLba getCapacity()
           
 String getDevicePath()
           
 void setCapacity(HostDiskDimensionsLba toSet)
           
 void setDevicePath(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.ScsiLun
getAlternateName, getCanonicalName, getCapabilities, getDescriptor, getDisplayName, getDurableName, getKey, getLunType, getModel, getOperationalState, getQueueDepth, getRevision, getScsiLevel, getSerialNumber, getStandardInquiry, getUuid, getVendor, setAlternateName, setCanonicalName, setCapabilities, setDescriptor, setDisplayName, setDurableName, setKey, setLunType, setModel, setOperationalState, setQueueDepth, setRevision, setScsiLevel, setSerialNumber, setStandardInquiry, setUuid, setVendor
 
Methods inherited from class com.hyper9.simdk.stubs.dao.HostDevice
getDeviceName, getDeviceType, setDeviceName, setDeviceType
 
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

HostScsiDisk

public HostScsiDisk()
Method Detail

getCapacity

public HostDiskDimensionsLba getCapacity()

setCapacity

public void setCapacity(HostDiskDimensionsLba toSet)

getDevicePath

public String getDevicePath()

setDevicePath

public void setDevicePath(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.