Interface PurchaseInvoiceEdit
- All Superinterfaces:
BaseForm
,BaseSpec
,FreeOnBoardSpec
,TermSpec
- All Known Subinterfaces:
CreatePurchaseInvoiceForm
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBillFromContactMechanismName
(String billFromContactMechanismName) void
setBillToContactMechanismName
(String billToContactMechanismName) void
setDescription
(String description) void
setDueTime
(String dueTime) void
setInvoicedTime
(String invoicedTime) void
setPaidTime
(String paidTime) 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
-
getBillFromContactMechanismName
-
setBillFromContactMechanismName
-
getBillToContactMechanismName
-
setBillToContactMechanismName
-
getInvoicedTime
-
setInvoicedTime
-
getDueTime
-
setDueTime
-
getPaidTime
-
setPaidTime
-
getReference
-
setReference
-
getDescription
-
setDescription
-