Package de.aeb.xnsg.tariffcontent.bf
Class TCKnCodeMeasureInfoDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCKnCodeMeasureInfoDTO
Result DTO to hold the certificate proposal for exactly one measure.
-
Field Summary
FieldsModifier and TypeFieldDescriptionInformations about each certificate that belongs to the measure.Description of the measure.MaId of the measure.Type of the proposal EXACTLY_ONE: only one certificate of the below list is necessary.ZC/AE code to which the measure belongs to. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
maId
MaId of the measure.length=3
-
zcAECode
ZC/AE code to which the measure belongs to.length=10
-
proposalType
Type of the proposal- EXACTLY_ONE: only one certificate of the below list is necessary.
- ATLEAST_ONE: at least one certificate of the below list is necessary.
- UNDEFINED: no proposal possible
length=20
-
description
Description of the measure.length=2000
-
certificates
Informations about each certificate that belongs to the measure.
-
-
Constructor Details
-
TCKnCodeMeasureInfoDTO
public TCKnCodeMeasureInfoDTO()
-