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