Package de.aeb.xnsg.customs.dto.common
Class ICQuantityWithHighPrecisionDTO
java.lang.Object
de.aeb.xnsg.logistics.bf.QuantityDTO
de.aeb.xnsg.customs.dto.common.ICQuantityWithHighPrecisionDTO
-
Field Summary
Fields inherited from class de.aeb.xnsg.logistics.bf.QuantityDTO
uneceUnit, unit, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull(groups=EmptyMandatoryField.class) @Positive(groups=InvalidDataError.class) BigDecimalgetValue()The value of the quantity.Methods inherited from class de.aeb.xnsg.logistics.bf.QuantityDTO
equals, hashCode
-
Constructor Details
-
ICQuantityWithHighPrecisionDTO
public ICQuantityWithHighPrecisionDTO()
-
-
Method Details
-
getValue
@NotNull(groups=EmptyMandatoryField.class) @Positive(groups=InvalidDataError.class) @CoreProperty(length=21, scale=9) public @NotNull(groups=EmptyMandatoryField.class) @Positive(groups=InvalidDataError.class) BigDecimal getValue()The value of the quantity.length=21, scale=9
-