Package org.openwms.common.location.api
Class ErrorCodeVO
java.lang.Object
org.openwms.common.location.api.ErrorCodeVO
- All Implemented Interfaces:
Serializable
A ErrorCodeVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprivate Stringstatic final ErrorCodeVOstatic final ErrorCodeVOstatic final ErrorCodeVOprivate Integerstatic final intstatic final intstatic final ErrorCodeVOstatic final ErrorCodeVOstatic final ErrorCodeVO -
Constructor Summary
ConstructorsConstructorDescriptionErrorCodeVO(int plcState) ErrorCodeVO(String errorCode) ErrorCodeVO(String errorCode, int plcState) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetErrorCode(String errorCode) voidsetPlcState(Integer plcState)
-
Field Details
-
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
-
UNLOCK_STATE_IN
-
LOCK_STATE_OUT
-
UNLOCK_STATE_OUT
-
LOCK_STATE_IN_AND_OUT
-
UNLOCK_STATE_IN_AND_OUT
-
errorCode
-
plcState
-
-
Constructor Details
-
ErrorCodeVO
public ErrorCodeVO() -
ErrorCodeVO
-
ErrorCodeVO
public ErrorCodeVO(int plcState) -
ErrorCodeVO
-
-
Method Details