com.hyper9.simdk.stubs.dao
Class OvfManagerCommonParams

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.OvfManagerCommonParams
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OvfCreateImportSpecParams, OvfParseDescriptorParams, OvfValidateHostParams

public class OvfManagerCommonParams
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
OvfManagerCommonParams()
           
 
Method Summary
 String getDeploymentOption()
           
 String getLocale()
           
 List<KeyValue> getMsgBundle()
           
 void setDeploymentOption(String toSet)
           
 void setLocale(String toSet)
           
 void setMsgBundle(List<KeyValue> 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

OvfManagerCommonParams

public OvfManagerCommonParams()
Method Detail

getLocale

public String getLocale()

setLocale

public void setLocale(String toSet)

getDeploymentOption

public String getDeploymentOption()

setDeploymentOption

public void setDeploymentOption(String toSet)

getMsgBundle

public List<KeyValue> getMsgBundle()

setMsgBundle

public void setMsgBundle(List<KeyValue> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.