Interface PurchaseOrderEdit
- All Superinterfaces:
BaseEdit
,BaseForm
,BaseSpec
,FreeOnBoardSpec
,TermSpec
- All Known Subinterfaces:
CreatePurchaseOrderForm
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAllowBackorders
(String allowBackorders) void
setAllowCombiningShipments
(String allowCombiningShipments) void
setAllowSubstitutions
(String allowSubstitutions) void
setHoldUntilComplete
(String holdUntilComplete) void
setReference
(String reference) 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, toString
Methods inherited from interface com.echothree.control.user.shipment.common.spec.FreeOnBoardSpec
getFreeOnBoardName, setFreeOnBoardName
Methods inherited from interface com.echothree.control.user.term.common.spec.TermSpec
getTermName, setTermName
-
Method Details
-
getHoldUntilComplete
-
setHoldUntilComplete
-
getAllowBackorders
-
setAllowBackorders
-
getAllowSubstitutions
-
setAllowSubstitutions
-
getAllowCombiningShipments
-
setAllowCombiningShipments
-
getReference
-
setReference
-