public class BusinessObjectData extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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}long"/>
<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"/>
<element name="retentionExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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 long |
id |
protected Boolean |
latestVersion |
protected String |
namespace |
protected String |
partitionKey |
protected String |
partitionValue |
protected XMLGregorianCalendar |
retentionExpirationDate |
protected String |
status |
protected List<StorageUnit> |
storageUnits |
protected List<String> |
subPartitionValues |
protected int |
version |
| Constructor and Description |
|---|
BusinessObjectData()
Default no-arg constructor
|
BusinessObjectData(long 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,
XMLGregorianCalendar retentionExpirationDate)
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.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.
|
long |
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.
|
XMLGregorianCalendar |
getRetentionExpirationDate()
Gets the value of the retentionExpirationDate 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.HashCodeStrategy2 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(long 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 |
setRetentionExpirationDate(XMLGregorianCalendar value)
Sets the value of the retentionExpirationDate 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 long 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
protected XMLGregorianCalendar retentionExpirationDate
public BusinessObjectData()
public BusinessObjectData(long 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,
XMLGregorianCalendar retentionExpirationDate)
public long getId()
public void setId(long 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 XMLGregorianCalendar getRetentionExpirationDate()
XMLGregorianCalendarpublic void setRetentionExpirationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2Copyright © 2021. All rights reserved.