com.hyper9.simdk.stubs.dao
Class VirtualAppSummary

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

public class VirtualAppSummary
extends ResourcePoolSummary

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualAppSummary()
           
 
Method Summary
 Boolean getInstallBootRequired()
           
 VAppProductInfo getProduct()
           
 VirtualAppVAppState getVAppState()
           
 void setInstallBootRequired(Boolean toSet)
           
 void setProduct(VAppProductInfo toSet)
           
 void setVAppState(VirtualAppVAppState toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.ResourcePoolSummary
getConfig, getConfiguredMemoryMB, getName, getQuickStats, getRuntime, setConfig, setConfiguredMemoryMB, setName, setQuickStats, setRuntime
 
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

VirtualAppSummary

public VirtualAppSummary()
Method Detail

getProduct

public VAppProductInfo getProduct()

setProduct

public void setProduct(VAppProductInfo toSet)

getVAppState

public VirtualAppVAppState getVAppState()

setVAppState

public void setVAppState(VirtualAppVAppState toSet)

getInstallBootRequired

public Boolean getInstallBootRequired()

setInstallBootRequired

public void setInstallBootRequired(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.