public class InventoryAdjustment extends Transaction implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for InventoryAdjustment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryAdjustment">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}Transaction">
<sequence>
<element name="ShippingAdjustment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AdjustAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType"/>
<element name="CustomerRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
adjustAccountRef |
protected ReferenceType |
customerRef |
protected Boolean |
shippingAdjustment |
currencyRef, departmentRef, docNumber, exchangeRate, homeTotalCostAmount, line, linkedTxn, privateNote, projectRef, recurDataRef, recurringInfo, tag, taxFormNum, taxFormType, totalCostAmount, transactionLocationType, txnApprovalInfo, txnDate, txnSource, txnStatus, txnTaxDetailattachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
InventoryAdjustment() |
| 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) |
ReferenceType |
getAdjustAccountRef()
Gets the value of the adjustAccountRef property.
|
ReferenceType |
getCustomerRef()
Gets the value of the customerRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isShippingAdjustment()
Gets the value of the shippingAdjustment property.
|
void |
setAdjustAccountRef(ReferenceType value)
Sets the value of the adjustAccountRef property.
|
void |
setCustomerRef(ReferenceType value)
Sets the value of the customerRef property.
|
void |
setShippingAdjustment(Boolean value)
Sets the value of the shippingAdjustment property.
|
getCurrencyRef, getDepartmentRef, getDocNumber, getExchangeRate, getHomeTotalCostAmount, getLine, getLinkedTxn, getPrivateNote, getProjectRef, getRecurDataRef, getRecurringInfo, getTag, getTaxFormNum, getTaxFormType, getTotalCostAmount, getTransactionLocationType, getTxnApprovalInfo, getTxnDate, getTxnSource, getTxnStatus, getTxnTaxDetail, setCurrencyRef, setDepartmentRef, setDocNumber, setExchangeRate, setHomeTotalCostAmount, setLine, setLinkedTxn, setPrivateNote, setProjectRef, setRecurDataRef, setRecurringInfo, setTag, setTaxFormNum, setTaxFormType, setTotalCostAmount, setTransactionLocationType, setTxnApprovalInfo, setTxnDate, setTxnSource, setTxnStatus, setTxnTaxDetailgetAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected Boolean shippingAdjustment
protected ReferenceType adjustAccountRef
protected ReferenceType customerRef
public Boolean isShippingAdjustment()
Booleanpublic void setShippingAdjustment(Boolean value)
value - allowed object is
Booleanpublic ReferenceType getAdjustAccountRef()
ReferenceTypepublic void setAdjustAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getCustomerRef()
ReferenceTypepublic void setCustomerRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic 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 Transactionpublic boolean equals(Object object)
equals in class Transactionpublic 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 Transactionpublic int hashCode()
hashCode in class TransactionCopyright © 2025. All Rights Reserved.