Class TCCommodityCodeMeasureCertificatesDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCCommodityCodeMeasureCertificatesDTO

public class TCCommodityCodeMeasureCertificatesDTO extends Object
Result DTO to hold information of a measure with certificates.
  • Field Details

    • measureType

      public TCCommodityCodeMeasureTypeDTO measureType
      The code of the measure and its description
    • additionalCode

      public TCCommodityCodeAdditionalCodeDTO additionalCode
      Additional code to which the measure belongs to.
    • proposalType

      public String 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

      public TCCommodityCodeCertificateDTO[] certificates
      Informations about each certificate that belongs to the measure.
  • Constructor Details

    • TCCommodityCodeMeasureCertificatesDTO

      public TCCommodityCodeMeasureCertificatesDTO()