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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.openwms.core.units.api.MeasurablegetLabel()getpKey()getSku()inthashCode()voidsetBaseUnit(org.openwms.core.units.api.Measurable baseUnit) voidsetDescription(String description) voidvoidsetOverbookingAllowed(Boolean overbookingAllowed) voidvoidtoString()
-
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
-