com.hyper9.simdk.stubs.dao
Class OvfCreateImportSpecParams

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

public class OvfCreateImportSpecParams
extends OvfManagerCommonParams

Author:
akutz
See Also:
Serialized Form

Constructor Summary
OvfCreateImportSpecParams()
           
 
Method Summary
 String getEntityName()
           
 HostSystem getHostSystem()
           
 String getIpAllocationPolicy()
           
 String getIpProtocol()
           
 List<OvfNetworkMapping> getNetworkMapping()
           
 List<KeyValue> getPropertyMapping()
           
 void setEntityName(String toSet)
           
 void setHostSystem(HostSystem toSet)
           
 void setIpAllocationPolicy(String toSet)
           
 void setIpProtocol(String toSet)
           
 void setNetworkMapping(List<OvfNetworkMapping> toSet)
           
 void setPropertyMapping(List<KeyValue> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.OvfManagerCommonParams
getDeploymentOption, getLocale, getMsgBundle, setDeploymentOption, setLocale, setMsgBundle
 
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

OvfCreateImportSpecParams

public OvfCreateImportSpecParams()
Method Detail

getEntityName

public String getEntityName()

setEntityName

public void setEntityName(String toSet)

getHostSystem

public HostSystem getHostSystem()

setHostSystem

public void setHostSystem(HostSystem toSet)

getNetworkMapping

public List<OvfNetworkMapping> getNetworkMapping()

setNetworkMapping

public void setNetworkMapping(List<OvfNetworkMapping> toSet)

getIpAllocationPolicy

public String getIpAllocationPolicy()

setIpAllocationPolicy

public void setIpAllocationPolicy(String toSet)

getIpProtocol

public String getIpProtocol()

setIpProtocol

public void setIpProtocol(String toSet)

getPropertyMapping

public List<KeyValue> getPropertyMapping()

setPropertyMapping

public void setPropertyMapping(List<KeyValue> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.