@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectData extends Object
| Constructor and Description |
|---|
BusinessObjectData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Attribute> |
getAttributes()
Collection of name-value pairs.
|
List<BusinessObjectDataKey> |
getBusinessObjectDataChildren()
A list of Business Object Data children that were creation from this data.
|
List<BusinessObjectDataKey> |
getBusinessObjectDataParents()
A list of Business Object Data parents (i.e.
|
List<BusinessObjectDataStatusChangeEvent> |
getBusinessObjectDataStatusHistory()
Lists all business object data status change events for this business object data
|
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 Business Object Format Version for a previously registered Business Object Format
|
Integer |
getId()
The internal Id that uniquely references the newly created Business Object Data
|
Boolean |
getLatestVersion()
*No longer in use* A boolean flag that shows whether this instance of data is the latest or not.
|
String |
getNamespace()
The Namespace to which a Business Object Format is related
|
String |
getPartitionKey()
The Partition Key this Business Object Data is being registered with.
|
String |
getPartitionValue()
The Partition Value that this Business Object Data is associated with
|
String |
getStatus()
The status of the Business Object Data.
|
List<StorageUnit> |
getStorageUnits()
A container for the Storage Units associated with a Business Object Data
|
List<String> |
getSubPartitionValues()
A list of Sub-Partition values associated with this Business Object Data
|
Integer |
getVersion()
The numeric version of a Business Object Data.
|
int |
hashCode() |
void |
setAttributes(List<Attribute> attributes) |
void |
setBusinessObjectDataChildren(List<BusinessObjectDataKey> businessObjectDataChildren) |
void |
setBusinessObjectDataParents(List<BusinessObjectDataKey> businessObjectDataParents) |
void |
setBusinessObjectDataStatusHistory(List<BusinessObjectDataStatusChangeEvent> businessObjectDataStatusHistory) |
void |
setBusinessObjectDefinitionName(String businessObjectDefinitionName) |
void |
setBusinessObjectFormatFileType(String businessObjectFormatFileType) |
void |
setBusinessObjectFormatUsage(String businessObjectFormatUsage) |
void |
setBusinessObjectFormatVersion(Integer businessObjectFormatVersion) |
void |
setId(Integer id) |
void |
setLatestVersion(Boolean latestVersion) |
void |
setNamespace(String namespace) |
void |
setPartitionKey(String partitionKey) |
void |
setPartitionValue(String partitionValue) |
void |
setStatus(String status) |
void |
setStorageUnits(List<StorageUnit> storageUnits) |
void |
setSubPartitionValues(List<String> subPartitionValues) |
void |
setVersion(Integer version) |
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 String getPartitionKey()
public void setPartitionKey(String partitionKey)
public String getPartitionValue()
public void setPartitionValue(String partitionValue)
public List<String> getSubPartitionValues()
public Integer getVersion()
public void setVersion(Integer version)
public Boolean getLatestVersion()
public void setLatestVersion(Boolean latestVersion)
public String getStatus()
public void setStatus(String status)
public List<StorageUnit> getStorageUnits()
public void setStorageUnits(List<StorageUnit> storageUnits)
public List<Attribute> getAttributes()
public List<BusinessObjectDataKey> getBusinessObjectDataParents()
public void setBusinessObjectDataParents(List<BusinessObjectDataKey> businessObjectDataParents)
public List<BusinessObjectDataKey> getBusinessObjectDataChildren()
public void setBusinessObjectDataChildren(List<BusinessObjectDataKey> businessObjectDataChildren)
public List<BusinessObjectDataStatusChangeEvent> getBusinessObjectDataStatusHistory()
public void setBusinessObjectDataStatusHistory(List<BusinessObjectDataStatusChangeEvent> businessObjectDataStatusHistory)
Copyright © 2017. All rights reserved.