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
Modifier and TypeFieldDescriptionstatic final String
private String
static final ErrorCodeVO
static final ErrorCodeVO
static final ErrorCodeVO
private Integer
static final int
static final int
static final ErrorCodeVO
static final ErrorCodeVO
static final ErrorCodeVO
-
Constructor Summary
ConstructorDescriptionErrorCodeVO
(int plcState) ErrorCodeVO
(String errorCode) ErrorCodeVO
(String errorCode, int plcState) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setErrorCode
(String errorCode) void
setPlcState
(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