public class SalesQuoteLine extends SalesLine
Constructor and Description |
---|
SalesQuoteLine() |
Modifier and Type | Method and Description |
---|---|
List<SalesQuoteComponent> |
getComponents() |
Quantity |
getQuantityCanceled() |
Quantity |
getQuantityToInvoice() |
Quantity |
getQuantityToOrder() |
void |
setComponents(List<SalesQuoteComponent> value) |
void |
setQuantityCanceled(Quantity value) |
void |
setQuantityToInvoice(Quantity value) |
void |
setQuantityToOrder(Quantity value) |
getComment, getCommentKey, getCostOfSalesGLAccountKey, getDamagedGLAccountKey, getDiscount, getDiscountGLAccountKey, getExtendedCost, getFrontOfficeIntegrationId, getInServiceGLAccountKey, getIntegrationId, getIntegrationSource, getInUseGLAccountKey, getInventoryGLAccountKey, getItemDescription, getItemKey, getItemTaxScheduleKey, getKey, getPriceLevelKey, getQuantity, getRequestedShipDate, getReturnsGLAccountKey, getSalesGLAccountKey, getSalesPersonKey, getSalesTerritoryKey, getShippingMethodKey, getShipToAddress, getShipToAddressKey, getTaxAmount, getTaxBasis, getTaxes, getTaxScheduleKey, getTotalAmount, getUnitCost, getUnitPrice, getUofM, getWarehouseKey, isDeleteOnUpdate, isIsDropShip, isIsNonInventory, setComment, setCommentKey, setCostOfSalesGLAccountKey, setDamagedGLAccountKey, setDeleteOnUpdate, setDiscount, setDiscountGLAccountKey, setExtendedCost, setFrontOfficeIntegrationId, setInServiceGLAccountKey, setIntegrationId, setIntegrationSource, setInUseGLAccountKey, setInventoryGLAccountKey, setIsDropShip, setIsNonInventory, setItemDescription, setItemKey, setItemTaxScheduleKey, setKey, setPriceLevelKey, setQuantity, setRequestedShipDate, setReturnsGLAccountKey, setSalesGLAccountKey, setSalesPersonKey, setSalesTerritoryKey, setShippingMethodKey, setShipToAddress, setShipToAddressKey, setTaxAmount, setTaxBasis, setTaxes, setTaxScheduleKey, setTotalAmount, setUnitCost, setUnitPrice, setUofM, setWarehouseKey
public List<SalesQuoteComponent> getComponents()
public void setComponents(List<SalesQuoteComponent> value)
public Quantity getQuantityCanceled()
public void setQuantityCanceled(Quantity value)
public Quantity getQuantityToInvoice()
public void setQuantityToInvoice(Quantity value)
public Quantity getQuantityToOrder()
public void setQuantityToOrder(Quantity value)
Copyright © 2010–2016. All rights reserved.