public class BeautifulInitializationData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BeautifulInitializationData.InitMethod |
static interface |
BeautifulInitializationData.InitUpdateConfigWalker |
| Constructor and Description |
|---|
BeautifulInitializationData() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAllParameters() |
Boolean |
getClearHMC() |
Boolean |
getCreateEssentialData() |
Boolean |
getCreateProjectData() |
Boolean |
getDropTables() |
BeautifulInitializationData.InitMethod |
getInitMethod() |
Boolean |
getLocalizeTypes() |
Map<String,String[]> |
getParametersAsStringMap() |
void |
setAllParameters(Map<String,Object> allParameters) |
void |
setClearHMC(Boolean clearHMC) |
void |
setCreateEssentialData(Boolean createEssentialData) |
void |
setCreateProjectData(Boolean createProjectData) |
void |
setDropTables(Boolean dropTables) |
void |
setInitMethod(BeautifulInitializationData.InitMethod initMethod) |
void |
setLocalizeTypes(Boolean localizeTypes) |
void |
setPatches(Map<String,List<String>> patches) |
void |
traverse(BeautifulInitializationData.InitUpdateConfigWalker walker) |
public Boolean getDropTables()
public void setDropTables(Boolean dropTables)
dropTables - the dropTables to setpublic Boolean getClearHMC()
public void setClearHMC(Boolean clearHMC)
clearHMC - the clearHMC to setpublic Boolean getCreateEssentialData()
public void setCreateEssentialData(Boolean createEssentialData)
createEssentialData - the createEssentialData to setpublic Boolean getCreateProjectData()
public void setCreateProjectData(Boolean createProjectData)
createProjectData - the createProjectData to setpublic Boolean getLocalizeTypes()
public void setLocalizeTypes(Boolean localizeTypes)
localizeTypes - the localizeTypes to setpublic BeautifulInitializationData.InitMethod getInitMethod()
public void setInitMethod(BeautifulInitializationData.InitMethod initMethod)
initMethod - the initMethod to setpublic void setAllParameters(Map<String,Object> allParameters)
allParameters - the allParameters to setpublic void traverse(BeautifulInitializationData.InitUpdateConfigWalker walker)
Copyright © 2017 SAP SE. All Rights Reserved.