Package de.aeb.xnsg.customs.dto.common
Class ICCostDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICCostDTO
DTO to hold data for costs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecific cost type: TRANSPORT - Transport costs INSURANCE - Insurance costs ADDITIONAL - Additional costs '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=COST_TYPEOptional qualifier for cost type: AIR_FREIGHT - Air freight costs INDIRECT_PAYMENT - Indirect payments '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=COST_TYPE_QUALIFIERSpecific customs process.Monetary value of the cost. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
costType
Specific cost type:- TRANSPORT - Transport costs
- INSURANCE - Insurance costs
- ADDITIONAL - Additional costs
- '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=COST_TYPE
length=35
-
costTypeQualifier
Optional qualifier for cost type:- AIR_FREIGHT - Air freight costs
- INDIRECT_PAYMENT - Indirect payments
- '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=COST_TYPE_QUALIFIER
length=35
-
value
Monetary value of the cost. -
customsProcess
Specific customs process.- 'EXPORT_BE' - Export process for Belgium
- 'EXPORT_SE' - Export process for Sweden
- 'EXPORT_NL' - Export process for Netherlands
- 'TRANSIT_NL' - Transit process for Netherlands
- '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=CUSTOMS_PROCESS_TYPE *
length=20
-
-
Constructor Details
-
ICCostDTO
public ICCostDTO()
-