public class XPFInventory extends Object
Modifier and Type | Field and Description |
---|---|
private int |
allocatedQuantity
The allocated quantity; number of items in the warehouse that have been purchased and are awaiting shipment.
|
private int |
availableQuantity
The available quantity; number of items available for purchase.
|
private LocalDate |
expectedRestockDate
The expected re-stock date.
|
private int |
expectedRestockQuantity
The expected re-stock quantity.
|
private int |
onHandQuantity
The on-hand quantity; number of items currently in the warehouse.
|
private int |
reservedQuantity
The reserved quantity; number of items being held back for sale in other channels or to prevent overselling.
|
Constructor and Description |
---|
XPFInventory() |
private final int onHandQuantity
private final int reservedQuantity
private final int allocatedQuantity
private final int availableQuantity
private final LocalDate expectedRestockDate
private final int expectedRestockQuantity
Copyright © 2022. All rights reserved.