Package de.aeb.xnsg.tariffcontent.bf
Class TCGetCommodityCodeSubstitutionsRequestDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.TCGetCommodityCodeSubstitutionsRequestDTO
DTO to hold request data to get a list of commodity code substitutions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCode of the content the commodity codes belongs to (e.g.Only substitutions which are equal or newer than this date will be given.String[]ISO codes of the languages in which the texts of the affected commodity codes should be returned.Removes the leading dashes from commodity code descriptions.Fields inherited from class de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
clientIdentCode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
equals, hashCode
-
Field Details
-
decisiveDate
Only substitutions which are equal or newer than this date will be given. -
languageISOCodes
ISO codes of the languages in which the texts of the affected commodity codes should be returned.length=2
-
contentIdentCode
Code of the content the commodity codes belongs to (e.g. BANZ.EU.NCL.EXP for the export content of the EU)length=50
-
withoutLeadingDashes
Removes the leading dashes from commodity code descriptions. By default the leading dashes are not removed.
-
-
Constructor Details
-
TCGetCommodityCodeSubstitutionsRequestDTO
public TCGetCommodityCodeSubstitutionsRequestDTO()
-