public class BusinessObjectDefinition 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 businessObjectDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="businessObjectDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="businessObjectDefinitionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataProviderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="shortDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="attributes" type="{}attributes" minOccurs="0"/>
<element name="descriptiveBusinessObjectFormat" type="{}descriptiveBusinessObjectFormat" minOccurs="0"/>
<element name="sampleDataFiles" type="{}sampleDataFiles" minOccurs="0"/>
<element name="createdByUserId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastUpdatedByUserId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastUpdatedOn" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="businessObjectDefinitionChangeEvents" type="{}businessObjectDefinitionChangeEvents" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
attributes |
protected List<BusinessObjectDefinitionChangeEvent> |
businessObjectDefinitionChangeEvents |
protected String |
businessObjectDefinitionName |
protected String |
createdByUserId |
protected String |
dataProviderName |
protected String |
description |
protected DescriptiveBusinessObjectFormat |
descriptiveBusinessObjectFormat |
protected String |
displayName |
protected Integer |
id |
protected String |
lastUpdatedByUserId |
protected XMLGregorianCalendar |
lastUpdatedOn |
protected String |
namespace |
protected List<SampleDataFile> |
sampleDataFiles |
protected String |
shortDescription |
| Constructor and Description |
|---|
BusinessObjectDefinition()
Default no-arg constructor
|
BusinessObjectDefinition(Integer id,
String namespace,
String businessObjectDefinitionName,
String dataProviderName,
String description,
String shortDescription,
String displayName,
List<Attribute> attributes,
DescriptiveBusinessObjectFormat descriptiveBusinessObjectFormat,
List<SampleDataFile> sampleDataFiles,
String createdByUserId,
String lastUpdatedByUserId,
XMLGregorianCalendar lastUpdatedOn,
List<BusinessObjectDefinitionChangeEvent> businessObjectDefinitionChangeEvents)
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<BusinessObjectDefinitionChangeEvent> |
getBusinessObjectDefinitionChangeEvents() |
String |
getBusinessObjectDefinitionName()
Gets the value of the businessObjectDefinitionName property.
|
String |
getCreatedByUserId()
Gets the value of the createdByUserId property.
|
String |
getDataProviderName()
Gets the value of the dataProviderName property.
|
String |
getDescription()
Gets the value of the description property.
|
DescriptiveBusinessObjectFormat |
getDescriptiveBusinessObjectFormat()
Gets the value of the descriptiveBusinessObjectFormat property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
Integer |
getId()
Gets the value of the id property.
|
String |
getLastUpdatedByUserId()
Gets the value of the lastUpdatedByUserId property.
|
XMLGregorianCalendar |
getLastUpdatedOn()
Gets the value of the lastUpdatedOn property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
List<SampleDataFile> |
getSampleDataFiles() |
String |
getShortDescription()
Gets the value of the shortDescription property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAttributes(List<Attribute> attributes) |
void |
setBusinessObjectDefinitionChangeEvents(List<BusinessObjectDefinitionChangeEvent> businessObjectDefinitionChangeEvents) |
void |
setBusinessObjectDefinitionName(String value)
Sets the value of the businessObjectDefinitionName property.
|
void |
setCreatedByUserId(String value)
Sets the value of the createdByUserId property.
|
void |
setDataProviderName(String value)
Sets the value of the dataProviderName property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDescriptiveBusinessObjectFormat(DescriptiveBusinessObjectFormat value)
Sets the value of the descriptiveBusinessObjectFormat property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setLastUpdatedByUserId(String value)
Sets the value of the lastUpdatedByUserId property.
|
void |
setLastUpdatedOn(XMLGregorianCalendar value)
Sets the value of the lastUpdatedOn property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setSampleDataFiles(List<SampleDataFile> sampleDataFiles) |
void |
setShortDescription(String value)
Sets the value of the shortDescription property.
|
String |
toString() |
protected Integer id
protected String namespace
protected String businessObjectDefinitionName
protected String dataProviderName
protected String description
protected String shortDescription
protected String displayName
protected DescriptiveBusinessObjectFormat descriptiveBusinessObjectFormat
protected List<SampleDataFile> sampleDataFiles
protected String createdByUserId
protected String lastUpdatedByUserId
protected XMLGregorianCalendar lastUpdatedOn
protected List<BusinessObjectDefinitionChangeEvent> businessObjectDefinitionChangeEvents
public BusinessObjectDefinition()
public BusinessObjectDefinition(Integer id, String namespace, String businessObjectDefinitionName, String dataProviderName, String description, String shortDescription, String displayName, List<Attribute> attributes, DescriptiveBusinessObjectFormat descriptiveBusinessObjectFormat, List<SampleDataFile> sampleDataFiles, String createdByUserId, String lastUpdatedByUserId, XMLGregorianCalendar lastUpdatedOn, List<BusinessObjectDefinitionChangeEvent> businessObjectDefinitionChangeEvents)
public void setId(Integer value)
value - allowed object is
Integerpublic 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 getDataProviderName()
Stringpublic void setDataProviderName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getShortDescription()
Stringpublic void setShortDescription(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic DescriptiveBusinessObjectFormat getDescriptiveBusinessObjectFormat()
DescriptiveBusinessObjectFormatpublic void setDescriptiveBusinessObjectFormat(DescriptiveBusinessObjectFormat value)
value - allowed object is
DescriptiveBusinessObjectFormatpublic String getCreatedByUserId()
Stringpublic void setCreatedByUserId(String value)
value - allowed object is
Stringpublic String getLastUpdatedByUserId()
Stringpublic void setLastUpdatedByUserId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastUpdatedOn()
XMLGregorianCalendarpublic void setLastUpdatedOn(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<SampleDataFile> getSampleDataFiles()
public void setSampleDataFiles(List<SampleDataFile> sampleDataFiles)
public List<BusinessObjectDefinitionChangeEvent> getBusinessObjectDefinitionChangeEvents()
public void setBusinessObjectDefinitionChangeEvents(List<BusinessObjectDefinitionChangeEvent> businessObjectDefinitionChangeEvents)
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 © 2019. All rights reserved.