com.hyper9.simdk.stubs.dao
Class VirtualMachineDiskDeviceInfo

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.VirtualMachineDiskDeviceInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VirtualMachineIdeDiskDeviceInfo, VirtualMachineScsiDiskDeviceInfo

public class VirtualMachineDiskDeviceInfo
extends VirtualMachineTargetInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineDiskDeviceInfo()
           
 
Method Summary
 Long getCapacity()
           
 List<VirtualMachine> getVm()
           
 void setCapacity(Long toSet)
           
 void setVm(List<VirtualMachine> 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

VirtualMachineDiskDeviceInfo

public VirtualMachineDiskDeviceInfo()
Method Detail

getCapacity

public Long getCapacity()

setCapacity

public void setCapacity(Long toSet)

getVm

public List<VirtualMachine> getVm()

setVm

public void setVm(List<VirtualMachine> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.