Package org.openwms.common.comm
Class ItemMessage
java.lang.Object
org.openwms.common.comm.ItemMessage
A ItemMessage.
- Author:
- Heiko Scherrer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()
getType()
boolean
void
setActualLocation
(String actualLocation) void
setBarcode
(String barcode) void
setErrorCode
(String errorCode) void
setHeader
(ItemMessageHeader header) void
setLocationGroupName
(String locationGroupName) void
-
Field Details
-
type
-
actualLocation
-
locationGroupName
-
barcode
-
errorCode
-
header
-
-
Constructor Details
-
ItemMessage
public ItemMessage()
-
-
Method Details
-
getType
-
setType
-
getActualLocation
-
setActualLocation
-
getLocationGroupName
-
setLocationGroupName
-
hasLocationGroupName
public boolean hasLocationGroupName() -
setBarcode
-
getBarcode
-
getErrorCode
-
setErrorCode
-
getHeader
-
setHeader
-
getAll
-