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, setSyncToken
protected String qboEntityId
protected String qbdtExportableId
protected String qboEntityType
protected String qbdtEntityType
public String getQboEntityId()
String
public void setQboEntityId(String value)
value
- allowed object is
String
public String getQbdtExportableId()
String
public void setQbdtExportableId(String value)
value
- allowed object is
String
public String getQboEntityType()
String
public void setQboEntityType(String value)
value
- allowed object is
String
public String getQbdtEntityType()
String
public void setQbdtEntityType(String value)
value
- allowed object is
String
public 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.Equals2
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.