com.hyper9.simdk.stubs.dao
Class VirtualDisk

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.VirtualDisk
All Implemented Interfaces:
Serializable

public class VirtualDisk
extends VirtualDevice

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualDisk()
           
 
Method Summary
 Long getCapacityInKB()
           
 SharesInfo getShares()
           
 void setCapacityInKB(Long toSet)
           
 void setShares(SharesInfo toSet)
           
 
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

VirtualDisk

public VirtualDisk()
Method Detail

getCapacityInKB

public Long getCapacityInKB()

setCapacityInKB

public void setCapacityInKB(Long toSet)

getShares

public SharesInfo getShares()

setShares

public void setShares(SharesInfo toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.