Class SystemUpdateMessage

java.lang.Object
org.openwms.common.comm.osip.Payload
org.openwms.common.comm.osip.sysu.SystemUpdateMessage
All Implemented Interfaces:
Serializable

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

    • IDENTIFIER

      public static final String IDENTIFIER
      Message identifier "SYSU" .
      See Also:
    • locationGroupName

      private String locationGroupName
  • Constructor Details

  • Method Details

    • getType

      public String getType()
    • getLocationGroupName

      String getLocationGroupName()
    • 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()
      Description copied from class: Payload
      Use all fields.
      Overrides:
      hashCode in class Payload