Interface CreatePurchaseInvoiceLineForm
- All Superinterfaces:
BaseForm
,BaseSpec
,GlAccountSpec
,InventoryConditionSpec
,InvoiceLineTypeSpec
,InvoiceTypeSpec
,ItemSpec
,PurchaseInvoiceSpec
public interface CreatePurchaseInvoiceLineForm
extends PurchaseInvoiceSpec, InvoiceLineTypeSpec, GlAccountSpec, ItemSpec, InventoryConditionSpec
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setDescription
(String description) void
setInvoiceLineSequence
(String invoiceLineSequence) void
setParentInvoiceLine
(String parentInvoiceLine) void
setQuantity
(String quantity) void
setUnitOfMeasureTypeName
(String unitOfMeasureTypeName) 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.accounting.common.spec.GlAccountSpec
getGlAccountName, setGlAccountName
Methods inherited from interface com.echothree.control.user.inventory.common.spec.InventoryConditionSpec
getInventoryConditionName, setInventoryConditionName
Methods inherited from interface com.echothree.control.user.invoice.common.spec.InvoiceLineTypeSpec
getInvoiceLineTypeName, setInvoiceLineTypeName
Methods inherited from interface com.echothree.control.user.invoice.common.spec.InvoiceTypeSpec
getInvoiceTypeName, setInvoiceTypeName
Methods inherited from interface com.echothree.control.user.item.common.spec.ItemSpec
getItemName, setItemName
Methods inherited from interface com.echothree.control.user.purchase.common.spec.PurchaseInvoiceSpec
getInvoiceName, setInvoiceName
-
Method Details
-
getInvoiceLineSequence
-
setInvoiceLineSequence
-
getParentInvoiceLine
-
setParentInvoiceLine
-
getAmount
-
setAmount
-
getDescription
-
setDescription
-
getUnitOfMeasureTypeName
-
setUnitOfMeasureTypeName
-
getQuantity
-
setQuantity
-