Package de.aeb.xnsg.customs.dto.common
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 Summary
FieldsModifier and TypeFieldDescriptionThe quantity.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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
The quantity.
-
-
Constructor Details
-
ICQuantityDTO
public ICQuantityDTO()
-