com.hyper9.simdk.stubs.dao
Class VirtualMachineScsiPassthroughInfo

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

public class VirtualMachineScsiPassthroughInfo
extends VirtualMachineTargetInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineScsiPassthroughInfo()
           
 
Method Summary
 Integer getPhysicalUnitNumber()
           
 String getScsiClass()
           
 String getVendor()
           
 void setPhysicalUnitNumber(Integer toSet)
           
 void setScsiClass(String toSet)
           
 void setVendor(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VirtualMachineTargetInfo
getConfigurationTag, getName, setConfigurationTag, setName
 
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

VirtualMachineScsiPassthroughInfo

public VirtualMachineScsiPassthroughInfo()
Method Detail

getScsiClass

public String getScsiClass()

setScsiClass

public void setScsiClass(String toSet)

getVendor

public String getVendor()

setVendor

public void setVendor(String toSet)

getPhysicalUnitNumber

public Integer getPhysicalUnitNumber()

setPhysicalUnitNumber

public void setPhysicalUnitNumber(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.