Package org.openwms.wms.inventory.api
Class ReportProblemVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<T>
org.ameba.http.AbstractBase<ReportProblemVO>
org.openwms.wms.inventory.api.ReportProblemVO
A ReportProblemVO.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integer
A message number that identifies the problem.private Integer
The reported amount of PackagingUnits with that problem.TheProduct
that has the problem.private @NotNull org.openwms.core.units.api.Measurable
The quantity of the PackagingUnit in case multiple PackagingUnits with different quantities exist in the LoadUnit. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
All fields.org.openwms.core.units.api.Measurable
int
hashCode()
All fields.void
setMessageNo
(Integer messageNo) void
setNumberOfPackagingUnits
(Integer numberOfPackagingUnits) void
setProduct
(ProductVO product) void
setQuantity
(org.openwms.core.units.api.Measurable quantity) toString()
All fields.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
-
messageNo
A message number that identifies the problem. -
numberOfPackagingUnits
The reported amount of PackagingUnits with that problem. -
product
TheProduct
that has the problem. -
quantity
@NotNull private @NotNull org.openwms.core.units.api.Measurable quantityThe quantity of the PackagingUnit in case multiple PackagingUnits with different quantities exist in the LoadUnit.
-
-
Constructor Details
-
ReportProblemVO
public ReportProblemVO()
-
-
Method Details
-
getMessageNo
-
setMessageNo
-
getNumberOfPackagingUnits
-
setNumberOfPackagingUnits
-
getProduct
-
setProduct
-
getQuantity
public org.openwms.core.units.api.Measurable getQuantity() -
setQuantity
public void setQuantity(org.openwms.core.units.api.Measurable quantity) -
toString
All fields.- Overrides:
toString
in classorg.springframework.hateoas.RepresentationModel<ReportProblemVO>
-
equals
All fields.- Overrides:
equals
in classorg.springframework.hateoas.RepresentationModel<ReportProblemVO>
-
hashCode
public int hashCode()All fields.- Overrides:
hashCode
in classorg.springframework.hateoas.RepresentationModel<ReportProblemVO>
-