Class QuantityType
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.QuantityType
Representation of a quantity of something. I can also be used to represent a quantity range
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamount(BigDecimal amount) boolean@NotNull @Valid BigDecimalMeasured amount@NotNull StringgetUnits()Units the quantity is measured ininthashCode()voidsetAmount(BigDecimal amount) voidtoString()
-
Constructor Details
-
QuantityType
public QuantityType()
-
-
Method Details