Package de.aeb.xnsg.tariffcontent.bf.v10
Class TCGetKnCodeRequestDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.v10.TCGetKnCodeRequestDTO
DTO to hold request data to get exactly one KN codes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDate for which the KN code must be valid.KN codeISO code of the language of the descriptions.If true in the result DTOsTCKnCodeDTOthe special unit code will be set if available.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
Date for which the KN code must be valid. -
languageISOCode
ISO code of the language of the descriptions.length=2
-
knCode
KN codelength=8
-
withSpecialUnitCode
If true in the result DTOsTCKnCodeDTOthe special unit code will be set if available. This flag is to optimize runtime performance. If you don't need the special unit code set this flag to false.
-
-
Constructor Details
-
TCGetKnCodeRequestDTO
public TCGetKnCodeRequestDTO()
-