Package de.aeb.xnsg.tariffcontent.bf
Class TCCommodityCodeMeasureCertificatesDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCCommodityCodeMeasureCertificatesDTO
Result DTO to hold information of a measure with certificates.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAdditional code to which the measure belongs to.Informations about each certificate that belongs to the measure.The code of the measure and its descriptionType of the proposal EXACTLY_ONE: only one certificate of the below list is necessary. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
measureType
The code of the measure and its description -
additionalCode
Additional code to which the measure belongs to. -
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
-
certificates
Informations about each certificate that belongs to the measure.
-
-
Constructor Details
-
TCCommodityCodeMeasureCertificatesDTO
public TCCommodityCodeMeasureCertificatesDTO()
-