public class OvfManagerCommonParams extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
deploymentOption |
String[] |
importOption |
String |
locale |
KeyValue[] |
msgBundle |
dynamicProperty, dynamicType| Constructor and Description |
|---|
OvfManagerCommonParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentOption() |
String[] |
getImportOption() |
String |
getLocale() |
KeyValue[] |
getMsgBundle() |
void |
setDeploymentOption(String deploymentOption) |
void |
setImportOption(String[] importOption) |
void |
setLocale(String locale) |
void |
setMsgBundle(KeyValue[] msgBundle) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String locale
public String deploymentOption
public KeyValue[] msgBundle
public String[] importOption
public String getLocale()
public String getDeploymentOption()
public KeyValue[] getMsgBundle()
public String[] getImportOption()
public void setLocale(String locale)
public void setDeploymentOption(String deploymentOption)
public void setMsgBundle(KeyValue[] msgBundle)
public void setImportOption(String[] importOption)
Copyright © 2011-2012. All Rights Reserved.