Class TCKnCodeMeasureInfoDTO

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

public class TCKnCodeMeasureInfoDTO extends Object
Result DTO to hold the certificate proposal for exactly one measure.
  • Field Details

    • maId

      public String maId
      MaId of the measure.

      length=3

    • zcAECode

      public String zcAECode
      ZC/AE code to which the measure belongs to.

      length=10

    • 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

    • description

      public String description
      Description of the measure.

      length=2000

    • certificates

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

    • TCKnCodeMeasureInfoDTO

      public TCKnCodeMeasureInfoDTO()