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 TypeMethodDescriptionvoidvoidsetDescription(String description) voidsetInvoiceLineSequence(String invoiceLineSequence) voidsetParentInvoiceLine(String parentInvoiceLine) voidsetQuantity(String quantity) voidsetUnitOfMeasureTypeName(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, toStringMethods inherited from interface com.echothree.control.user.accounting.common.spec.GlAccountSpec
getGlAccountName, setGlAccountNameMethods inherited from interface com.echothree.control.user.inventory.common.spec.InventoryConditionSpec
getInventoryConditionName, setInventoryConditionNameMethods inherited from interface com.echothree.control.user.invoice.common.spec.InvoiceLineTypeSpec
getInvoiceLineTypeName, setInvoiceLineTypeNameMethods inherited from interface com.echothree.control.user.invoice.common.spec.InvoiceTypeSpec
getInvoiceTypeName, setInvoiceTypeNameMethods inherited from interface com.echothree.control.user.item.common.spec.ItemSpec
getItemName, setItemNameMethods 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
-