public class SalesOrder extends SalesDocument
Constructor and Description |
---|
SalesOrder() |
Modifier and Type | Method and Description |
---|---|
Integer |
getDaysToIncrement() |
MoneyAmount |
getDepositAmount() |
Frequency |
getDocumentFrequency() |
List<SalesOrderLine> |
getLines() |
MoneyAmount |
getPaymentAmount() |
List<SalesPayment> |
getPayments() |
ShippingProcessStatus |
getShippingProcessStatus() |
Integer |
getTimesToRepeat() |
WorkflowPriority |
getWorkflowPriority() |
Boolean |
isIsRepeating() |
void |
setDaysToIncrement(Integer value) |
void |
setDepositAmount(MoneyAmount value) |
void |
setDocumentFrequency(Frequency value) |
void |
setIsRepeating(Boolean value) |
void |
setLines(List<SalesOrderLine> value) |
void |
setPaymentAmount(MoneyAmount value) |
void |
setPayments(List<SalesPayment> value) |
void |
setShippingProcessStatus(ShippingProcessStatus value) |
void |
setTimesToRepeat(Integer value) |
void |
setWorkflowPriority(WorkflowPriority value) |
getActualShipDate, getAuditTrailCode, getBackorderDate, getBatchKey, getBillToAddressKey, getComment, getCommentKey, getCommissionAmount, getCommissionBasedOn, getCommissions, getCommissionSaleAmount, getCreatedBy, getCreatedDate, getCurrencyKey, getCustomerKey, getCustomerName, getCustomerPONumber, getDate, getDiscountAmount, getDocumentTypeKey, getExchangeDate, getExchangeRate, getFreightAmount, getFreightTaxAmount, getFreightTaxBasis, getFreightTaxes, getFreightTaxScheduleKey, getFrontOfficeIntegrationId, getFulfillDate, getIntegrationId, getIntegrationSource, getInvoiceDate, getKey, getLastModifiedDate, getLineTotalAmount, getMasterNumber, getMiscellaneousAmount, getMiscellaneousTaxAmount, getMiscellaneousTaxBasis, getMiscellaneousTaxes, getMiscellaneousTaxScheduleKey, getModifiedDate, getNote, getOriginalSalesDocumentKey, getOriginalSalesDocumentType, getPaymentTermsKey, getPriceLevelKey, getProcessHolds, getQuoteDate, getReference, getRequestedShipDate, getReturnDate, getSalesPersonKey, getSalesTerritoryKey, getShippingMethodKey, getShipToAddress, getShipToAddressKey, getTaxAmount, getTaxes, getTaxExemptNumber1, getTaxExemptNumber2, getTaxRegistrationNumber, getTaxScheduleKey, getTotalAmount, getTrackingNumbers, getTradeDiscount, getTransactionState, getType, getUPSZone, getUserDefined, getWarehouseKey, isIsIntrastatDocument, isIsVoided, isShipCompleteOnly, setActualShipDate, setAuditTrailCode, setBackorderDate, setBatchKey, setBillToAddressKey, setComment, setCommentKey, setCommissionAmount, setCommissionBasedOn, setCommissions, setCommissionSaleAmount, setCreatedBy, setCreatedDate, setCurrencyKey, setCustomerKey, setCustomerName, setCustomerPONumber, setDate, setDiscountAmount, setDocumentTypeKey, setExchangeDate, setExchangeRate, setFreightAmount, setFreightTaxAmount, setFreightTaxBasis, setFreightTaxes, setFreightTaxScheduleKey, setFrontOfficeIntegrationId, setFulfillDate, setIntegrationId, setIntegrationSource, setInvoiceDate, setIsIntrastatDocument, setIsVoided, setKey, setLastModifiedDate, setLineTotalAmount, setMasterNumber, setMiscellaneousAmount, setMiscellaneousTaxAmount, setMiscellaneousTaxBasis, setMiscellaneousTaxes, setMiscellaneousTaxScheduleKey, setModifiedDate, setNote, setOriginalSalesDocumentKey, setOriginalSalesDocumentType, setPaymentTermsKey, setPriceLevelKey, setProcessHolds, setQuoteDate, setReference, setRequestedShipDate, setReturnDate, setSalesPersonKey, setSalesTerritoryKey, setShipCompleteOnly, setShippingMethodKey, setShipToAddress, setShipToAddressKey, setTaxAmount, setTaxes, setTaxExemptNumber1, setTaxExemptNumber2, setTaxRegistrationNumber, setTaxScheduleKey, setTotalAmount, setTrackingNumbers, setTradeDiscount, setTransactionState, setType, setUPSZone, setUserDefined, setWarehouseKey
public Integer getDaysToIncrement()
public void setDaysToIncrement(Integer value)
public MoneyAmount getDepositAmount()
public void setDepositAmount(MoneyAmount value)
public Frequency getDocumentFrequency()
public void setDocumentFrequency(Frequency value)
public Boolean isIsRepeating()
public void setIsRepeating(Boolean value)
public List<SalesOrderLine> getLines()
public void setLines(List<SalesOrderLine> value)
public MoneyAmount getPaymentAmount()
public void setPaymentAmount(MoneyAmount value)
public List<SalesPayment> getPayments()
public void setPayments(List<SalesPayment> value)
public ShippingProcessStatus getShippingProcessStatus()
public void setShippingProcessStatus(ShippingProcessStatus value)
public Integer getTimesToRepeat()
public void setTimesToRepeat(Integer value)
public WorkflowPriority getWorkflowPriority()
public void setWorkflowPriority(WorkflowPriority value)
Copyright © 2010–2016. All rights reserved.