public class SalesInvoiceLine extends SalesLine
Constructor and Description |
---|
SalesInvoiceLine() |
Modifier and Type | Method and Description |
---|---|
Calendar |
getActualShipDate() |
Quantity |
getBillingQuantity() |
List<SalesLineBin> |
getBins() |
List<SalesInvoiceComponent> |
getComponents() |
Calendar |
getFulfillDate() |
List<SalesLineLot> |
getLots() |
Quantity |
getQuantityAllocated() |
Quantity |
getQuantityCanceled() |
Quantity |
getQuantityFulfilled() |
Quantity |
getQuantityToBackorder() |
List<SalesLineSerial> |
getSerials() |
void |
setActualShipDate(Calendar value) |
void |
setBillingQuantity(Quantity value) |
void |
setBins(List<SalesLineBin> value) |
void |
setComponents(List<SalesInvoiceComponent> value) |
void |
setFulfillDate(Calendar value) |
void |
setLots(List<SalesLineLot> value) |
void |
setQuantityAllocated(Quantity value) |
void |
setQuantityCanceled(Quantity value) |
void |
setQuantityFulfilled(Quantity value) |
void |
setQuantityToBackorder(Quantity value) |
void |
setSerials(List<SalesLineSerial> 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 Calendar getActualShipDate()
public void setActualShipDate(Calendar value)
public Quantity getBillingQuantity()
public void setBillingQuantity(Quantity value)
public List<SalesLineBin> getBins()
public void setBins(List<SalesLineBin> value)
public List<SalesInvoiceComponent> getComponents()
public void setComponents(List<SalesInvoiceComponent> value)
public Calendar getFulfillDate()
public void setFulfillDate(Calendar value)
public List<SalesLineLot> getLots()
public void setLots(List<SalesLineLot> value)
public Quantity getQuantityAllocated()
public void setQuantityAllocated(Quantity value)
public Quantity getQuantityCanceled()
public void setQuantityCanceled(Quantity value)
public Quantity getQuantityFulfilled()
public void setQuantityFulfilled(Quantity value)
public Quantity getQuantityToBackorder()
public void setQuantityToBackorder(Quantity value)
public List<SalesLineSerial> getSerials()
public void setSerials(List<SalesLineSerial> value)
Copyright © 2010–2016. All rights reserved.