@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectFormatDdl extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessObjectFormatDdl.OutputFormatEnum |
| Constructor and Description |
|---|
BusinessObjectFormatDdl() |
| 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()
he name of the Custom DDL.
|
String |
getDdl()
A container for the generated DDL code which contains DDL for all the objects in the collection
|
String |
getNamespace()
The Namespace to which a Business Object Format is related
|
BusinessObjectFormatDdl.OutputFormatEnum |
getOutputFormat()
The output format for the generated DDL.
|
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 |
setDdl(String ddl) |
void |
setNamespace(String namespace) |
void |
setOutputFormat(BusinessObjectFormatDdl.OutputFormatEnum outputFormat) |
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 BusinessObjectFormatDdl.OutputFormatEnum getOutputFormat()
public void setOutputFormat(BusinessObjectFormatDdl.OutputFormatEnum outputFormat)
public String getTableName()
public void setTableName(String tableName)
public String getCustomDdlName()
public void setCustomDdlName(String customDdlName)
public String getDdl()
public void setDdl(String ddl)
Copyright © 2017. All rights reserved.