Package de.aeb.xnsg.tariffcontent.bf
Class TCCommodityCodeDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCCommodityCodeDTO
DTO to hold data of a valid commodity code.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCommodity codede.aeb.xnsg.foundation.bf.TextInLanguageDTO[]Descriptions of the commodity codes in the languages defined in the request.Code of the special unit.Code of the second special unit.Date from which the commodity code is valid from.Date to which the KN code is valid to. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
commodityCode
Commodity codelength=13
-
validFrom
Date from which the commodity code is valid from. -
validTo
Date to which the KN code is valid to. -
specialUnitCode
Code of the special unit. Empty if no special unit is defined.length=10
-
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[] descriptionsDescriptions of the commodity codes in the languages defined in the request.length=2000
-
-
Constructor Details
-
TCCommodityCodeDTO
public TCCommodityCodeDTO()
-