com.hyper9.simdk.stubs.dao
Class DVSCreateSpec

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

public class DVSCreateSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DVSCreateSpec()
           
 
Method Summary
 DVSCapability getCapability()
           
 DVSConfigSpec getConfigSpec()
           
 DistributedVirtualSwitchProductSpec getProductInfo()
           
 void setCapability(DVSCapability toSet)
           
 void setConfigSpec(DVSConfigSpec toSet)
           
 void setProductInfo(DistributedVirtualSwitchProductSpec 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

DVSCreateSpec

public DVSCreateSpec()
Method Detail

getConfigSpec

public DVSConfigSpec getConfigSpec()

setConfigSpec

public void setConfigSpec(DVSConfigSpec toSet)

getProductInfo

public DistributedVirtualSwitchProductSpec getProductInfo()

setProductInfo

public void setProductInfo(DistributedVirtualSwitchProductSpec toSet)

getCapability

public DVSCapability getCapability()

setCapability

public void setCapability(DVSCapability toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.