Package de.aeb.xnsg.tariffcontent.bf
Class TCCommodityCodeSubstitutionDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCCommodityCodeSubstitutionDTO
DTO to hold data of one commodity code substitution.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe new commodity code.de.aeb.xnsg.foundation.bf.TextInLanguageDTO[]
The translated texts of the new commodity code.The old commodity code.de.aeb.xnsg.foundation.bf.TextInLanguageDTO[]
The translated texts of the old commodity code.Date from which the substitution is valid from. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
validFrom
Date from which the substitution is valid from. -
commodityCodeOld
The old commodity code.length=11
-
commodityCodeNew
The new commodity code.length=11
-
commodityCodeOldTexts
public de.aeb.xnsg.foundation.bf.TextInLanguageDTO[] commodityCodeOldTextsThe translated texts of the old commodity code. -
commodityCodeNewTexts
public de.aeb.xnsg.foundation.bf.TextInLanguageDTO[] commodityCodeNewTextsThe translated texts of the new commodity code.
-
-
Constructor Details
-
TCCommodityCodeSubstitutionDTO
public TCCommodityCodeSubstitutionDTO()
-