Class ProductMO
java.lang.Object
org.openwms.wms.receiving.api.messages.ProductMO
- All Implemented Interfaces:
Serializable
A ProductMO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
org.openwms.core.units.api.Measurable
getLabel()
getpKey()
getSku()
int
hashCode()
void
setBaseUnit
(org.openwms.core.units.api.Measurable baseUnit) void
setDescription
(String description) void
void
setOverbookingAllowed
(Boolean overbookingAllowed) void
void
toString()
-
Field Details
-
pKey
-
sku
-
label
-
baseUnit
private org.openwms.core.units.api.Measurable baseUnit -
overbookingAllowed
-
description
-
-
Constructor Details
-
ProductMO
public ProductMO()
-
-
Method Details
-
getpKey
-
setpKey
-
getSku
-
setSku
-
getLabel
-
setLabel
-
getBaseUnit
public org.openwms.core.units.api.Measurable getBaseUnit() -
setBaseUnit
public void setBaseUnit(org.openwms.core.units.api.Measurable baseUnit) -
getOverbookingAllowed
-
setOverbookingAllowed
-
getDescription
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-