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 TypeFieldDescriptionstatic final intThe maximum allowed length for aquantityType.The 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
-
MAX_QUANTITY_TYPE_LENGTH
public static final int MAX_QUANTITY_TYPE_LENGTHThe maximum allowed length for aquantityType.- See Also:
-
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=20
-
quantity
The quantity.
-
-
Constructor Details
-
ICQuantityDTO
public ICQuantityDTO()
-