public class SalesOrder extends SalesTransaction implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SalesOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesOrder"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}SalesTransaction"> <sequence> <element name="ManuallyClosed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SalesOrderEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
manuallyClosed |
protected IntuitAnyType |
salesOrderEx |
applyTaxAfterDiscount, arAccountRef, autoDocNumber, balance, billAddr, billEmail, billEmailBcc, billEmailCc, checkPayment, classRef, creditCardPayment, customerMemo, customerRef, deliveryInfo, depositToAccountRef, discountAmt, discountRate, dueDate, emailStatus, financeCharge, fob, globalTaxCalculation, govtTxnRefIdentifier, homeBalance, homeTotalAmt, paymentMethodRef, paymentRefNum, paymentType, poNumber, printStatus, remitToRef, salesRepRef, salesTermRef, shipAddr, shipDate, shipMethodRef, templateRef, totalAmt, trackingNum
currencyRef, departmentRef, docNumber, exchangeRate, line, linkedTxn, privateNote, taxFormNum, taxFormType, transactionLocationType, txnDate, txnSource, txnStatus, txnTaxDetail
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
SalesOrder() |
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) |
IntuitAnyType |
getSalesOrderEx()
Gets the value of the salesOrderEx property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isManuallyClosed()
Gets the value of the manuallyClosed property.
|
void |
setManuallyClosed(Boolean value)
Sets the value of the manuallyClosed property.
|
void |
setSalesOrderEx(IntuitAnyType value)
Sets the value of the salesOrderEx property.
|
getARAccountRef, getBalance, getBillAddr, getBillEmail, getBillEmailBcc, getBillEmailCc, getCheckPayment, getClassRef, getCreditCardPayment, getCustomerMemo, getCustomerRef, getDeliveryInfo, getDepositToAccountRef, getDiscountAmt, getDiscountRate, getDueDate, getEmailStatus, getFOB, getGlobalTaxCalculation, getGovtTxnRefIdentifier, getHomeBalance, getHomeTotalAmt, getPaymentMethodRef, getPaymentRefNum, getPaymentType, getPONumber, getPrintStatus, getRemitToRef, getSalesRepRef, getSalesTermRef, getShipAddr, getShipDate, getShipMethodRef, getTemplateRef, getTotalAmt, getTrackingNum, isApplyTaxAfterDiscount, isAutoDocNumber, isFinanceCharge, setApplyTaxAfterDiscount, setARAccountRef, setAutoDocNumber, setBalance, setBillAddr, setBillEmail, setBillEmailBcc, setBillEmailCc, setCheckPayment, setClassRef, setCreditCardPayment, setCustomerMemo, setCustomerRef, setDeliveryInfo, setDepositToAccountRef, setDiscountAmt, setDiscountRate, setDueDate, setEmailStatus, setFinanceCharge, setFOB, setGlobalTaxCalculation, setGovtTxnRefIdentifier, setHomeBalance, setHomeTotalAmt, setPaymentMethodRef, setPaymentRefNum, setPaymentType, setPONumber, setPrintStatus, setRemitToRef, setSalesRepRef, setSalesTermRef, setShipAddr, setShipDate, setShipMethodRef, setTemplateRef, setTotalAmt, setTrackingNum
getCurrencyRef, getDepartmentRef, getDocNumber, getExchangeRate, getLine, getLinkedTxn, getPrivateNote, getTaxFormNum, getTaxFormType, getTransactionLocationType, getTxnDate, getTxnSource, getTxnStatus, getTxnTaxDetail, setCurrencyRef, setDepartmentRef, setDocNumber, setExchangeRate, setLine, setLinkedTxn, setPrivateNote, setTaxFormNum, setTaxFormType, setTransactionLocationType, setTxnDate, setTxnSource, setTxnStatus, setTxnTaxDetail
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected Boolean manuallyClosed
protected IntuitAnyType salesOrderEx
public Boolean isManuallyClosed()
Boolean
public void setManuallyClosed(Boolean value)
value
- allowed object is
Boolean
public IntuitAnyType getSalesOrderEx()
IntuitAnyType
public void setSalesOrderEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
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 SalesTransaction
public boolean equals(Object object)
equals
in class SalesTransaction
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 SalesTransaction
public int hashCode()
hashCode
in class SalesTransaction
Copyright © 2017. All rights reserved.