Class ICCostDTO

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

public class ICCostDTO extends Object
DTO to hold data for costs.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Specific cost type: TRANSPORT - Transport costs INSURANCE - Insurance costs ADDITIONAL - Additional costs '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=COST_TYPE
    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
    Specific customs process.
    Monetary value of the cost.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • costType

      public String 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

      public String 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

      public AmountOfMoneyDTO value
      Monetary value of the cost.
    • customsProcess

      public String 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()