Interface SalesOrderEdit
- All Superinterfaces:
BaseEdit,BaseForm,BaseSpec,CurrencySpec,FreeOnBoardSpec,SalesOrderBatchSpec,SourceSpec,TermSpec
- All Known Subinterfaces:
CreateSalesOrderForm
public interface SalesOrderEdit
extends BaseEdit, SalesOrderBatchSpec, SourceSpec, CurrencySpec, TermSpec, FreeOnBoardSpec
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllowBackorders(String allowBackorders) voidsetAllowCombiningShipments(String allowCombiningShipments) voidsetAllowSubstitutions(String allowSubstitutions) voidsetBillToPartyName(String billToPartyName) voidsetHoldUntilComplete(String holdUntilComplete) voidsetOrderPriorityName(String orderPriorityName) voidsetReference(String reference) voidsetTaxable(String taxable) Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toStringMethods inherited from interface com.echothree.control.user.accounting.common.spec.CurrencySpec
getCurrencyIsoName, setCurrencyIsoNameMethods inherited from interface com.echothree.control.user.shipment.common.spec.FreeOnBoardSpec
getFreeOnBoardName, setFreeOnBoardNameMethods inherited from interface com.echothree.control.user.sales.common.spec.SalesOrderBatchSpec
getBatchName, setBatchNameMethods inherited from interface com.echothree.control.user.offer.common.spec.SourceSpec
getSourceName, setSourceNameMethods inherited from interface com.echothree.control.user.term.common.spec.TermSpec
getTermName, setTermName
-
Method Details
-
getBillToPartyName
-
setBillToPartyName
-
getOrderPriorityName
-
setOrderPriorityName
-
getHoldUntilComplete
-
setHoldUntilComplete
-
getAllowBackorders
-
setAllowBackorders
-
getAllowSubstitutions
-
setAllowSubstitutions
-
getAllowCombiningShipments
-
setAllowCombiningShipments
-
getReference
-
setReference
-
getTaxable
-
setTaxable
-