Class TimesyncRequest

java.lang.Object
org.openwms.common.comm.osip.Payload
org.openwms.common.comm.osip.synq.TimesyncRequest
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • TimesyncRequest

      public TimesyncRequest()
  • Method Details

    • setSenderTimer

      public void setSenderTimer(Date senderTimer)
    • getSenderTimer

      public Date getSenderTimer()
    • 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
    • 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
    • toString

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