Class TCCommodityCodeDTO

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

public class TCCommodityCodeDTO extends Object
DTO to hold data of a valid commodity code.
  • Field Details

    • commodityCode

      public String commodityCode
      Commodity code

      length=13

    • validFrom

      public TCDateDTO validFrom
      Date from which the commodity code is valid from.
    • validTo

      public TCDateDTO validTo
      Date to which the KN code is valid to.
    • specialUnitCode

      public String specialUnitCode
      Code of the special unit. Empty if no special unit is defined.

      length=10

    • specialUnitCode2

      public String specialUnitCode2
      Code of the second special unit. Empty if no second special unit is defined.

      length=10

    • descriptions

      public de.aeb.xnsg.foundation.bf.TextInLanguageDTO[] descriptions
      Descriptions of the commodity codes in the languages defined in the request.

      length=2000

  • Constructor Details

    • TCCommodityCodeDTO

      public TCCommodityCodeDTO()