Package org.openwms.wms.transport.api
Class MinimalTransportUnitVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<T>
org.ameba.http.AbstractBase<MinimalTransportUnitVO>
org.openwms.wms.transport.api.MinimalTransportUnitVO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TransportUnitVO
public class MinimalTransportUnitVO
extends org.ameba.http.AbstractBase<MinimalTransportUnitVO>
implements Serializable
A MinimalTransportUnitVO.
- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The persistent key.protected @NotBlank(message="{owms.wms.inv.tu.bk}",groups=CreateTransportUnit.class) String
The business key of theTransportUnit
. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MinimalTransportUnitVO
(@NotEmpty String transportUnitBK) private
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getpKey()
int
hashCode()
void
void
setTransportUnitBK
(String transportUnitBK) 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, toString
-
Field Details
-
pKey
The persistent key. -
transportUnitBK
@NotBlank(message="{owms.wms.inv.tu.bk}", groups=CreateTransportUnit.class) protected @NotBlank(message="{owms.wms.inv.tu.bk}",groups=CreateTransportUnit.class) String transportUnitBKThe business key of theTransportUnit
.
-
-
Constructor Details
-
MinimalTransportUnitVO
protected MinimalTransportUnitVO() -
MinimalTransportUnitVO
-
MinimalTransportUnitVO
-
-
Method Details
-
minimalTransportUnitBuilder
-
getpKey
-
setpKey
-
getTransportUnitBK
-
setTransportUnitBK
-
equals
- Overrides:
equals
in classorg.springframework.hateoas.RepresentationModel<MinimalTransportUnitVO>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.springframework.hateoas.RepresentationModel<MinimalTransportUnitVO>
-