@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectDefinition extends Object
| Constructor and Description |
|---|
BusinessObjectDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Attribute> |
getAttributes()
Custom user-defined metadata associated with this Business Object Definition.
|
String |
getBusinessObjectDefinitionName()
The name for this Business Object Definition
|
String |
getCreatedByUserId()
The User ID of the user who created this business object definition
|
String |
getDataProviderName()
The name of a valid Data Provider known by the system
|
String |
getDescription()
An optional description
|
DescriptiveBusinessObjectFormat |
getDescriptiveBusinessObjectFormat()
An optional business object definition descriptive format.
|
String |
getDisplayName()
An optional business friendly name
|
Integer |
getId()
The internal identifier that uniquely references a Business Object Definition
|
String |
getLastUpdatedByUserId()
The User ID of the user who last updated this business object definition
|
Date |
getLastUpdatedOn()
The timestamp when this business object definition was last updated on
|
String |
getNamespace()
The name of a valid Namespace known by the system
|
List<SampleDataFile> |
getSampleDataFiles()
An optional list of sample data files associated with the Business Object Definition
|
String |
getShortDescription()
An optional short-description.
|
int |
hashCode() |
void |
setAttributes(List<Attribute> attributes) |
void |
setBusinessObjectDefinitionName(String businessObjectDefinitionName) |
void |
setCreatedByUserId(String createdByUserId) |
void |
setDataProviderName(String dataProviderName) |
void |
setDescription(String description) |
void |
setDescriptiveBusinessObjectFormat(DescriptiveBusinessObjectFormat descriptiveBusinessObjectFormat) |
void |
setDisplayName(String displayName) |
void |
setId(Integer id) |
void |
setLastUpdatedByUserId(String lastUpdatedByUserId) |
void |
setLastUpdatedOn(Date lastUpdatedOn) |
void |
setNamespace(String namespace) |
void |
setSampleDataFiles(List<SampleDataFile> sampleDataFiles) |
void |
setShortDescription(String shortDescription) |
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 getDataProviderName()
public void setDataProviderName(String dataProviderName)
public String getDescription()
public void setDescription(String description)
public String getShortDescription()
public void setShortDescription(String shortDescription)
public String getDisplayName()
public void setDisplayName(String displayName)
public List<Attribute> getAttributes()
public DescriptiveBusinessObjectFormat getDescriptiveBusinessObjectFormat()
public void setDescriptiveBusinessObjectFormat(DescriptiveBusinessObjectFormat descriptiveBusinessObjectFormat)
public List<SampleDataFile> getSampleDataFiles()
public void setSampleDataFiles(List<SampleDataFile> sampleDataFiles)
public String getCreatedByUserId()
public void setCreatedByUserId(String createdByUserId)
public String getLastUpdatedByUserId()
public void setLastUpdatedByUserId(String lastUpdatedByUserId)
public Date getLastUpdatedOn()
public void setLastUpdatedOn(Date lastUpdatedOn)
Copyright © 2017. All rights reserved.