Interface CreatePurchaseInvoiceForm
- All Superinterfaces:
BaseForm
,BaseSpec
,CompanySpec
,CurrencySpec
,FreeOnBoardSpec
,PurchaseInvoiceEdit
,TermSpec
,VendorSpec
public interface CreatePurchaseInvoiceForm
extends VendorSpec, CompanySpec, CurrencySpec, PurchaseInvoiceEdit
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBillFromPartyName
(String billFromPartyName) void
setBillToPartyName
(String billToPartyName) 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.party.common.spec.CompanySpec
getCompanyName, setCompanyName
Methods inherited from interface com.echothree.control.user.accounting.common.spec.CurrencySpec
getCurrencyIsoName, setCurrencyIsoName
Methods inherited from interface com.echothree.control.user.shipment.common.spec.FreeOnBoardSpec
getFreeOnBoardName, setFreeOnBoardName
Methods inherited from interface com.echothree.control.user.purchase.common.edit.PurchaseInvoiceEdit
getBillFromContactMechanismName, getBillToContactMechanismName, getDescription, getDueTime, getInvoicedTime, getPaidTime, getReference, setBillFromContactMechanismName, setBillToContactMechanismName, setDescription, setDueTime, setInvoicedTime, setPaidTime, setReference
Methods inherited from interface com.echothree.control.user.term.common.spec.TermSpec
getTermName, setTermName
Methods inherited from interface com.echothree.control.user.vendor.common.spec.VendorSpec
getVendorName, setVendorName
-
Method Details
-
getBillFromPartyName
-
setBillFromPartyName
-
getBillToPartyName
-
setBillToPartyName
-