com.hyper9.simdk.stubs.dao
Class VirtualAppImportSpec

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

public class VirtualAppImportSpec
extends ImportSpec

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualAppImportSpec()
           
 
Method Summary
 List<ImportSpec> getChild()
           
 String getName()
           
 ResourceConfigSpec getResourcePoolSpec()
           
 VAppConfigSpec getVAppConfigSpec()
           
 void setChild(List<ImportSpec> toSet)
           
 void setName(String toSet)
           
 void setResourcePoolSpec(ResourceConfigSpec toSet)
           
 void setVAppConfigSpec(VAppConfigSpec toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.ImportSpec
getEntityConfig, setEntityConfig
 
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

VirtualAppImportSpec

public VirtualAppImportSpec()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getVAppConfigSpec

public VAppConfigSpec getVAppConfigSpec()

setVAppConfigSpec

public void setVAppConfigSpec(VAppConfigSpec toSet)

getResourcePoolSpec

public ResourceConfigSpec getResourcePoolSpec()

setResourcePoolSpec

public void setResourcePoolSpec(ResourceConfigSpec toSet)

getChild

public List<ImportSpec> getChild()

setChild

public void setChild(List<ImportSpec> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.