com.hyper9.simdk.stubs.dao
Class VAppConfigSpec

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

public class VAppConfigSpec
extends VmConfigSpec

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VAppConfigSpec()
           
 
Method Summary
 String getAnnotation()
           
 List<VAppEntityConfigInfo> getEntityConfig()
           
 void setAnnotation(String toSet)
           
 void setEntityConfig(List<VAppEntityConfigInfo> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VmConfigSpec
getEula, getInstallBootRequired, getInstallBootStopDelay, getIpAssignment, getOvfEnvironmentTransport, getOvfSection, getProduct, getProperty, setEula, setInstallBootRequired, setInstallBootStopDelay, setIpAssignment, setOvfEnvironmentTransport, setOvfSection, setProduct, setProperty
 
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

VAppConfigSpec

public VAppConfigSpec()
Method Detail

getEntityConfig

public List<VAppEntityConfigInfo> getEntityConfig()

setEntityConfig

public void setEntityConfig(List<VAppEntityConfigInfo> toSet)

getAnnotation

public String getAnnotation()

setAnnotation

public void setAnnotation(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.