Package org.openwms.common.comm.osip.err
Class ErrorMessageVO
java.lang.Object
org.openwms.common.comm.osip.err.ErrorMessageVO
- All Implemented Interfaces:
Serializable
A ErrorMessageVO.
- Author:
- Heiko Scherrer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
All fields.getAll()
getType()
int
hashCode()
All fields.void
setCreated
(Date created) void
setErrorCode
(String errorCode) void
setLocationGroupName
(String locationGroupName) void
toString()
All fields.
-
Field Details
-
type
-
errorCode
-
locationGroupName
-
created
-
-
Constructor Details
-
ErrorMessageVO
ErrorMessageVO()
-
-
Method Details
-
getAll
-
getType
-
setType
-
getErrorCode
-
setErrorCode
-
getLocationGroupName
-
setLocationGroupName
-
setCreated
-
getCreated
-
equals
All fields. -
hashCode
public int hashCode()All fields. -
toString
All fields.
-