com.hyper9.simdk.stubs.dao
Class VirtualHardware

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

public class VirtualHardware
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualHardware()
           
 
Method Summary
 List<VirtualDevice> getDevice()
           
 Integer getMemoryMB()
           
 Integer getNumCPU()
           
 void setDevice(List<VirtualDevice> toSet)
           
 void setMemoryMB(Integer toSet)
           
 void setNumCPU(Integer 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

VirtualHardware

public VirtualHardware()
Method Detail

getNumCPU

public Integer getNumCPU()

setNumCPU

public void setNumCPU(Integer toSet)

getMemoryMB

public Integer getMemoryMB()

setMemoryMB

public void setMemoryMB(Integer toSet)

getDevice

public List<VirtualDevice> getDevice()

setDevice

public void setDevice(List<VirtualDevice> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.