Class ItemMessage

java.lang.Object
org.openwms.common.comm.ItemMessage

public class ItemMessage extends Object
A ItemMessage.
Author:
Heiko Scherrer
  • Field Details

    • type

      private String type
    • actualLocation

      private String actualLocation
    • locationGroupName

      private String locationGroupName
    • barcode

      private String barcode
    • errorCode

      private String errorCode
  • Constructor Details

    • ItemMessage

      public ItemMessage()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getActualLocation

      public String getActualLocation()
    • setActualLocation

      public void setActualLocation(String actualLocation)
    • getLocationGroupName

      public String getLocationGroupName()
    • setLocationGroupName

      public void setLocationGroupName(String locationGroupName)
    • hasLocationGroupName

      public boolean hasLocationGroupName()
    • setBarcode

      public void setBarcode(String barcode)
    • getBarcode

      public String getBarcode()
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getHeader

      public ItemMessageHeader getHeader()
    • setHeader

      public void setHeader(ItemMessageHeader header)
    • getAll

      public Map<String,Object> getAll()