com.hyper9.simdk.stubs.dao
Class VAppConfigInfo

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

public class VAppConfigInfo
extends VmConfigInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VAppConfigInfo()
           
 
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.VmConfigInfo
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

VAppConfigInfo

public VAppConfigInfo()
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.