Package org.openwms.wms.receiving.api
Class TransportUnitVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<LocationVO>
org.ameba.http.AbstractBase<LocationVO>
org.openwms.wms.receiving.api.TransportUnitVO
- All Implemented Interfaces:
Serializable
public class TransportUnitVO
extends org.ameba.http.AbstractBase<LocationVO>
implements Serializable
A TransportUnitVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private String
The type ofTransportUnit
in case it needs to be created (optional).Fields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setTransportUnitId
(String transportUnitId) void
setTransportUnitType
(String transportUnitType) Methods inherited from class org.ameba.http.AbstractBase
getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOl
Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Field Details
-
transportUnitId
-
transportUnitType
The type ofTransportUnit
in case it needs to be created (optional).
-
-
Constructor Details
-
TransportUnitVO
public TransportUnitVO() -
TransportUnitVO
-
-
Method Details
-
getTransportUnitId
-
setTransportUnitId
-
getTransportUnitType
-
setTransportUnitType
-
equals
- Overrides:
equals
in classorg.springframework.hateoas.RepresentationModel<LocationVO>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.springframework.hateoas.RepresentationModel<LocationVO>
-