Package org.openwms.wms.inventory.api
Class PusOnLocation
java.lang.Object
org.openwms.wms.inventory.api.PusOnLocation
- All Implemented Interfaces:
Serializable
A PusOnLocation.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openwms.core.units.api.Measurable
getSku()
getState()
void
setActualErpCode
(String actualErpCode) void
setDescription
(String description) void
setEanLabel
(String eanLabel) void
setLocationGroupName
(String locationGroupName) void
setQuantity
(org.openwms.core.units.api.Measurable quantity) void
void
void
setTransportUnitBK
(String transportUnitBK)
-
Field Details
-
quantity
private org.openwms.core.units.api.Measurable quantity -
transportUnitBK
-
state
-
actualErpCode
-
locationGroupName
-
sku
-
eanLabel
-
description
-
-
Constructor Details
-
PusOnLocation
public PusOnLocation() -
PusOnLocation
-
-
Method Details
-
getQuantity
public org.openwms.core.units.api.Measurable getQuantity() -
setQuantity
public void setQuantity(org.openwms.core.units.api.Measurable quantity) -
getTransportUnitBK
-
setTransportUnitBK
-
getActualErpCode
-
setActualErpCode
-
getLocationGroupName
-
setLocationGroupName
-
getSku
-
setSku
-
getEanLabel
-
setEanLabel
-
getDescription
-
setDescription
-
getState
-
setState
-