Class TCOpenMeasureDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.af.TCOpenMeasureDTO

public class TCOpenMeasureDTO extends Object
DTO to hold data to open a measure of a commodity code.
  • Field Details

    • commodityCode

      public String commodityCode
      Commodity code to which the measure belongs to.

      length=13

    • measureId

      public String measureId
      ID of the measure.

      length=3

    • decisiveDate

      public TCDateDTO decisiveDate
      Decisive date
    • languageISOCode

      public String languageISOCode
      ISO code of language for which the descriptions should be displayed

      length=2

    • contentIdentCode

      public String contentIdentCode
      Code of the content the commodity code belongs to (e.g. BANZ.EU.NCL.EXP for the export content of the EU)

      length=50

  • Constructor Details

    • TCOpenMeasureDTO

      public TCOpenMeasureDTO()