Class QuantityWithTypeDTO


  • public class QuantityWithTypeDTO
    extends QuantityDTO
    A quantity with a value, a quantity unit and a quantity unit type. This DTO is needed (instead of the superclass QuantityDTO), if the context of the DTO does not uniquely identify the quantity unit type.
    • Field Detail

      • unitType

        public String unitType
        Identifier of the quantity unit type. e.g. "WEIGHT", "VOLUME" or client specific (customized) quantity unit types.

        length=10

    • Constructor Detail

      • QuantityWithTypeDTO

        public QuantityWithTypeDTO()