public class SalesInvoiceComponent extends SalesComponent
Constructor and Description |
---|
SalesInvoiceComponent() |
Modifier and Type | Method and Description |
---|---|
Quantity |
getBillingQuantity() |
List<SalesComponentBin> |
getBins() |
List<SalesComponentLot> |
getLots() |
Quantity |
getQuantityAllocated() |
Quantity |
getQuantityCanceled() |
Quantity |
getQuantityFulfilled() |
Quantity |
getQuantityToBackorder() |
List<SalesComponentSerial> |
getSerials() |
void |
setBillingQuantity(Quantity value) |
void |
setBins(List<SalesComponentBin> value) |
void |
setLots(List<SalesComponentLot> value) |
void |
setQuantityAllocated(Quantity value) |
void |
setQuantityCanceled(Quantity value) |
void |
setQuantityFulfilled(Quantity value) |
void |
setQuantityToBackorder(Quantity value) |
void |
setSerials(List<SalesComponentSerial> value) |
getCostOfSalesGLAccountKey, getDamagedGLAccountKey, getDiscountGLAccountKey, getExtendedCost, getInServiceGLAccountKey, getInUseGLAccountKey, getInventoryGLAccountKey, getItemDescription, getItemKey, getKey, getQuantity, getReturnsGLAccountKey, getSalesGLAccountKey, getUnitCost, getUofM, getWarehouseKey, isDeleteOnUpdate, isIsNonInventory, setCostOfSalesGLAccountKey, setDamagedGLAccountKey, setDeleteOnUpdate, setDiscountGLAccountKey, setExtendedCost, setInServiceGLAccountKey, setInUseGLAccountKey, setInventoryGLAccountKey, setIsNonInventory, setItemDescription, setItemKey, setKey, setQuantity, setReturnsGLAccountKey, setSalesGLAccountKey, setUnitCost, setUofM, setWarehouseKey
public Quantity getBillingQuantity()
public void setBillingQuantity(Quantity value)
public List<SalesComponentBin> getBins()
public void setBins(List<SalesComponentBin> value)
public List<SalesComponentLot> getLots()
public void setLots(List<SalesComponentLot> 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<SalesComponentSerial> getSerials()
public void setSerials(List<SalesComponentSerial> value)
Copyright © 2010–2016. All rights reserved.