Class UpdateMessage

java.lang.Object
org.openwms.common.comm.osip.Payload
org.openwms.common.comm.osip.upd.UpdateMessage
All Implemented Interfaces:
Serializable

public class UpdateMessage extends Payload implements Serializable
A UpdateMessage reflects the OSIP UPD telegram type and is used to change the state of a LocationGroup.
Author:
Heiko Scherrer
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getBarcode

      String getBarcode()
    • setBarcode

      void setBarcode(String barcode)
    • getActualLocation

      String getActualLocation()
    • setActualLocation

      void setActualLocation(String actualLocation)
    • getMessageIdentifier

      public String getMessageIdentifier()
      Subclasses have to return an unique, case-sensitive message identifier.
      Specified by:
      getMessageIdentifier in class Payload
      Returns:
      The message TYPE field (see OSIP specification)
    • isWithoutReply

      public boolean isWithoutReply()
      Does this type of message needs to be replied to?
      Specified by:
      isWithoutReply in class Payload
      Returns:
      true no reply needed, otherwise false
    • toString

      public String toString()
      Use all fields. Include all fields.
      Overrides:
      toString in class Payload
    • equals

      public boolean equals(Object o)
      Use all fields. Include all fields.
      Overrides:
      equals in class Payload
    • hashCode

      public int hashCode()
      Use all fields. Include all fields.
      Overrides:
      hashCode in class Payload