Class ICQuantityDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICQuantityDTO

@CheckUNECEDeliveryItemQuantity(groups=InvalidDataError.class) public class ICQuantityDTO extends Object
DTO to hold data for quantity.
  • Field Details

    • quantityType

      public String quantityType
      Specific quantity type:
      • ITEM - Item quantity
      • CUSTOMS - Customs quantity
      • EXCISE - Excise quantity
      • STATISTICAL - Statistical quantity
      • '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=QUANTITY_TYPE

      length=10

    • quantity

      public QuantityDTO quantity
      The quantity.
  • Constructor Details

    • ICQuantityDTO

      public ICQuantityDTO()