Package org.openwms.wms.inventory.api
Class LoadUnitVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<T>
org.ameba.http.AbstractBase<LoadUnitVO>
org.openwms.wms.inventory.api.LoadUnitVO
A LoadUnitVO.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe current dimension of theLoadUnit
.An identifying label of theLoadUnit
.Locked for allocation.The position thisLoadUnit
is located on theTransportUnit
.The persistent key of theLoadUnit
.TheProduct
that is carried within theLoadUnit
.The business key of theTransportUnit
.The type of theLoadUnit
. -
Constructor Summary
ConstructorsConstructorDescriptionLoadUnitVO
(String pKey) LoadUnitVO
(String transportUnitBK, String physicalPosition) -
Method Summary
Modifier and TypeMethodDescriptionboolean
All fields.getLabel()
getpKey()
getType()
int
hashCode()
All fields.void
setDimension
(DimensionVO dimension) void
void
void
setPhysicalPosition
(String physicalPosition) void
void
setProduct
(ProductVO product) void
setTransportUnitBK
(String transportUnitBK) void
toString()
Methods inherited from class org.ameba.http.AbstractBase
getOl, 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
-
Field Details
-
pKey
The persistent key of theLoadUnit
. -
transportUnitBK
The business key of theTransportUnit
. -
physicalPosition
The position thisLoadUnit
is located on theTransportUnit
. -
label
An identifying label of theLoadUnit
. -
type
The type of theLoadUnit
. -
locked
Locked for allocation. -
product
TheProduct
that is carried within theLoadUnit
. -
dimension
The current dimension of theLoadUnit
.
-
-
Constructor Details
-
LoadUnitVO
public LoadUnitVO() -
LoadUnitVO
-
LoadUnitVO
-
-
Method Details
-
getpKey
-
setpKey
-
getTransportUnitBK
-
setTransportUnitBK
-
getPhysicalPosition
-
setPhysicalPosition
-
getLabel
-
setLabel
-
getType
-
setType
-
getLocked
-
setLocked
-
getProduct
-
setProduct
-
getDimension
-
setDimension
-
toString
- Overrides:
toString
in classorg.springframework.hateoas.RepresentationModel<LoadUnitVO>
-
equals
All fields.- Overrides:
equals
in classorg.springframework.hateoas.RepresentationModel<LoadUnitVO>
-
hashCode
public int hashCode()All fields.- Overrides:
hashCode
in classorg.springframework.hateoas.RepresentationModel<LoadUnitVO>
-