public class SchemaOperationResult extends Object implements Serializable
Constructor and Description |
---|
SchemaOperationResult() |
Modifier and Type | Method and Description |
---|---|
String |
getDatasource() |
String |
getExecutedScript() |
long |
getModelId() |
List<String> |
getProblems() |
void |
setDatasource(String datasource) |
void |
setExecutedScript(String executedScript) |
void |
setModelId(long modelId) |
void |
setProblems(List<String> problems) |
public void setProblems(List<String> problems)
problems
- the problems to setpublic String getDatasource()
public void setDatasource(String datasource)
datasource
- the datasource to setpublic String getExecutedScript()
public void setExecutedScript(String executedScript)
executedScript
- the executedScript to setpublic long getModelId()
public void setModelId(long modelId)
modelId
- the modelId to setCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.