Package org.openwms.wms.inventory.api
Class ReportProblemVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<ReportProblemVO>
org.ameba.http.AbstractBase<ReportProblemVO>
org.openwms.wms.inventory.api.ReportProblemVO
A ReportProblemVO.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IntegerA message number that identifies the problem.private IntegerThe reported amount of PackagingUnits with that problem.TheProductthat has the problem.private @NotNull org.openwms.core.units.api.MeasurableThe quantity of the PackagingUnit in case multiple PackagingUnits with different quantities exist in the LoadUnit.Fields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAll fields.org.openwms.core.units.api.MeasurableinthashCode()All fields.voidsetMessageNo(Integer messageNo) voidsetNumberOfPackagingUnits(Integer numberOfPackagingUnits) voidsetProduct(ProductVO product) voidsetQuantity(org.openwms.core.units.api.Measurable quantity) toString()All fields.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
-
Field Details
-
messageNo
A message number that identifies the problem. -
numberOfPackagingUnits
The reported amount of PackagingUnits with that problem. -
product
TheProductthat 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:
toStringin classorg.springframework.hateoas.RepresentationModel<ReportProblemVO>
-
equals
All fields.- Overrides:
equalsin classorg.ameba.http.AbstractBase<ReportProblemVO>
-
hashCode
public int hashCode()All fields.- Overrides:
hashCodein classorg.ameba.http.AbstractBase<ReportProblemVO>
-