Class SystemUpdateVO
java.lang.Object
org.openwms.common.comm.osip.sysu.SystemUpdateVO
- All Implemented Interfaces:
Serializable
A SystemUpdateVO.
- Author:
- Heiko Scherrer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAll()
getType()
int
hashCode()
void
setCreated
(Date created) void
setErrorCode
(String errorCode) void
setLocationGroupName
(String locationGroupName) void
toString()
-
Field Details
-
type
-
locationGroupName
-
errorCode
-
created
-
-
Constructor Details
-
SystemUpdateVO
@ConstructorProperties({"created","locati onGroupName","errorCode"}) public SystemUpdateVO(Date created, String locationGroupName, String errorCode) -
SystemUpdateVO
public SystemUpdateVO()
-
-
Method Details