@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectFormat extends Object
| Constructor and Description |
|---|
BusinessObjectFormat() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AttributeDefinition> |
getAttributeDefinitions()
List of attribute definitions (for storage of custom user-defined metadata with objects) which are required to be specified\n when registering Business Object Data against this format.
|
List<Attribute> |
getAttributes()
Custom user-defined metadata associated with this Business Object Format.
|
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 |
getDescription()
Description of the Business Object Format
|
Integer |
getId()
The internal identifier that uniquely identifies a Business Object Format
|
Boolean |
getLatestVersion()
A Y/N flag that shows whether this instance of format is the latest or not.
|
String |
getNamespace()
The Namespace to which a Business Object Format is related
|
String |
getPartitionKey()
The partition key for this Business Object Format
|
Schema |
getSchema()
The schema associated with this Business Object Format
|
int |
hashCode() |
void |
setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions) |
void |
setAttributes(List<Attribute> attributes) |
void |
setBusinessObjectDefinitionName(String businessObjectDefinitionName) |
void |
setBusinessObjectFormatFileType(String businessObjectFormatFileType) |
void |
setBusinessObjectFormatUsage(String businessObjectFormatUsage) |
void |
setBusinessObjectFormatVersion(Integer businessObjectFormatVersion) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setLatestVersion(Boolean latestVersion) |
void |
setNamespace(String namespace) |
void |
setPartitionKey(String partitionKey) |
void |
setSchema(Schema schema) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
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 Boolean getLatestVersion()
public void setLatestVersion(Boolean latestVersion)
public String getPartitionKey()
public void setPartitionKey(String partitionKey)
public String getDescription()
public void setDescription(String description)
public List<Attribute> getAttributes()
public List<AttributeDefinition> getAttributeDefinitions()
public void setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
public Schema getSchema()
public void setSchema(Schema schema)
Copyright © 2017. All rights reserved.