Class TCCommodityCodeSubstitutionDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCCommodityCodeSubstitutionDTO

public class TCCommodityCodeSubstitutionDTO extends Object
DTO to hold data of one commodity code substitution.
  • Field Details

    • validFrom

      public TCDateDTO validFrom
      Date from which the substitution is valid from.
    • commodityCodeOld

      public String commodityCodeOld
      The old commodity code.

      length=11

    • commodityCodeNew

      public String commodityCodeNew
      The new commodity code.

      length=11

    • commodityCodeOldTexts

      public de.aeb.xnsg.foundation.bf.TextInLanguageDTO[] commodityCodeOldTexts
      The translated texts of the old commodity code.
    • commodityCodeNewTexts

      public de.aeb.xnsg.foundation.bf.TextInLanguageDTO[] commodityCodeNewTexts
      The translated texts of the new commodity code.
  • Constructor Details

    • TCCommodityCodeSubstitutionDTO

      public TCCommodityCodeSubstitutionDTO()