Class LocationUpdateMessage

java.lang.Object
org.openwms.common.comm.osip.Payload
org.openwms.common.comm.osip.locu.LocationUpdateMessage
All Implemented Interfaces:
Serializable

public class LocationUpdateMessage extends Payload implements Serializable
A LocationUpdateMessage.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • IDENTIFIER

      public static final String IDENTIFIER
      Message identifier "LOCU" .
      See Also:
    • type

      private String type
    • location

      private String location
    • locationGroupName

      private String locationGroupName
  • Constructor Details

  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getLocationGroupName

      public String getLocationGroupName()
    • setLocationGroupName

      public void setLocationGroupName(String locationGroupName)
    • 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. Use all fields.
      Overrides:
      toString in class Payload
    • equals

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

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