Class SystemUpdateMessage
java.lang.Object
org.openwms.common.comm.osip.Payload
org.openwms.common.comm.osip.sysu.SystemUpdateMessage
- All Implemented Interfaces:
 Serializable
A SystemUpdateMessage reflects the OSIP SYSU telegram type and is used to change the state of a 
LocationGroup.- Author:
 - Heiko Scherrer
 - See Also:
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsFields inherited from class org.openwms.common.comm.osip.Payload
DATE_LENGTH, ERROR_CODE_LENGTH, MESSAGE_IDENTIFIER_LENGTH - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.openwms.common.comm.osip.Payload
exists, getCreated, getErrorCode, getHeader, hasErrorCode, setCreated, setErrorCode, setHeader 
- 
Field Details
- 
IDENTIFIER
Message identifier "SYSU" .- See Also:
 
 - 
locationGroupName
 
 - 
 - 
Constructor Details
- 
SystemUpdateMessage
 
 - 
 - 
Method Details
- 
getType
 - 
getLocationGroupName
String getLocationGroupName() - 
getMessageIdentifier
Subclasses have to return an unique, case-sensitive message identifier.- Specified by:
 getMessageIdentifierin 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:
 isWithoutReplyin classPayload- Returns:
 - true no reply needed, otherwise false
 
 - 
toString
Use all fields. Include all fields. - 
equals
Use all fields. Include all fields. - 
hashCode
public int hashCode()Description copied from class:PayloadUse all fields. 
 -