Package org.openwms.wms.inventory.events
Class ProductMO
java.lang.Object
org.openwms.wms.inventory.events.ProductMO
- All Implemented Interfaces:
Serializable
A ProductMO is a message object that represents a
Product
.- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openwms.core.units.api.Measurable
getGroup()
getLabel()
getpKey()
getSku()
getUnits()
void
setAccountId
(String accountId) void
setBaseUnit
(org.openwms.core.units.api.Measurable baseUnit) void
setClassification
(String classification) void
setDescription
(String description) void
setDetails
(Map<String, String> details) void
void
void
setOverbookingAllowed
(Boolean overbookingAllowed) void
void
void
setStockZone
(String stockZone) void
-
Field Details
-
pKey
-
sku
-
label
-
accountId
-
baseUnit
private org.openwms.core.units.api.Measurable baseUnit -
overbookingAllowed
-
description
-
classification
-
group
-
stockZone
-
units
-
details
-
-
Constructor Details
-
ProductMO
public ProductMO()
-
-
Method Details
-
getpKey
-
setpKey
-
getSku
-
setSku
-
getLabel
-
setLabel
-
getAccountId
-
setAccountId
-
getBaseUnit
public org.openwms.core.units.api.Measurable getBaseUnit() -
setBaseUnit
public void setBaseUnit(org.openwms.core.units.api.Measurable baseUnit) -
getOverbookingAllowed
-
setOverbookingAllowed
-
getDescription
-
setDescription
-
getClassification
-
setClassification
-
getGroup
-
setGroup
-
getStockZone
-
setStockZone
-
getUnits
-
setUnits
-
getDetails
-
setDetails
-