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
FieldsModifier and TypeFieldDescriptionprivate Stringprivate StringThe type ofTransportUnitin case it needs to be created (optional).Fields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetTransportUnitId(String transportUnitId) voidsetTransportUnitType(String transportUnitType) Methods inherited from class org.ameba.http.AbstractBase
getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOlMethods 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 ofTransportUnitin case it needs to be created (optional). 
 - 
 - 
Constructor Details
- 
TransportUnitVO
public TransportUnitVO() - 
TransportUnitVO
 
 - 
 - 
Method Details
- 
getTransportUnitId
 - 
setTransportUnitId
 - 
getTransportUnitType
 - 
setTransportUnitType
 - 
equals
- Overrides:
 equalsin classorg.ameba.http.AbstractBase<LocationVO>
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classorg.ameba.http.AbstractBase<LocationVO>
 
 -