public class QbdtEntityIdMapping extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for QbdtEntityIdMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QbdtEntityIdMapping">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="QboEntityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="QbdtExportableId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="QboEntityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="QbdtEntityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
qbdtEntityType |
protected String |
qbdtExportableId |
protected String |
qboEntityId |
protected String |
qboEntityType |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
QbdtEntityIdMapping() |
| Modifier and Type | Method and Description |
|---|---|
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) |
String |
getQbdtEntityType()
Gets the value of the qbdtEntityType property.
|
String |
getQbdtExportableId()
Gets the value of the qbdtExportableId property.
|
String |
getQboEntityId()
Gets the value of the qboEntityId property.
|
String |
getQboEntityType()
Gets the value of the qboEntityType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setQbdtEntityType(String value)
Sets the value of the qbdtEntityType property.
|
void |
setQbdtExportableId(String value)
Sets the value of the qbdtExportableId property.
|
void |
setQboEntityId(String value)
Sets the value of the qboEntityId property.
|
void |
setQboEntityType(String value)
Sets the value of the qboEntityType property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String qboEntityId
protected String qbdtExportableId
protected String qboEntityType
protected String qbdtEntityType
public String getQboEntityId()
Stringpublic void setQboEntityId(String value)
value - allowed object is
Stringpublic String getQbdtExportableId()
Stringpublic void setQbdtExportableId(String value)
value - allowed object is
Stringpublic String getQboEntityType()
Stringpublic void setQboEntityType(String value)
value - allowed object is
Stringpublic String getQbdtEntityType()
Stringpublic void setQbdtEntityType(String value)
value - allowed object is
Stringpublic 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.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.