Class LocationGroupMO
java.lang.Object
org.openwms.common.location.api.messages.LocationGroupMO
- All Implemented Interfaces:
Serializable
A LocationGroupMO is a Message Object (MO) uses as DTO between services that represents a
LocationGroup
.- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
The accountId the LocationGroup belongs to.private boolean
If the LocationGroup is available for inbound operations.private String
The business key of the LocationGroup.private String
The current operation mode the LocationGroup is set to.private boolean
If the LocationGroup is available for outbound operations.private String
The business key of the parent LocationGroup .private static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
boolean
boolean
void
setAccountId
(String accountId) void
setIncomingActive
(boolean incomingActive) void
void
setOperationMode
(String operationMode) void
setOutgoingActive
(boolean outgoingActive) void
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
The business key of the LocationGroup. -
accountId
The accountId the LocationGroup belongs to. -
parent
The business key of the parent LocationGroup . -
operationMode
The current operation mode the LocationGroup is set to. -
incomingActive
private boolean incomingActiveIf the LocationGroup is available for inbound operations. -
outgoingActive
private boolean outgoingActiveIf the LocationGroup is available for outbound operations.
-
-
Constructor Details
-
LocationGroupMO
public LocationGroupMO()
-
-
Method Details
-
inInfeedMode
public boolean inInfeedMode() -
inOutfeedMode
public boolean inOutfeedMode() -
getName
-
setName
-
getAccountId
-
setAccountId
-
getParent
-
setParent
-
getOperationMode
-
setOperationMode
-
isIncomingActive
public boolean isIncomingActive() -
setIncomingActive
public void setIncomingActive(boolean incomingActive) -
isOutgoingActive
public boolean isOutgoingActive() -
setOutgoingActive
public void setOutgoingActive(boolean outgoingActive)
-