@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectFormatDdlRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessObjectFormatDdlRequest.OutputFormatEnum |
| Constructor and Description |
|---|
BusinessObjectFormatDdlRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBusinessObjectDefinitionName()
The name of the Business Object Definition to which a Business Object Format is related
|
String |
getBusinessObjectFormatFileType()
A File Type known to the system that describes the file type of data stored under a Business Object Format
|
String |
getBusinessObjectFormatUsage()
The Usage of this Business Object Format - a string describing how this format is used.
|
Integer |
getBusinessObjectFormatVersion()
The numeric version of a Business Object Format.
|
String |
getCustomDdlName()
The name of the Custom DDL.
|
Boolean |
getIncludeDropTableStatement()
If true, drop table statement for existing table will be added to the generated DDL.
|
Boolean |
getIncludeIfNotExistsOption()
If true, IF NOT EXISTS option will be added to the CREATE TABLE ...
|
String |
getNamespace()
The Namespace to which a Business Object Format is related
|
BusinessObjectFormatDdlRequest.OutputFormatEnum |
getOutputFormat()
The output format for the generated DDL.
|
Boolean |
getReplaceColumns()
If true, an ALTER TABLE ...
|
String |
getTableName()
The table name to be used in the generated DDL
|
int |
hashCode() |
void |
setBusinessObjectDefinitionName(String businessObjectDefinitionName) |
void |
setBusinessObjectFormatFileType(String businessObjectFormatFileType) |
void |
setBusinessObjectFormatUsage(String businessObjectFormatUsage) |
void |
setBusinessObjectFormatVersion(Integer businessObjectFormatVersion) |
void |
setCustomDdlName(String customDdlName) |
void |
setIncludeDropTableStatement(Boolean includeDropTableStatement) |
void |
setIncludeIfNotExistsOption(Boolean includeIfNotExistsOption) |
void |
setNamespace(String namespace) |
void |
setOutputFormat(BusinessObjectFormatDdlRequest.OutputFormatEnum outputFormat) |
void |
setReplaceColumns(Boolean replaceColumns) |
void |
setTableName(String tableName) |
String |
toString() |
public String getNamespace()
public void setNamespace(String namespace)
public String getBusinessObjectDefinitionName()
public void setBusinessObjectDefinitionName(String businessObjectDefinitionName)
public String getBusinessObjectFormatUsage()
public void setBusinessObjectFormatUsage(String businessObjectFormatUsage)
public String getBusinessObjectFormatFileType()
public void setBusinessObjectFormatFileType(String businessObjectFormatFileType)
public Integer getBusinessObjectFormatVersion()
public void setBusinessObjectFormatVersion(Integer businessObjectFormatVersion)
public BusinessObjectFormatDdlRequest.OutputFormatEnum getOutputFormat()
public void setOutputFormat(BusinessObjectFormatDdlRequest.OutputFormatEnum outputFormat)
public String getTableName()
public void setTableName(String tableName)
public String getCustomDdlName()
public void setCustomDdlName(String customDdlName)
public Boolean getIncludeDropTableStatement()
public void setIncludeDropTableStatement(Boolean includeDropTableStatement)
public Boolean getIncludeIfNotExistsOption()
public void setIncludeIfNotExistsOption(Boolean includeIfNotExistsOption)
public Boolean getReplaceColumns()
public void setReplaceColumns(Boolean replaceColumns)
Copyright © 2017. All rights reserved.