Interface CreatePurchaseInvoiceForm
- All Superinterfaces:
BaseForm,BaseSpec,CompanySpec,CurrencySpec,FreeOnBoardSpec,PurchaseInvoiceEdit,TermSpec,VendorSpec
public interface CreatePurchaseInvoiceForm
extends VendorSpec, CompanySpec, CurrencySpec, PurchaseInvoiceEdit
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBillFromPartyName(String billFromPartyName) voidsetBillToPartyName(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, toStringMethods inherited from interface com.echothree.control.user.party.common.spec.CompanySpec
getCompanyName, setCompanyNameMethods 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.purchase.common.edit.PurchaseInvoiceEdit
getBillFromContactMechanismName, getBillToContactMechanismName, getDescription, getDueTime, getInvoicedTime, getPaidTime, getReference, setBillFromContactMechanismName, setBillToContactMechanismName, setDescription, setDueTime, setInvoicedTime, setPaidTime, setReferenceMethods inherited from interface com.echothree.control.user.term.common.spec.TermSpec
getTermName, setTermNameMethods inherited from interface com.echothree.control.user.vendor.common.spec.VendorSpec
getVendorName, setVendorName
-
Method Details
-
getBillFromPartyName
-
setBillFromPartyName
-
getBillToPartyName
-
setBillToPartyName
-