Class LocationGroupMO

java.lang.Object
org.openwms.common.location.api.messages.LocationGroupMO
All Implemented Interfaces:
Serializable

public class LocationGroupMO extends Object implements Serializable
A LocationGroupMO is a Message Object (MO) uses as DTO between services that represents a LocationGroup.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      The business key of the LocationGroup.
    • accountId

      private String accountId
      The accountId the LocationGroup belongs to.
    • parent

      private String parent
      The business key of the parent LocationGroup .
    • operationMode

      private String operationMode
      The current operation mode the LocationGroup is set to.
    • incomingActive

      private boolean incomingActive
      If the LocationGroup is available for inbound operations.
    • outgoingActive

      private boolean outgoingActive
      If the LocationGroup is available for outbound operations.
  • Constructor Details

    • LocationGroupMO

      public LocationGroupMO()
  • Method Details

    • inInfeedMode

      public boolean inInfeedMode()
    • inOutfeedMode

      public boolean inOutfeedMode()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAccountId

      public String getAccountId()
    • setAccountId

      public void setAccountId(String accountId)
    • getParent

      public String getParent()
    • setParent

      public void setParent(String parent)
    • getOperationMode

      public String getOperationMode()
    • setOperationMode

      public void setOperationMode(String operationMode)
    • isIncomingActive

      public boolean isIncomingActive()
    • setIncomingActive

      public void setIncomingActive(boolean incomingActive)
    • isOutgoingActive

      public boolean isOutgoingActive()
    • setOutgoingActive

      public void setOutgoingActive(boolean outgoingActive)