Class ErrorCodeVO

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

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

    • ALL_NOT_SET

      public static final String ALL_NOT_SET
      See Also:
    • STATE_IN_POSITION

      public static final int STATE_IN_POSITION
    • STATE_OUT_POSITION

      public static final int STATE_OUT_POSITION
    • LOCK_STATE_IN

      public static final ErrorCodeVO LOCK_STATE_IN
    • UNLOCK_STATE_IN

      public static final ErrorCodeVO UNLOCK_STATE_IN
    • LOCK_STATE_OUT

      public static final ErrorCodeVO LOCK_STATE_OUT
    • UNLOCK_STATE_OUT

      public static final ErrorCodeVO UNLOCK_STATE_OUT
    • LOCK_STATE_IN_AND_OUT

      public static final ErrorCodeVO LOCK_STATE_IN_AND_OUT
    • UNLOCK_STATE_IN_AND_OUT

      public static final ErrorCodeVO UNLOCK_STATE_IN_AND_OUT
    • errorCode

      private String errorCode
    • plcState

      private Integer plcState
  • Constructor Details

    • ErrorCodeVO

      public ErrorCodeVO()
    • ErrorCodeVO

      public ErrorCodeVO(String errorCode)
    • ErrorCodeVO

      public ErrorCodeVO(int plcState)
    • ErrorCodeVO

      public ErrorCodeVO(String errorCode, int plcState)
  • Method Details

    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getPlcState

      public Integer getPlcState()
    • setPlcState

      public void setPlcState(Integer plcState)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object