Class LocationUpdateMessage
java.lang.Object
org.openwms.common.comm.osip.Payload
org.openwms.common.comm.osip.locu.LocationUpdateMessage
- All Implemented Interfaces:
Serializable
A LocationUpdateMessage.
- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Message identifier "LOCU" .private String
private String
private String
Fields inherited from class org.openwms.common.comm.osip.Payload
DATE_LENGTH, ERROR_CODE_LENGTH, MESSAGE_IDENTIFIER_LENGTH
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Use all fields.Subclasses have to return an unique, case-sensitive message identifier.getType()
int
hashCode()
Use all fields.boolean
Does this type of message needs to be replied to?void
setLocation
(String location) void
setLocationGroupName
(String locationGroupName) void
toString()
Use all fields.Methods inherited from class org.openwms.common.comm.osip.Payload
exists, getCreated, getErrorCode, getHeader, hasErrorCode, setCreated, setErrorCode, setHeader
-
Field Details
-
IDENTIFIER
Message identifier "LOCU" .- See Also:
-
type
-
location
-
locationGroupName
-
-
Constructor Details
-
LocationUpdateMessage
-
-
Method Details
-
getType
-
setType
-
getLocation
-
setLocation
-
getLocationGroupName
-
setLocationGroupName
-
getMessageIdentifier
Subclasses have to return an unique, case-sensitive message identifier.- Specified by:
getMessageIdentifier
in classPayload
- 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 classPayload
- Returns:
- true no reply needed, otherwise false
-
toString
Use all fields. Use all fields. -
equals
Use all fields. Use all fields. -
hashCode
public int hashCode()Use all fields. Use all fields.
-