public class BusinessObjectData extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for businessObjectData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="businessObjectData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="businessObjectDefinitionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="businessObjectFormatUsage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="businessObjectFormatFileType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="businessObjectFormatVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="partitionKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="partitionValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subPartitionValues" type="{}subPartitionValues" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="latestVersion" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="storageUnits" type="{}storageUnits" minOccurs="0"/>
<element name="attributes" type="{}attributes" minOccurs="0"/>
<element name="businessObjectDataParents" type="{}businessObjectDataParents" minOccurs="0"/>
<element name="businessObjectDataChildren" type="{}businessObjectDataChildren" minOccurs="0"/>
<element name="businessObjectDataStatusHistory" type="{}businessObjectDataStatusHistory" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
attributes |
protected List<BusinessObjectDataKey> |
businessObjectDataChildren |
protected List<BusinessObjectDataKey> |
businessObjectDataParents |
protected List<BusinessObjectDataStatusChangeEvent> |
businessObjectDataStatusHistory |
protected String |
businessObjectDefinitionName |
protected String |
businessObjectFormatFileType |
protected String |
businessObjectFormatUsage |
protected int |
businessObjectFormatVersion |
protected int |
id |
protected Boolean |
latestVersion |
protected String |
namespace |
protected String |
partitionKey |
protected String |
partitionValue |
protected String |
status |
protected List<StorageUnit> |
storageUnits |
protected List<String> |
subPartitionValues |
protected int |
version |
| Constructor and Description |
|---|
BusinessObjectData()
Default no-arg constructor
|
BusinessObjectData(int id,
String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
int businessObjectFormatVersion,
String partitionKey,
String partitionValue,
List<String> subPartitionValues,
int version,
Boolean latestVersion,
String status,
List<StorageUnit> storageUnits,
List<Attribute> attributes,
List<BusinessObjectDataKey> businessObjectDataParents,
List<BusinessObjectDataKey> businessObjectDataChildren,
List<BusinessObjectDataStatusChangeEvent> businessObjectDataStatusHistory)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<Attribute> |
getAttributes() |
List<BusinessObjectDataKey> |
getBusinessObjectDataChildren() |
List<BusinessObjectDataKey> |
getBusinessObjectDataParents() |
List<BusinessObjectDataStatusChangeEvent> |
getBusinessObjectDataStatusHistory() |
String |
getBusinessObjectDefinitionName()
Gets the value of the businessObjectDefinitionName property.
|
String |
getBusinessObjectFormatFileType()
Gets the value of the businessObjectFormatFileType property.
|
String |
getBusinessObjectFormatUsage()
Gets the value of the businessObjectFormatUsage property.
|
int |
getBusinessObjectFormatVersion()
Gets the value of the businessObjectFormatVersion property.
|
int |
getId()
Gets the value of the id property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getPartitionKey()
Gets the value of the partitionKey property.
|
String |
getPartitionValue()
Gets the value of the partitionValue property.
|
String |
getStatus()
Gets the value of the status property.
|
List<StorageUnit> |
getStorageUnits() |
List<String> |
getSubPartitionValues() |
int |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isLatestVersion()
Gets the value of the latestVersion property.
|
void |
setAttributes(List<Attribute> attributes) |
void |
setBusinessObjectDataChildren(List<BusinessObjectDataKey> businessObjectDataChildren) |
void |
setBusinessObjectDataParents(List<BusinessObjectDataKey> businessObjectDataParents) |
void |
setBusinessObjectDataStatusHistory(List<BusinessObjectDataStatusChangeEvent> businessObjectDataStatusHistory) |
void |
setBusinessObjectDefinitionName(String value)
Sets the value of the businessObjectDefinitionName property.
|
void |
setBusinessObjectFormatFileType(String value)
Sets the value of the businessObjectFormatFileType property.
|
void |
setBusinessObjectFormatUsage(String value)
Sets the value of the businessObjectFormatUsage property.
|
void |
setBusinessObjectFormatVersion(int value)
Sets the value of the businessObjectFormatVersion property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setLatestVersion(Boolean value)
Sets the value of the latestVersion property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setPartitionKey(String value)
Sets the value of the partitionKey property.
|
void |
setPartitionValue(String value)
Sets the value of the partitionValue property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setStorageUnits(List<StorageUnit> storageUnits) |
void |
setSubPartitionValues(List<String> subPartitionValues) |
void |
setVersion(int value)
Sets the value of the version property.
|
String |
toString() |
protected int id
protected String namespace
protected String businessObjectDefinitionName
protected String businessObjectFormatUsage
protected String businessObjectFormatFileType
protected int businessObjectFormatVersion
protected String partitionKey
protected String partitionValue
protected int version
protected Boolean latestVersion
protected String status
protected List<StorageUnit> storageUnits
protected List<BusinessObjectDataKey> businessObjectDataParents
protected List<BusinessObjectDataKey> businessObjectDataChildren
protected List<BusinessObjectDataStatusChangeEvent> businessObjectDataStatusHistory
public BusinessObjectData()
public BusinessObjectData(int id,
String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
int businessObjectFormatVersion,
String partitionKey,
String partitionValue,
List<String> subPartitionValues,
int version,
Boolean latestVersion,
String status,
List<StorageUnit> storageUnits,
List<Attribute> attributes,
List<BusinessObjectDataKey> businessObjectDataParents,
List<BusinessObjectDataKey> businessObjectDataChildren,
List<BusinessObjectDataStatusChangeEvent> businessObjectDataStatusHistory)
public int getId()
public void setId(int value)
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getBusinessObjectDefinitionName()
Stringpublic void setBusinessObjectDefinitionName(String value)
value - allowed object is
Stringpublic String getBusinessObjectFormatUsage()
Stringpublic void setBusinessObjectFormatUsage(String value)
value - allowed object is
Stringpublic String getBusinessObjectFormatFileType()
Stringpublic void setBusinessObjectFormatFileType(String value)
value - allowed object is
Stringpublic int getBusinessObjectFormatVersion()
public void setBusinessObjectFormatVersion(int value)
public String getPartitionKey()
Stringpublic void setPartitionKey(String value)
value - allowed object is
Stringpublic String getPartitionValue()
Stringpublic void setPartitionValue(String value)
value - allowed object is
Stringpublic int getVersion()
public void setVersion(int value)
public Boolean isLatestVersion()
Booleanpublic void setLatestVersion(Boolean value)
value - allowed object is
Booleanpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic List<StorageUnit> getStorageUnits()
public void setStorageUnits(List<StorageUnit> storageUnits)
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)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyToCopyright © 2017. All rights reserved.