Class Demand
java.lang.Object
org.openwms.wms.shipping.spi.wms.inventory.Demand
- All Implemented Interfaces:
Serializable
A Demand.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sku
The demanded Product SKU. -
qty
@NotNull private @NotNull org.openwms.core.units.api.Measurable qtyThe demanded quantity.
-
-
Constructor Details
-
Demand
public Demand() -
Demand
@ConstructorProperties({"sku","qty"}) public Demand(String sku, org.openwms.core.units.api.Measurable qty)
-
-
Method Details