src/Entity/Mesure.php line 11

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. use App\Application\Sonata\UserBundle\Entity\User;
  4. use Doctrine\Common\Collections\ArrayCollection;
  5. /**
  6.  * Mesure.
  7.  */
  8. class Mesure
  9. {
  10.     /**
  11.      * @var int
  12.      */
  13.     private $id;
  14.     /**
  15.      * @var string
  16.      */
  17.     private $code;
  18.     /**
  19.      * @var string
  20.      */
  21.     private $titre;
  22.     /**
  23.      * @var string
  24.      */
  25.     private $description;
  26.     /**
  27.      * @var int
  28.      */
  29.     private $rang;
  30.     /**
  31.      * @var \DateTime
  32.      */
  33.     private $dateDemarrageMesures;
  34.     /**
  35.      * @var \DateTime
  36.      */
  37.     private $dateDebut;
  38.     /**
  39.      * @var \DateTime
  40.      */
  41.     private $dateFin;
  42.     /**
  43.      * @var string
  44.      */
  45.     private $precisionAutreElementInstrument;
  46.     /**
  47.      * @var string
  48.      */
  49.     private $avancementEtapesProjet;
  50.     /**
  51.      * @var string
  52.      */
  53.     private $strategieEchantillonnage;
  54.     /**
  55.      * @var string
  56.      */
  57.     private $sourceContenu;
  58.     /**
  59.      * @var int
  60.      */
  61.     private $batimentNbreZhMesurees;
  62.     /**
  63.      * @var string
  64.      */
  65.     private $typeIntervention;
  66.     /**
  67.      * @var string
  68.      */
  69.     private $dateIntervention;
  70.     /**
  71.      * @var string
  72.      */
  73.     private $codeRapportInterventionSource;
  74.     /**
  75.      * @var string
  76.      */
  77.     private $nomFichierRapportInterventionSource;
  78.     /**
  79.      * @var int
  80.      */
  81.     private $nbreOccupantsHeuresSemaineBatiment;
  82.     /**
  83.      * @var bool
  84.      */
  85.     private $proprietaireBatiment;
  86.     /**
  87.      * @var int
  88.      */
  89.     private $nbreOccupantsBatiment;
  90.     /**
  91.      * @var int
  92.      */
  93.     private $nbreOccupantsEtablissement;
  94.     /**
  95.      * @var bool
  96.      */
  97.     private $batimentExistenceTracesHumidite;
  98.     /**
  99.      * @var string
  100.      */
  101.     private $batimentTracesHumiditeDescription;
  102.     /**
  103.      * @var bool
  104.      */
  105.     private $batimentInfiltrationEau;
  106.     /**
  107.      * @var string
  108.      */
  109.     private $batimentInfiltrationEauDescription;
  110.     /**
  111.      * @var bool
  112.      */
  113.     private $batimentExistenceDegatsEaux;
  114.     /**
  115.      * @var string
  116.      */
  117.     private $batimentDegatsEauxDescription;
  118.     /**
  119.      * @var bool
  120.      */
  121.     private $batimentTraitementExcesHumidite;
  122.     /**
  123.      * @var string
  124.      */
  125.     private $batimentTraitementExcesHumiditeDescription;
  126.     /**
  127.      * @var bool
  128.      */
  129.     private $batimentPresenceDeshumidificateur;
  130.     /**
  131.      * @var string
  132.      */
  133.     private $batimentDeshumidificateurDescription;
  134.     /**
  135.      * @var bool
  136.      */
  137.     private $batimentPresenceHumidificateur;
  138.     /**
  139.      * @var string
  140.      */
  141.     private $batimentHumidificateurDescription;
  142.     /**
  143.      * @var string
  144.      */
  145.     private $sehageLingeRemarque;
  146.     /**
  147.      * @var bool
  148.      */
  149.     private $arretVentilation;
  150.     /**
  151.      * @var string
  152.      */
  153.     private $planSiteMesure;
  154.     /**
  155.      * @var bool
  156.      */
  157.     private $chauffageSystemePrincipal;
  158.     /**
  159.      * @var string
  160.      */
  161.     private $autresActivitesSignalees;
  162.     /**
  163.      * @var bool
  164.      */
  165.     private $fonctionnementChauffagePrincipal;
  166.     /**
  167.      * @var \Doctrine\Common\Collections\Collection
  168.      */
  169.     private $ValeursMesures;
  170.     /**
  171.      * @var \Doctrine\Common\Collections\Collection
  172.      */
  173.     private $TempsMeteoJour;
  174.     /**
  175.      * @var \Doctrine\Common\Collections\Collection
  176.      */
  177.     private $SechageLingeEndroit;
  178.     /**
  179.      * @var \Doctrine\Common\Collections\Collection
  180.      */
  181.     private $TraitementSurfaceMateriau;
  182.     /**
  183.      * @var \Doctrine\Common\Collections\Collection
  184.      */
  185.     private $IntroductionDeMeubles;
  186.     /**
  187.      * @var \Doctrine\Common\Collections\Collection
  188.      */
  189.     private $RealisationAction;
  190.     /**
  191.      * @var \Doctrine\Common\Collections\Collection
  192.      */
  193.     private $AmenagementInterieurPeriodeMesure;
  194.     /**
  195.      * @var \Doctrine\Common\Collections\Collection
  196.      */
  197.     private $TravauxEffectuesPeriodeMesure;
  198.     /**
  199.      * @var \Doctrine\Common\Collections\Collection
  200.      */
  201.     private $RevetementPosePeriodeMesure;
  202.     /**
  203.      * @var \Doctrine\Common\Collections\Collection
  204.      */
  205.     private $RepartitionHabitantsAge;
  206.     /**
  207.      * @var \Doctrine\Common\Collections\Collection
  208.      */
  209.     private $RepartitionOccupantsHeuresSemaine;
  210.     /**
  211.      * @var \Doctrine\Common\Collections\Collection
  212.      */
  213.     private $MesureEtatsPiecesEchantillonnees;
  214.     /**
  215.      * @var \App\Entity\TypeMesure
  216.      */
  217.     private $TypeMesure;
  218.     /**
  219.      * @var \App\Entity\CategorieMesure
  220.      */
  221.     private $CategorieMesure;
  222.     /**
  223.      * @var \App\Entity\Batiment
  224.      */
  225.     private $Batiment;
  226.     /**
  227.      * @var \App\Entity\FournisseurDonnees
  228.      */
  229.     private $FournisseurDonnees;
  230.     /**
  231.      * @var \App\Entity\Campagne
  232.      */
  233.     private $Campagne;
  234.     /**
  235.      * @var \App\Entity\Participant
  236.      */
  237.     private $Participant;
  238.     /**
  239.      * @var \App\Entity\PeriodeMesure
  240.      */
  241.     private $PeriodeMesure;
  242.     /**
  243.      * @var \App\Entity\Intervenant
  244.      */
  245.     private $Intervenant;
  246.     /**
  247.      * @var \App\Entity\FrequenceUsageSecheLinge
  248.      */
  249.     private $FrequenceUsageSecheLinge;
  250.     /**
  251.      * @var \App\Entity\PositionPortesInterieures
  252.      */
  253.     private $PositionPortesInterieuresJour;
  254.     /**
  255.      * @var \App\Entity\PositionPortesInterieures
  256.      */
  257.     private $PositionPortesInterieuresNuit;
  258.     /**
  259.      * @var \App\Entity\FrequenceUsageEnSemaine
  260.      */
  261.     private $FrequenceUsageChauffagePoelelInsert;
  262.     /**
  263.      * @var \App\Entity\FrequenceUsageEnSemaine
  264.      */
  265.     private $FrequenceFumage;
  266.     /**
  267.      * @var \App\Entity\FrequenceUsageEnSemaine
  268.      */
  269.     private $FrequenceBruleEncensBougie;
  270.     /**
  271.      * @var \App\Entity\FrequenceUsageEnSemaine
  272.      */
  273.     private $FrequenceUsageDesodorisant;
  274.     /**
  275.      * @var \App\Entity\FrequenceUsageEnSemaine
  276.      */
  277.     private $FrequenceUsagePesticide;
  278.     /**
  279.      * @var \App\Entity\FrequenceUsageEnSemaine
  280.      */
  281.     private $FrequenceEntretienMenagers;
  282.     /**
  283.      * @var \App\Entity\FrequenceUsageEnSemaine
  284.      */
  285.     private $FrequenceNettoyageSolAspiration;
  286.     /**
  287.      * @var \App\Entity\FrequenceUsageEnSemaine
  288.      */
  289.     private $FrequenceBalayageSec;
  290.     /**
  291.      * @var \App\Entity\FrequenceUsageEnSemaine
  292.      */
  293.     private $FrequenceBalayageHumide;
  294.     /**
  295.      * @var \App\Entity\FrequenceUsageEnSemaine
  296.      */
  297.     private $FrequenceCuissonEauVapeur;
  298.     /**
  299.      * @var \App\Entity\FrequenceUsageEnSemaine
  300.      */
  301.     private $CuissonMatiereGrasse;
  302.     /**
  303.      * Constructor.
  304.      */
  305.     public function __construct()
  306.     {
  307.         $this->ValeursMesures = new \Doctrine\Common\Collections\ArrayCollection();
  308.         $this->TempsMeteoJour = new \Doctrine\Common\Collections\ArrayCollection();
  309.         $this->SechageLingeEndroit = new \Doctrine\Common\Collections\ArrayCollection();
  310.         $this->TraitementSurfaceMateriau = new \Doctrine\Common\Collections\ArrayCollection();
  311.         $this->IntroductionDeMeubles = new \Doctrine\Common\Collections\ArrayCollection();
  312.         $this->RealisationAction = new \Doctrine\Common\Collections\ArrayCollection();
  313.         $this->AmenagementInterieurPeriodeMesure = new \Doctrine\Common\Collections\ArrayCollection();
  314.         $this->TravauxEffectuesPeriodeMesure = new \Doctrine\Common\Collections\ArrayCollection();
  315.         $this->RevetementPosePeriodeMesure = new \Doctrine\Common\Collections\ArrayCollection();
  316.         $this->RepartitionHabitantsAge = new \Doctrine\Common\Collections\ArrayCollection();
  317.         $this->RepartitionOccupantsHeuresSemaine = new \Doctrine\Common\Collections\ArrayCollection();
  318.         $this->MesureEtatsPiecesEchantillonnees = new \Doctrine\Common\Collections\ArrayCollection();
  319.         $this->ZoneHomogene = new \Doctrine\Common\Collections\ArrayCollection();
  320.         $this->MesurePieceFamilleElement = new ArrayCollection();
  321.     }
  322.     /**
  323.      *    toString.
  324.      *
  325.      *     @return string
  326.      */
  327.     public function __toString()
  328.     {
  329.         if (is_null($this->titre)) {
  330.             return '';
  331.         }
  332.         return $this->titre;
  333.     }
  334.     /**
  335.      * Get id.
  336.      *
  337.      * @return int
  338.      */
  339.     public function getId()
  340.     {
  341.         return $this->id;
  342.     }
  343.     /**
  344.      * Set code.
  345.      *
  346.      * @param string $code
  347.      *
  348.      * @return Mesure
  349.      */
  350.     public function setCode($code)
  351.     {
  352.         $this->code $code;
  353.         return $this;
  354.     }
  355.     /**
  356.      * Get code.
  357.      *
  358.      * @return string
  359.      */
  360.     public function getCode()
  361.     {
  362.         return $this->code;
  363.     }
  364.     /**
  365.      * Set titre.
  366.      *
  367.      * @param string $titre
  368.      *
  369.      * @return Mesure
  370.      */
  371.     public function setTitre($titre)
  372.     {
  373.         $this->titre $titre;
  374.         return $this;
  375.     }
  376.     /**
  377.      * Get titre.
  378.      *
  379.      * @return string
  380.      */
  381.     public function getTitre()
  382.     {
  383.         return $this->titre;
  384.     }
  385.     /**
  386.      * Set description.
  387.      *
  388.      * @param string $description
  389.      *
  390.      * @return Mesure
  391.      */
  392.     public function setDescription($description)
  393.     {
  394.         $this->description $description;
  395.         return $this;
  396.     }
  397.     /**
  398.      * Get description.
  399.      *
  400.      * @return string
  401.      */
  402.     public function getDescription()
  403.     {
  404.         return $this->description;
  405.     }
  406.     /**
  407.      * Set rang.
  408.      *
  409.      * @param int $rang
  410.      *
  411.      * @return Mesure
  412.      */
  413.     public function setRang($rang)
  414.     {
  415.         $this->rang $rang;
  416.         return $this;
  417.     }
  418.     /**
  419.      * Get rang.
  420.      *
  421.      * @return int
  422.      */
  423.     public function getRang()
  424.     {
  425.         return $this->rang;
  426.     }
  427.     /**
  428.      * Set dateDemarrageMesures.
  429.      *
  430.      * @param \DateTime $dateDemarrageMesures
  431.      *
  432.      * @return Mesure
  433.      */
  434.     public function setDateDemarrageMesures($dateDemarrageMesures)
  435.     {
  436.         $this->dateDemarrageMesures $dateDemarrageMesures;
  437.         return $this;
  438.     }
  439.     /**
  440.      * Get dateDemarrageMesures.
  441.      *
  442.      * @return \DateTime
  443.      */
  444.     public function getDateDemarrageMesures()
  445.     {
  446.         return $this->dateDemarrageMesures;
  447.     }
  448.     /**
  449.      * Set dateDebut.
  450.      *
  451.      * @param \DateTime $dateDebut
  452.      *
  453.      * @return Mesure
  454.      */
  455.     public function setDateDebut($dateDebut)
  456.     {
  457.         $this->dateDebut $dateDebut;
  458.         return $this;
  459.     }
  460.     /**
  461.      * Get dateDebut.
  462.      *
  463.      * @return \DateTime
  464.      */
  465.     public function getDateDebut()
  466.     {
  467.         return $this->dateDebut;
  468.     }
  469.     /**
  470.      * Set dateFin.
  471.      *
  472.      * @param \DateTime $dateFin
  473.      *
  474.      * @return Mesure
  475.      */
  476.     public function setDateFin($dateFin)
  477.     {
  478.         $this->dateFin $dateFin;
  479.         return $this;
  480.     }
  481.     /**
  482.      * Get dateFin.
  483.      *
  484.      * @return \DateTime
  485.      */
  486.     public function getDateFin()
  487.     {
  488.         return $this->dateFin;
  489.     }
  490.     /**
  491.      * Set precisionAutreElementInstrument.
  492.      *
  493.      * @param string $precisionAutreElementInstrument
  494.      *
  495.      * @return Mesure
  496.      */
  497.     public function setPrecisionAutreElementInstrument($precisionAutreElementInstrument)
  498.     {
  499.         $this->precisionAutreElementInstrument $precisionAutreElementInstrument;
  500.         return $this;
  501.     }
  502.     /**
  503.      * Get precisionAutreElementInstrument.
  504.      *
  505.      * @return string
  506.      */
  507.     public function getPrecisionAutreElementInstrument()
  508.     {
  509.         return $this->precisionAutreElementInstrument;
  510.     }
  511.     /**
  512.      * Set avancementEtapesProjet.
  513.      *
  514.      * @param string $avancementEtapesProjet
  515.      *
  516.      * @return Mesure
  517.      */
  518.     public function setAvancementEtapesProjet($avancementEtapesProjet)
  519.     {
  520.         $this->avancementEtapesProjet $avancementEtapesProjet;
  521.         return $this;
  522.     }
  523.     /**
  524.      * Get avancementEtapesProjet.
  525.      *
  526.      * @return string
  527.      */
  528.     public function getAvancementEtapesProjet()
  529.     {
  530.         return $this->avancementEtapesProjet;
  531.     }
  532.     /**
  533.      * Set strategieEchantillonnage.
  534.      *
  535.      * @param string $strategieEchantillonnage
  536.      *
  537.      * @return Mesure
  538.      */
  539.     public function setStrategieEchantillonnage($strategieEchantillonnage)
  540.     {
  541.         $this->strategieEchantillonnage $strategieEchantillonnage;
  542.         return $this;
  543.     }
  544.     /**
  545.      * Get strategieEchantillonnage.
  546.      *
  547.      * @return string
  548.      */
  549.     public function getStrategieEchantillonnage()
  550.     {
  551.         return $this->strategieEchantillonnage;
  552.     }
  553.     /**
  554.      * Set sourceContenu.
  555.      *
  556.      * @param string $sourceContenu
  557.      *
  558.      * @return Mesure
  559.      */
  560.     public function setSourceContenu($sourceContenu)
  561.     {
  562.         $this->sourceContenu $sourceContenu;
  563.         return $this;
  564.     }
  565.     /**
  566.      * Get sourceContenu.
  567.      *
  568.      * @return string
  569.      */
  570.     public function getSourceContenu()
  571.     {
  572.         return $this->sourceContenu;
  573.     }
  574.     /**
  575.      * Set batimentNbreZhMesurees.
  576.      *
  577.      * @param int $batimentNbreZhMesurees
  578.      *
  579.      * @return Mesure
  580.      */
  581.     public function setBatimentNbreZhMesurees($batimentNbreZhMesurees)
  582.     {
  583.         $this->batimentNbreZhMesurees $batimentNbreZhMesurees;
  584.         return $this;
  585.     }
  586.     /**
  587.      * Get batimentNbreZhMesurees.
  588.      *
  589.      * @return int
  590.      */
  591.     public function getBatimentNbreZhMesurees()
  592.     {
  593.         return $this->batimentNbreZhMesurees;
  594.     }
  595.     /**
  596.      * Set typeIntervention.
  597.      *
  598.      * @param string $typeIntervention
  599.      *
  600.      * @return Mesure
  601.      */
  602.     public function setTypeIntervention($typeIntervention)
  603.     {
  604.         $this->typeIntervention $typeIntervention;
  605.         return $this;
  606.     }
  607.     /**
  608.      * Get typeIntervention.
  609.      *
  610.      * @return string
  611.      */
  612.     public function getTypeIntervention()
  613.     {
  614.         return $this->typeIntervention;
  615.     }
  616.     /**
  617.      * Set dateIntervention.
  618.      *
  619.      * @param string $dateIntervention
  620.      *
  621.      * @return Mesure
  622.      */
  623.     public function setDateIntervention($dateIntervention)
  624.     {
  625.         $this->dateIntervention $dateIntervention;
  626.         return $this;
  627.     }
  628.     /**
  629.      * Get dateIntervention.
  630.      *
  631.      * @return string
  632.      */
  633.     public function getDateIntervention()
  634.     {
  635.         return $this->dateIntervention;
  636.     }
  637.     /**
  638.      * Set codeRapportInterventionSource.
  639.      *
  640.      * @param string $codeRapportInterventionSource
  641.      *
  642.      * @return Mesure
  643.      */
  644.     public function setCodeRapportInterventionSource($codeRapportInterventionSource)
  645.     {
  646.         $this->codeRapportInterventionSource $codeRapportInterventionSource;
  647.         return $this;
  648.     }
  649.     /**
  650.      * Get codeRapportInterventionSource.
  651.      *
  652.      * @return string
  653.      */
  654.     public function getCodeRapportInterventionSource()
  655.     {
  656.         return $this->codeRapportInterventionSource;
  657.     }
  658.     /**
  659.      * Set nomFichierRapportInterventionSource.
  660.      *
  661.      * @param string $nomFichierRapportInterventionSource
  662.      *
  663.      * @return Mesure
  664.      */
  665.     public function setNomFichierRapportInterventionSource($nomFichierRapportInterventionSource)
  666.     {
  667.         $this->nomFichierRapportInterventionSource $nomFichierRapportInterventionSource;
  668.         return $this;
  669.     }
  670.     /**
  671.      * Get nomFichierRapportInterventionSource.
  672.      *
  673.      * @return string
  674.      */
  675.     public function getNomFichierRapportInterventionSource()
  676.     {
  677.         return $this->nomFichierRapportInterventionSource;
  678.     }
  679.     /**
  680.      * Set nbreOccupantsHeuresSemaineBatiment.
  681.      *
  682.      * @param int $nbreOccupantsHeuresSemaineBatiment
  683.      *
  684.      * @return Mesure
  685.      */
  686.     public function setNbreOccupantsHeuresSemaineBatiment($nbreOccupantsHeuresSemaineBatiment)
  687.     {
  688.         $this->nbreOccupantsHeuresSemaineBatiment $nbreOccupantsHeuresSemaineBatiment;
  689.         return $this;
  690.     }
  691.     /**
  692.      * Get nbreOccupantsHeuresSemaineBatiment.
  693.      *
  694.      * @return int
  695.      */
  696.     public function getNbreOccupantsHeuresSemaineBatiment()
  697.     {
  698.         return $this->nbreOccupantsHeuresSemaineBatiment;
  699.     }
  700.     /**
  701.      * Set proprietaireBatiment.
  702.      *
  703.      * @param bool $proprietaireBatiment
  704.      *
  705.      * @return Mesure
  706.      */
  707.     public function setProprietaireBatiment($proprietaireBatiment)
  708.     {
  709.         $this->proprietaireBatiment $proprietaireBatiment;
  710.         return $this;
  711.     }
  712.     /**
  713.      * Get proprietaireBatiment.
  714.      *
  715.      * @return bool
  716.      */
  717.     public function getProprietaireBatiment()
  718.     {
  719.         return $this->proprietaireBatiment;
  720.     }
  721.     /**
  722.      * Set nbreOccupantsBatiment.
  723.      *
  724.      * @param int $nbreOccupantsBatiment
  725.      *
  726.      * @return Mesure
  727.      */
  728.     public function setNbreOccupantsBatiment($nbreOccupantsBatiment)
  729.     {
  730.         $this->nbreOccupantsBatiment $nbreOccupantsBatiment;
  731.         return $this;
  732.     }
  733.     /**
  734.      * Get nbreOccupantsBatiment.
  735.      *
  736.      * @return int
  737.      */
  738.     public function getNbreOccupantsBatiment()
  739.     {
  740.         return $this->nbreOccupantsBatiment;
  741.     }
  742.     /**
  743.      * Set nbreOccupantsEtablissement.
  744.      *
  745.      * @param int $nbreOccupantsEtablissement
  746.      *
  747.      * @return Mesure
  748.      */
  749.     public function setNbreOccupantsEtablissement($nbreOccupantsEtablissement)
  750.     {
  751.         $this->nbreOccupantsEtablissement $nbreOccupantsEtablissement;
  752.         return $this;
  753.     }
  754.     /**
  755.      * Get nbreOccupantsEtablissement.
  756.      *
  757.      * @return int
  758.      */
  759.     public function getNbreOccupantsEtablissement()
  760.     {
  761.         return $this->nbreOccupantsEtablissement;
  762.     }
  763.     /**
  764.      * Set batimentExistenceTracesHumidite.
  765.      *
  766.      * @param bool $batimentExistenceTracesHumidite
  767.      *
  768.      * @return Mesure
  769.      */
  770.     public function setBatimentExistenceTracesHumidite($batimentExistenceTracesHumidite)
  771.     {
  772.         $this->batimentExistenceTracesHumidite $batimentExistenceTracesHumidite;
  773.         return $this;
  774.     }
  775.     /**
  776.      * Get batimentExistenceTracesHumidite.
  777.      *
  778.      * @return bool
  779.      */
  780.     public function getBatimentExistenceTracesHumidite()
  781.     {
  782.         return $this->batimentExistenceTracesHumidite;
  783.     }
  784.     /**
  785.      * Set batimentTracesHumiditeDescription.
  786.      *
  787.      * @param string $batimentTracesHumiditeDescription
  788.      *
  789.      * @return Mesure
  790.      */
  791.     public function setBatimentTracesHumiditeDescription($batimentTracesHumiditeDescription)
  792.     {
  793.         $this->batimentTracesHumiditeDescription $batimentTracesHumiditeDescription;
  794.         return $this;
  795.     }
  796.     /**
  797.      * Get batimentTracesHumiditeDescription.
  798.      *
  799.      * @return string
  800.      */
  801.     public function getBatimentTracesHumiditeDescription()
  802.     {
  803.         return $this->batimentTracesHumiditeDescription;
  804.     }
  805.     /**
  806.      * Set batimentInfiltrationEau.
  807.      *
  808.      * @param bool $batimentInfiltrationEau
  809.      *
  810.      * @return Mesure
  811.      */
  812.     public function setBatimentInfiltrationEau($batimentInfiltrationEau)
  813.     {
  814.         $this->batimentInfiltrationEau $batimentInfiltrationEau;
  815.         return $this;
  816.     }
  817.     /**
  818.      * Get batimentInfiltrationEau.
  819.      *
  820.      * @return bool
  821.      */
  822.     public function getBatimentInfiltrationEau()
  823.     {
  824.         return $this->batimentInfiltrationEau;
  825.     }
  826.     /**
  827.      * Set batimentInfiltrationEauDescription.
  828.      *
  829.      * @param string $batimentInfiltrationEauDescription
  830.      *
  831.      * @return Mesure
  832.      */
  833.     public function setBatimentInfiltrationEauDescription($batimentInfiltrationEauDescription)
  834.     {
  835.         $this->batimentInfiltrationEauDescription $batimentInfiltrationEauDescription;
  836.         return $this;
  837.     }
  838.     /**
  839.      * Get batimentInfiltrationEauDescription.
  840.      *
  841.      * @return string
  842.      */
  843.     public function getBatimentInfiltrationEauDescription()
  844.     {
  845.         return $this->batimentInfiltrationEauDescription;
  846.     }
  847.     /**
  848.      * Set batimentExistenceDegatsEaux.
  849.      *
  850.      * @param bool $batimentExistenceDegatsEaux
  851.      *
  852.      * @return Mesure
  853.      */
  854.     public function setBatimentExistenceDegatsEaux($batimentExistenceDegatsEaux)
  855.     {
  856.         $this->batimentExistenceDegatsEaux $batimentExistenceDegatsEaux;
  857.         return $this;
  858.     }
  859.     /**
  860.      * Get batimentExistenceDegatsEaux.
  861.      *
  862.      * @return bool
  863.      */
  864.     public function getBatimentExistenceDegatsEaux()
  865.     {
  866.         return $this->batimentExistenceDegatsEaux;
  867.     }
  868.     /**
  869.      * Set batimentDegatsEauxDescription.
  870.      *
  871.      * @param string $batimentDegatsEauxDescription
  872.      *
  873.      * @return Mesure
  874.      */
  875.     public function setBatimentDegatsEauxDescription($batimentDegatsEauxDescription)
  876.     {
  877.         $this->batimentDegatsEauxDescription $batimentDegatsEauxDescription;
  878.         return $this;
  879.     }
  880.     /**
  881.      * Get batimentDegatsEauxDescription.
  882.      *
  883.      * @return string
  884.      */
  885.     public function getBatimentDegatsEauxDescription()
  886.     {
  887.         return $this->batimentDegatsEauxDescription;
  888.     }
  889.     /**
  890.      * Set batimentTraitementExcesHumidite.
  891.      *
  892.      * @param bool $batimentTraitementExcesHumidite
  893.      *
  894.      * @return Mesure
  895.      */
  896.     public function setBatimentTraitementExcesHumidite($batimentTraitementExcesHumidite)
  897.     {
  898.         $this->batimentTraitementExcesHumidite $batimentTraitementExcesHumidite;
  899.         return $this;
  900.     }
  901.     /**
  902.      * Get batimentTraitementExcesHumidite.
  903.      *
  904.      * @return bool
  905.      */
  906.     public function getBatimentTraitementExcesHumidite()
  907.     {
  908.         return $this->batimentTraitementExcesHumidite;
  909.     }
  910.     /**
  911.      * Set batimentTraitementExcesHumiditeDescription.
  912.      *
  913.      * @param string $batimentTraitementExcesHumiditeDescription
  914.      *
  915.      * @return Mesure
  916.      */
  917.     public function setBatimentTraitementExcesHumiditeDescription($batimentTraitementExcesHumiditeDescription)
  918.     {
  919.         $this->batimentTraitementExcesHumiditeDescription $batimentTraitementExcesHumiditeDescription;
  920.         return $this;
  921.     }
  922.     /**
  923.      * Get batimentTraitementExcesHumiditeDescription.
  924.      *
  925.      * @return string
  926.      */
  927.     public function getBatimentTraitementExcesHumiditeDescription()
  928.     {
  929.         return $this->batimentTraitementExcesHumiditeDescription;
  930.     }
  931.     /**
  932.      * Set batimentPresenceDeshumidificateur.
  933.      *
  934.      * @param bool $batimentPresenceDeshumidificateur
  935.      *
  936.      * @return Mesure
  937.      */
  938.     public function setBatimentPresenceDeshumidificateur($batimentPresenceDeshumidificateur)
  939.     {
  940.         $this->batimentPresenceDeshumidificateur $batimentPresenceDeshumidificateur;
  941.         return $this;
  942.     }
  943.     /**
  944.      * Get batimentPresenceDeshumidificateur.
  945.      *
  946.      * @return bool
  947.      */
  948.     public function getBatimentPresenceDeshumidificateur()
  949.     {
  950.         return $this->batimentPresenceDeshumidificateur;
  951.     }
  952.     /**
  953.      * Set batimentDeshumidificateurDescription.
  954.      *
  955.      * @param string $batimentDeshumidificateurDescription
  956.      *
  957.      * @return Mesure
  958.      */
  959.     public function setBatimentDeshumidificateurDescription($batimentDeshumidificateurDescription)
  960.     {
  961.         $this->batimentDeshumidificateurDescription $batimentDeshumidificateurDescription;
  962.         return $this;
  963.     }
  964.     /**
  965.      * Get batimentDeshumidificateurDescription.
  966.      *
  967.      * @return string
  968.      */
  969.     public function getBatimentDeshumidificateurDescription()
  970.     {
  971.         return $this->batimentDeshumidificateurDescription;
  972.     }
  973.     /**
  974.      * Set batimentPresenceHumidificateur.
  975.      *
  976.      * @param bool $batimentPresenceHumidificateur
  977.      *
  978.      * @return Mesure
  979.      */
  980.     public function setBatimentPresenceHumidificateur($batimentPresenceHumidificateur)
  981.     {
  982.         $this->batimentPresenceHumidificateur $batimentPresenceHumidificateur;
  983.         return $this;
  984.     }
  985.     /**
  986.      * Get batimentPresenceHumidificateur.
  987.      *
  988.      * @return bool
  989.      */
  990.     public function getBatimentPresenceHumidificateur()
  991.     {
  992.         return $this->batimentPresenceHumidificateur;
  993.     }
  994.     /**
  995.      * Set batimentHumidificateurDescription.
  996.      *
  997.      * @param string $batimentHumidificateurDescription
  998.      *
  999.      * @return Mesure
  1000.      */
  1001.     public function setBatimentHumidificateurDescription($batimentHumidificateurDescription)
  1002.     {
  1003.         $this->batimentHumidificateurDescription $batimentHumidificateurDescription;
  1004.         return $this;
  1005.     }
  1006.     /**
  1007.      * Get batimentHumidificateurDescription.
  1008.      *
  1009.      * @return string
  1010.      */
  1011.     public function getBatimentHumidificateurDescription()
  1012.     {
  1013.         return $this->batimentHumidificateurDescription;
  1014.     }
  1015.     /**
  1016.      * Set sehageLingeRemarque.
  1017.      *
  1018.      * @param string $sehageLingeRemarque
  1019.      *
  1020.      * @return Mesure
  1021.      */
  1022.     public function setSehageLingeRemarque($sehageLingeRemarque)
  1023.     {
  1024.         $this->sehageLingeRemarque $sehageLingeRemarque;
  1025.         return $this;
  1026.     }
  1027.     /**
  1028.      * Get sehageLingeRemarque.
  1029.      *
  1030.      * @return string
  1031.      */
  1032.     public function getSehageLingeRemarque()
  1033.     {
  1034.         return $this->sehageLingeRemarque;
  1035.     }
  1036.     /**
  1037.      * Set arretVentilation.
  1038.      *
  1039.      * @param bool $arretVentilation
  1040.      *
  1041.      * @return Mesure
  1042.      */
  1043.     public function setArretVentilation($arretVentilation)
  1044.     {
  1045.         $this->arretVentilation $arretVentilation;
  1046.         return $this;
  1047.     }
  1048.     /**
  1049.      * Get arretVentilation.
  1050.      *
  1051.      * @return bool
  1052.      */
  1053.     public function getArretVentilation()
  1054.     {
  1055.         return $this->arretVentilation;
  1056.     }
  1057.     /**
  1058.      * Set planSiteMesure.
  1059.      *
  1060.      * @param string $planSiteMesure
  1061.      *
  1062.      * @return Mesure
  1063.      */
  1064.     public function setPlanSiteMesure($planSiteMesure)
  1065.     {
  1066.         $this->planSiteMesure $planSiteMesure;
  1067.         return $this;
  1068.     }
  1069.     /**
  1070.      * Get planSiteMesure.
  1071.      *
  1072.      * @return string
  1073.      */
  1074.     public function getPlanSiteMesure()
  1075.     {
  1076.         return $this->planSiteMesure;
  1077.     }
  1078.     /**
  1079.      * Set chauffageSystemePrincipal.
  1080.      *
  1081.      * @param bool $chauffageSystemePrincipal
  1082.      *
  1083.      * @return Mesure
  1084.      */
  1085.     public function setChauffageSystemePrincipal($chauffageSystemePrincipal)
  1086.     {
  1087.         $this->chauffageSystemePrincipal $chauffageSystemePrincipal;
  1088.         return $this;
  1089.     }
  1090.     /**
  1091.      * Get chauffageSystemePrincipal.
  1092.      *
  1093.      * @return bool
  1094.      */
  1095.     public function getChauffageSystemePrincipal()
  1096.     {
  1097.         return $this->chauffageSystemePrincipal;
  1098.     }
  1099.     /**
  1100.      * Set autresActivitesSignalees.
  1101.      *
  1102.      * @param string $autresActivitesSignalees
  1103.      *
  1104.      * @return Mesure
  1105.      */
  1106.     public function setAutresActivitesSignalees($autresActivitesSignalees)
  1107.     {
  1108.         $this->autresActivitesSignalees $autresActivitesSignalees;
  1109.         return $this;
  1110.     }
  1111.     /**
  1112.      * Get autresActivitesSignalees.
  1113.      *
  1114.      * @return string
  1115.      */
  1116.     public function getAutresActivitesSignalees()
  1117.     {
  1118.         return $this->autresActivitesSignalees;
  1119.     }
  1120.     /**
  1121.      * Set fonctionnementChauffagePrincipal.
  1122.      *
  1123.      * @param bool $fonctionnementChauffagePrincipal
  1124.      *
  1125.      * @return Mesure
  1126.      */
  1127.     public function setFonctionnementChauffagePrincipal($fonctionnementChauffagePrincipal)
  1128.     {
  1129.         $this->fonctionnementChauffagePrincipal $fonctionnementChauffagePrincipal;
  1130.         return $this;
  1131.     }
  1132.     /**
  1133.      * Get fonctionnementChauffagePrincipal.
  1134.      *
  1135.      * @return bool
  1136.      */
  1137.     public function getFonctionnementChauffagePrincipal()
  1138.     {
  1139.         return $this->fonctionnementChauffagePrincipal;
  1140.     }
  1141.     /**
  1142.      * Add valeursMesure.
  1143.      *
  1144.      * @param \App\Entity\ValeursMesures $valeursMesure
  1145.      *
  1146.      * @return Mesure
  1147.      */
  1148.     public function addValeursMesure(ValeursMesures $valeursMesure)
  1149.     {
  1150.         $this->ValeursMesures[] = $valeursMesure;
  1151.         return $this;
  1152.     }
  1153.     /**
  1154.      * Remove valeursMesure.
  1155.      *
  1156.      * @param \App\Entity\ValeursMesures $valeursMesure
  1157.      */
  1158.     public function removeValeursMesure(ValeursMesures $valeursMesure)
  1159.     {
  1160.         $this->ValeursMesures->removeElement($valeursMesure);
  1161.     }
  1162.     /**
  1163.      * Get valeursMesures.
  1164.      *
  1165.      * @return \Doctrine\Common\Collections\Collection
  1166.      */
  1167.     public function getValeursMesures()
  1168.     {
  1169.         return $this->ValeursMesures;
  1170.     }
  1171.     /**
  1172.      * Add tempsMeteoJour.
  1173.      *
  1174.      * @param \App\Entity\TempsMeteoJour $tempsMeteoJour
  1175.      *
  1176.      * @return Mesure
  1177.      */
  1178.     public function addTempsMeteoJour(TempsMeteoJour $tempsMeteoJour)
  1179.     {
  1180.         $this->TempsMeteoJour[] = $tempsMeteoJour;
  1181.         return $this;
  1182.     }
  1183.     /**
  1184.      * Remove tempsMeteoJour.
  1185.      *
  1186.      * @param \App\Entity\TempsMeteoJour $tempsMeteoJour
  1187.      */
  1188.     public function removeTempsMeteoJour(TempsMeteoJour $tempsMeteoJour)
  1189.     {
  1190.         $this->TempsMeteoJour->removeElement($tempsMeteoJour);
  1191.     }
  1192.     /**
  1193.      * Get tempsMeteoJour.
  1194.      *
  1195.      * @return \Doctrine\Common\Collections\Collection
  1196.      */
  1197.     public function getTempsMeteoJour()
  1198.     {
  1199.         return $this->TempsMeteoJour;
  1200.     }
  1201.     /**
  1202.      * Add sechageLingeEndroit.
  1203.      *
  1204.      * @param \App\Entity\SechageLingeEndroit $sechageLingeEndroit
  1205.      *
  1206.      * @return Mesure
  1207.      */
  1208.     public function addSechageLingeEndroit(SechageLingeEndroit $sechageLingeEndroit)
  1209.     {
  1210.         $this->SechageLingeEndroit[] = $sechageLingeEndroit;
  1211.         return $this;
  1212.     }
  1213.     /**
  1214.      * Remove sechageLingeEndroit.
  1215.      *
  1216.      * @param \App\Entity\SechageLingeEndroit $sechageLingeEndroit
  1217.      */
  1218.     public function removeSechageLingeEndroit(SechageLingeEndroit $sechageLingeEndroit)
  1219.     {
  1220.         $this->SechageLingeEndroit->removeElement($sechageLingeEndroit);
  1221.     }
  1222.     /**
  1223.      * Get sechageLingeEndroit.
  1224.      *
  1225.      * @return \Doctrine\Common\Collections\Collection
  1226.      */
  1227.     public function getSechageLingeEndroit()
  1228.     {
  1229.         return $this->SechageLingeEndroit;
  1230.     }
  1231.     /**
  1232.      * Add traitementSurfaceMateriau.
  1233.      *
  1234.      * @param \App\Entity\TraitementSurfaceMateriau $traitementSurfaceMateriau
  1235.      *
  1236.      * @return Mesure
  1237.      */
  1238.     public function addTraitementSurfaceMateriau(TraitementSurfaceMateriau $traitementSurfaceMateriau)
  1239.     {
  1240.         $this->TraitementSurfaceMateriau[] = $traitementSurfaceMateriau;
  1241.         return $this;
  1242.     }
  1243.     /**
  1244.      * Remove traitementSurfaceMateriau.
  1245.      *
  1246.      * @param \App\Entity\TraitementSurfaceMateriau $traitementSurfaceMateriau
  1247.      */
  1248.     public function removeTraitementSurfaceMateriau(TraitementSurfaceMateriau $traitementSurfaceMateriau)
  1249.     {
  1250.         $this->TraitementSurfaceMateriau->removeElement($traitementSurfaceMateriau);
  1251.     }
  1252.     /**
  1253.      * Get traitementSurfaceMateriau.
  1254.      *
  1255.      * @return \Doctrine\Common\Collections\Collection
  1256.      */
  1257.     public function getTraitementSurfaceMateriau()
  1258.     {
  1259.         return $this->TraitementSurfaceMateriau;
  1260.     }
  1261.     /**
  1262.      * Add introductionDeMeuble.
  1263.      *
  1264.      * @param \App\Entity\IntroductionDeMeubles $introductionDeMeuble
  1265.      *
  1266.      * @return Mesure
  1267.      */
  1268.     public function addIntroductionDeMeuble(IntroductionDeMeubles $introductionDeMeuble)
  1269.     {
  1270.         $this->IntroductionDeMeubles[] = $introductionDeMeuble;
  1271.         return $this;
  1272.     }
  1273.     /**
  1274.      * Remove introductionDeMeuble.
  1275.      *
  1276.      * @param \App\Entity\IntroductionDeMeubles $introductionDeMeuble
  1277.      */
  1278.     public function removeIntroductionDeMeuble(IntroductionDeMeubles $introductionDeMeuble)
  1279.     {
  1280.         $this->IntroductionDeMeubles->removeElement($introductionDeMeuble);
  1281.     }
  1282.     /**
  1283.      * Get introductionDeMeubles.
  1284.      *
  1285.      * @return \Doctrine\Common\Collections\Collection
  1286.      */
  1287.     public function getIntroductionDeMeubles()
  1288.     {
  1289.         return $this->IntroductionDeMeubles;
  1290.     }
  1291.     /**
  1292.      * Add realisationAction.
  1293.      *
  1294.      * @param \App\Entity\RealisationAction $realisationAction
  1295.      *
  1296.      * @return Mesure
  1297.      */
  1298.     public function addRealisationAction(RealisationAction $realisationAction)
  1299.     {
  1300.         $this->RealisationAction[] = $realisationAction;
  1301.         return $this;
  1302.     }
  1303.     /**
  1304.      * Remove realisationAction.
  1305.      *
  1306.      * @param \App\Entity\RealisationAction $realisationAction
  1307.      */
  1308.     public function removeRealisationAction(RealisationAction $realisationAction)
  1309.     {
  1310.         $this->RealisationAction->removeElement($realisationAction);
  1311.     }
  1312.     /**
  1313.      * Get realisationAction.
  1314.      *
  1315.      * @return \Doctrine\Common\Collections\Collection
  1316.      */
  1317.     public function getRealisationAction()
  1318.     {
  1319.         return $this->RealisationAction;
  1320.     }
  1321.     /**
  1322.      * Add amenagementInterieurPeriodeMesure.
  1323.      *
  1324.      * @param \App\Entity\AmenagementInterieurPeriodeMesure $amenagementInterieurPeriodeMesure
  1325.      *
  1326.      * @return Mesure
  1327.      */
  1328.     public function addAmenagementInterieurPeriodeMesure(AmenagementInterieurPeriodeMesure $amenagementInterieurPeriodeMesure)
  1329.     {
  1330.         $this->AmenagementInterieurPeriodeMesure[] = $amenagementInterieurPeriodeMesure;
  1331.         return $this;
  1332.     }
  1333.     /**
  1334.      * Remove amenagementInterieurPeriodeMesure.
  1335.      *
  1336.      * @param \App\Entity\AmenagementInterieurPeriodeMesure $amenagementInterieurPeriodeMesure
  1337.      */
  1338.     public function removeAmenagementInterieurPeriodeMesure(AmenagementInterieurPeriodeMesure $amenagementInterieurPeriodeMesure)
  1339.     {
  1340.         $this->AmenagementInterieurPeriodeMesure->removeElement($amenagementInterieurPeriodeMesure);
  1341.     }
  1342.     /**
  1343.      * Get amenagementInterieurPeriodeMesure.
  1344.      *
  1345.      * @return \Doctrine\Common\Collections\Collection
  1346.      */
  1347.     public function getAmenagementInterieurPeriodeMesure()
  1348.     {
  1349.         return $this->AmenagementInterieurPeriodeMesure;
  1350.     }
  1351.     /**
  1352.      * Add travauxEffectuesPeriodeMesure.
  1353.      *
  1354.      * @param \App\Entity\TravauxEffectuesPeriodeMesure $travauxEffectuesPeriodeMesure
  1355.      *
  1356.      * @return Mesure
  1357.      */
  1358.     public function addTravauxEffectuesPeriodeMesure(TravauxEffectuesPeriodeMesure $travauxEffectuesPeriodeMesure)
  1359.     {
  1360.         $this->TravauxEffectuesPeriodeMesure[] = $travauxEffectuesPeriodeMesure;
  1361.         return $this;
  1362.     }
  1363.     /**
  1364.      * Remove travauxEffectuesPeriodeMesure.
  1365.      *
  1366.      * @param \App\Entity\TravauxEffectuesPeriodeMesure $travauxEffectuesPeriodeMesure
  1367.      */
  1368.     public function removeTravauxEffectuesPeriodeMesure(TravauxEffectuesPeriodeMesure $travauxEffectuesPeriodeMesure)
  1369.     {
  1370.         $this->TravauxEffectuesPeriodeMesure->removeElement($travauxEffectuesPeriodeMesure);
  1371.     }
  1372.     /**
  1373.      * Get travauxEffectuesPeriodeMesure.
  1374.      *
  1375.      * @return \Doctrine\Common\Collections\Collection
  1376.      */
  1377.     public function getTravauxEffectuesPeriodeMesure()
  1378.     {
  1379.         return $this->TravauxEffectuesPeriodeMesure;
  1380.     }
  1381.     /**
  1382.      * Add revetementPosePeriodeMesure.
  1383.      *
  1384.      * @param \App\Entity\RevetementPosePeriodeMesure $revetementPosePeriodeMesure
  1385.      *
  1386.      * @return Mesure
  1387.      */
  1388.     public function addRevetementPosePeriodeMesure(RevetementPosePeriodeMesure $revetementPosePeriodeMesure)
  1389.     {
  1390.         $this->RevetementPosePeriodeMesure[] = $revetementPosePeriodeMesure;
  1391.         return $this;
  1392.     }
  1393.     /**
  1394.      * Remove revetementPosePeriodeMesure.
  1395.      *
  1396.      * @param \App\Entity\RevetementPosePeriodeMesure $revetementPosePeriodeMesure
  1397.      */
  1398.     public function removeRevetementPosePeriodeMesure(RevetementPosePeriodeMesure $revetementPosePeriodeMesure)
  1399.     {
  1400.         $this->RevetementPosePeriodeMesure->removeElement($revetementPosePeriodeMesure);
  1401.     }
  1402.     /**
  1403.      * Get revetementPosePeriodeMesure.
  1404.      *
  1405.      * @return \Doctrine\Common\Collections\Collection
  1406.      */
  1407.     public function getRevetementPosePeriodeMesure()
  1408.     {
  1409.         return $this->RevetementPosePeriodeMesure;
  1410.     }
  1411.     /**
  1412.      * Add repartitionHabitantsAge.
  1413.      *
  1414.      * @param \App\Entity\RepartitionHabitantsAge $repartitionHabitantsAge
  1415.      *
  1416.      * @return Mesure
  1417.      */
  1418.     public function addRepartitionHabitantsAge(RepartitionHabitantsAge $repartitionHabitantsAge)
  1419.     {
  1420.         $this->RepartitionHabitantsAge[] = $repartitionHabitantsAge;
  1421.         return $this;
  1422.     }
  1423.     /**
  1424.      * Remove repartitionHabitantsAge.
  1425.      *
  1426.      * @param \App\Entity\RepartitionHabitantsAge $repartitionHabitantsAge
  1427.      */
  1428.     public function removeRepartitionHabitantsAge(RepartitionHabitantsAge $repartitionHabitantsAge)
  1429.     {
  1430.         $this->RepartitionHabitantsAge->removeElement($repartitionHabitantsAge);
  1431.     }
  1432.     /**
  1433.      * Get repartitionHabitantsAge.
  1434.      *
  1435.      * @return \Doctrine\Common\Collections\Collection
  1436.      */
  1437.     public function getRepartitionHabitantsAge()
  1438.     {
  1439.         return $this->RepartitionHabitantsAge;
  1440.     }
  1441.     /**
  1442.      * Add repartitionOccupantsHeuresSemaine.
  1443.      *
  1444.      * @param \App\Entity\RepartitionOccupantsHeuresSemaine $repartitionOccupantsHeuresSemaine
  1445.      *
  1446.      * @return Mesure
  1447.      */
  1448.     public function addRepartitionOccupantsHeuresSemaine(RepartitionOccupantsHeuresSemaine $repartitionOccupantsHeuresSemaine)
  1449.     {
  1450.         $this->RepartitionOccupantsHeuresSemaine[] = $repartitionOccupantsHeuresSemaine;
  1451.         return $this;
  1452.     }
  1453.     /**
  1454.      * Remove repartitionOccupantsHeuresSemaine.
  1455.      *
  1456.      * @param \App\Entity\RepartitionOccupantsHeuresSemaine $repartitionOccupantsHeuresSemaine
  1457.      */
  1458.     public function removeRepartitionOccupantsHeuresSemaine(RepartitionOccupantsHeuresSemaine $repartitionOccupantsHeuresSemaine)
  1459.     {
  1460.         $this->RepartitionOccupantsHeuresSemaine->removeElement($repartitionOccupantsHeuresSemaine);
  1461.     }
  1462.     /**
  1463.      * Get repartitionOccupantsHeuresSemaine.
  1464.      *
  1465.      * @return \Doctrine\Common\Collections\Collection
  1466.      */
  1467.     public function getRepartitionOccupantsHeuresSemaine()
  1468.     {
  1469.         return $this->RepartitionOccupantsHeuresSemaine;
  1470.     }
  1471.     /**
  1472.      * Add mesureEtatsPiecesEchantillonnee.
  1473.      *
  1474.      * @param \App\Entity\MesureEtatsPiecesEchantillonnees $mesureEtatsPiecesEchantillonnee
  1475.      *
  1476.      * @return Mesure
  1477.      */
  1478.     public function addMesureEtatsPiecesEchantillonnee(MesureEtatsPiecesEchantillonnees $mesureEtatsPiecesEchantillonnee)
  1479.     {
  1480.         $this->MesureEtatsPiecesEchantillonnees[] = $mesureEtatsPiecesEchantillonnee;
  1481.         return $this;
  1482.     }
  1483.     /**
  1484.      * Remove mesureEtatsPiecesEchantillonnee.
  1485.      *
  1486.      * @param \App\Entity\MesureEtatsPiecesEchantillonnees $mesureEtatsPiecesEchantillonnee
  1487.      */
  1488.     public function removeMesureEtatsPiecesEchantillonnee(MesureEtatsPiecesEchantillonnees $mesureEtatsPiecesEchantillonnee)
  1489.     {
  1490.         $this->MesureEtatsPiecesEchantillonnees->removeElement($mesureEtatsPiecesEchantillonnee);
  1491.     }
  1492.     /**
  1493.      * Get mesureEtatsPiecesEchantillonnees.
  1494.      *
  1495.      * @return \Doctrine\Common\Collections\Collection
  1496.      */
  1497.     public function getMesureEtatsPiecesEchantillonnees()
  1498.     {
  1499.         return $this->MesureEtatsPiecesEchantillonnees;
  1500.     }
  1501.     /**
  1502.      * Set typeMesure.
  1503.      *
  1504.      * @param \App\Entity\TypeMesure $typeMesure
  1505.      *
  1506.      * @return Mesure
  1507.      */
  1508.     public function setTypeMesure(TypeMesure $typeMesure null)
  1509.     {
  1510.         $this->TypeMesure $typeMesure;
  1511.         return $this;
  1512.     }
  1513.     /**
  1514.      * Get typeMesure.
  1515.      *
  1516.      * @return \App\Entity\TypeMesure
  1517.      */
  1518.     public function getTypeMesure()
  1519.     {
  1520.         return $this->TypeMesure;
  1521.     }
  1522.     /**
  1523.      * Set categorieMesure.
  1524.      *
  1525.      * @param \App\Entity\CategorieMesure $categorieMesure
  1526.      *
  1527.      * @return Mesure
  1528.      */
  1529.     public function setCategorieMesure(CategorieMesure $categorieMesure null)
  1530.     {
  1531.         $this->CategorieMesure $categorieMesure;
  1532.         return $this;
  1533.     }
  1534.     /**
  1535.      * Get categorieMesure.
  1536.      *
  1537.      * @return \App\Entity\CategorieMesure
  1538.      */
  1539.     public function getCategorieMesure()
  1540.     {
  1541.         return $this->CategorieMesure;
  1542.     }
  1543.     /**
  1544.      * Set batiment.
  1545.      *
  1546.      * @param \App\Entity\Batiment $batiment
  1547.      *
  1548.      * @return Mesure
  1549.      */
  1550.     public function setBatiment(Batiment $batiment null)
  1551.     {
  1552.         $this->Batiment $batiment;
  1553.         return $this;
  1554.     }
  1555.     /**
  1556.      * Get batiment.
  1557.      *
  1558.      * @return \App\Entity\Batiment
  1559.      */
  1560.     public function getBatiment()
  1561.     {
  1562.         return $this->Batiment;
  1563.     }
  1564.     /**
  1565.      * Set fournisseurDonnees.
  1566.      *
  1567.      * @param \App\Entity\FournisseurDonnees $fournisseurDonnees
  1568.      *
  1569.      * @return Mesure
  1570.      */
  1571.     public function setFournisseurDonnees(FournisseurDonnees $fournisseurDonnees null)
  1572.     {
  1573.         $this->FournisseurDonnees $fournisseurDonnees;
  1574.         return $this;
  1575.     }
  1576.     /**
  1577.      * Get fournisseurDonnees.
  1578.      *
  1579.      * @return \App\Entity\FournisseurDonnees
  1580.      */
  1581.     public function getFournisseurDonnees()
  1582.     {
  1583.         return $this->FournisseurDonnees;
  1584.     }
  1585.     /**
  1586.      * Set campagne.
  1587.      *
  1588.      * @param \App\Entity\Campagne $campagne
  1589.      *
  1590.      * @return Mesure
  1591.      */
  1592.     public function setCampagne(Campagne $campagne null)
  1593.     {
  1594.         $this->Campagne $campagne;
  1595.         return $this;
  1596.     }
  1597.     /**
  1598.      * Get campagne.
  1599.      *
  1600.      * @return \App\Entity\Campagne
  1601.      */
  1602.     public function getCampagne()
  1603.     {
  1604.         return $this->Campagne;
  1605.     }
  1606.     /**
  1607.      * Set participant.
  1608.      *
  1609.      * @param \App\Entity\Participant $participant
  1610.      *
  1611.      * @return Mesure
  1612.      */
  1613.     public function setParticipant(Participant $participant null)
  1614.     {
  1615.         $this->Participant $participant;
  1616.         return $this;
  1617.     }
  1618.     /**
  1619.      * Get participant.
  1620.      *
  1621.      * @return \App\Entity\Participant
  1622.      */
  1623.     public function getParticipant()
  1624.     {
  1625.         return $this->Participant;
  1626.     }
  1627.     /**
  1628.      * Set periodeMesure.
  1629.      *
  1630.      * @param \App\Entity\PeriodeMesure $periodeMesure
  1631.      *
  1632.      * @return Mesure
  1633.      */
  1634.     public function setPeriodeMesure(PeriodeMesure $periodeMesure null)
  1635.     {
  1636.         $this->PeriodeMesure $periodeMesure;
  1637.         return $this;
  1638.     }
  1639.     /**
  1640.      * Get periodeMesure.
  1641.      *
  1642.      * @return \App\Entity\PeriodeMesure
  1643.      */
  1644.     public function getPeriodeMesure()
  1645.     {
  1646.         return $this->PeriodeMesure;
  1647.     }
  1648.     /**
  1649.      * Set intervenant.
  1650.      *
  1651.      * @param \App\Entity\Intervenant $intervenant
  1652.      *
  1653.      * @return Mesure
  1654.      */
  1655.     public function setIntervenant(Intervenant $intervenant null)
  1656.     {
  1657.         $this->Intervenant $intervenant;
  1658.         return $this;
  1659.     }
  1660.     /**
  1661.      * Get intervenant.
  1662.      *
  1663.      * @return \App\Entity\Intervenant
  1664.      */
  1665.     public function getIntervenant()
  1666.     {
  1667.         return $this->Intervenant;
  1668.     }
  1669.     /**
  1670.      * Set frequenceUsageSecheLinge.
  1671.      *
  1672.      * @param \App\Entity\FrequenceUsageSecheLinge $frequenceUsageSecheLinge
  1673.      *
  1674.      * @return Mesure
  1675.      */
  1676.     public function setFrequenceUsageSecheLinge(FrequenceUsageSecheLinge $frequenceUsageSecheLinge null)
  1677.     {
  1678.         $this->FrequenceUsageSecheLinge $frequenceUsageSecheLinge;
  1679.         return $this;
  1680.     }
  1681.     /**
  1682.      * Get frequenceUsageSecheLinge.
  1683.      *
  1684.      * @return \App\Entity\FrequenceUsageSecheLinge
  1685.      */
  1686.     public function getFrequenceUsageSecheLinge()
  1687.     {
  1688.         return $this->FrequenceUsageSecheLinge;
  1689.     }
  1690.     /**
  1691.      * Set positionPortesInterieuresJour.
  1692.      *
  1693.      * @param \App\Entity\PositionPortesInterieures $positionPortesInterieuresJour
  1694.      *
  1695.      * @return Mesure
  1696.      */
  1697.     public function setPositionPortesInterieuresJour(PositionPortesInterieures $positionPortesInterieuresJour null)
  1698.     {
  1699.         $this->PositionPortesInterieuresJour $positionPortesInterieuresJour;
  1700.         return $this;
  1701.     }
  1702.     /**
  1703.      * Get positionPortesInterieuresJour.
  1704.      *
  1705.      * @return \App\Entity\PositionPortesInterieures
  1706.      */
  1707.     public function getPositionPortesInterieuresJour()
  1708.     {
  1709.         return $this->PositionPortesInterieuresJour;
  1710.     }
  1711.     /**
  1712.      * Set positionPortesInterieuresNuit.
  1713.      *
  1714.      * @param \App\Entity\PositionPortesInterieures $positionPortesInterieuresNuit
  1715.      *
  1716.      * @return Mesure
  1717.      */
  1718.     public function setPositionPortesInterieuresNuit(PositionPortesInterieures $positionPortesInterieuresNuit null)
  1719.     {
  1720.         $this->PositionPortesInterieuresNuit $positionPortesInterieuresNuit;
  1721.         return $this;
  1722.     }
  1723.     /**
  1724.      * Get positionPortesInterieuresNuit.
  1725.      *
  1726.      * @return \App\Entity\PositionPortesInterieures
  1727.      */
  1728.     public function getPositionPortesInterieuresNuit()
  1729.     {
  1730.         return $this->PositionPortesInterieuresNuit;
  1731.     }
  1732.     /**
  1733.      * Set frequenceUsageChauffagePoelelInsert.
  1734.      *
  1735.      * @param \App\Entity\FrequenceUsageEnSemaine $frequenceUsageChauffagePoelelInsert
  1736.      *
  1737.      * @return Mesure
  1738.      */
  1739.     public function setFrequenceUsageChauffagePoelelInsert(FrequenceUsageEnSemaine $frequenceUsageChauffagePoelelInsert null)
  1740.     {
  1741.         $this->FrequenceUsageChauffagePoelelInsert $frequenceUsageChauffagePoelelInsert;
  1742.         return $this;
  1743.     }
  1744.     /**
  1745.      * Get frequenceUsageChauffagePoelelInsert.
  1746.      *
  1747.      * @return \App\Entity\FrequenceUsageEnSemaine
  1748.      */
  1749.     public function getFrequenceUsageChauffagePoelelInsert()
  1750.     {
  1751.         return $this->FrequenceUsageChauffagePoelelInsert;
  1752.     }
  1753.     /**
  1754.      * Set frequenceFumage.
  1755.      *
  1756.      * @param \App\Entity\FrequenceUsageEnSemaine $frequenceFumage
  1757.      *
  1758.      * @return Mesure
  1759.      */
  1760.     public function setFrequenceFumage(FrequenceUsageEnSemaine $frequenceFumage null)
  1761.     {
  1762.         $this->FrequenceFumage $frequenceFumage;
  1763.         return $this;
  1764.     }
  1765.     /**
  1766.      * Get frequenceFumage.
  1767.      *
  1768.      * @return \App\Entity\FrequenceUsageEnSemaine
  1769.      */
  1770.     public function getFrequenceFumage()
  1771.     {
  1772.         return $this->FrequenceFumage;
  1773.     }
  1774.     /**
  1775.      * Set frequenceBruleEncensBougie.
  1776.      *
  1777.      * @param \App\Entity\FrequenceUsageEnSemaine $frequenceBruleEncensBougie
  1778.      *
  1779.      * @return Mesure
  1780.      */
  1781.     public function setFrequenceBruleEncensBougie(FrequenceUsageEnSemaine $frequenceBruleEncensBougie null)
  1782.     {
  1783.         $this->FrequenceBruleEncensBougie $frequenceBruleEncensBougie;
  1784.         return $this;
  1785.     }
  1786.     /**
  1787.      * Get frequenceBruleEncensBougie.
  1788.      *
  1789.      * @return \App\Entity\FrequenceUsageEnSemaine
  1790.      */
  1791.     public function getFrequenceBruleEncensBougie()
  1792.     {
  1793.         return $this->FrequenceBruleEncensBougie;
  1794.     }
  1795.     /**
  1796.      * Set frequenceUsageDesodorisant.
  1797.      *
  1798.      * @param \App\Entity\FrequenceUsageEnSemaine $frequenceUsageDesodorisant
  1799.      *
  1800.      * @return Mesure
  1801.      */
  1802.     public function setFrequenceUsageDesodorisant(FrequenceUsageEnSemaine $frequenceUsageDesodorisant null)
  1803.     {
  1804.         $this->FrequenceUsageDesodorisant $frequenceUsageDesodorisant;
  1805.         return $this;
  1806.     }
  1807.     /**
  1808.      * Get frequenceUsageDesodorisant.
  1809.      *
  1810.      * @return \App\Entity\FrequenceUsageEnSemaine
  1811.      */
  1812.     public function getFrequenceUsageDesodorisant()
  1813.     {
  1814.         return $this->FrequenceUsageDesodorisant;
  1815.     }
  1816.     /**
  1817.      * Set frequenceUsagePesticide.
  1818.      *
  1819.      * @param \App\Entity\FrequenceUsageEnSemaine $frequenceUsagePesticide
  1820.      *
  1821.      * @return Mesure
  1822.      */
  1823.     public function setFrequenceUsagePesticide(FrequenceUsageEnSemaine $frequenceUsagePesticide null)
  1824.     {
  1825.         $this->FrequenceUsagePesticide $frequenceUsagePesticide;
  1826.         return $this;
  1827.     }
  1828.     /**
  1829.      * Get frequenceUsagePesticide.
  1830.      *
  1831.      * @return \App\Entity\FrequenceUsageEnSemaine
  1832.      */
  1833.     public function getFrequenceUsagePesticide()
  1834.     {
  1835.         return $this->FrequenceUsagePesticide;
  1836.     }
  1837.     /**
  1838.      * Set frequenceEntretienMenagers.
  1839.      *
  1840.      * @param \App\Entity\FrequenceUsageEnSemaine $frequenceEntretienMenagers
  1841.      *
  1842.      * @return Mesure
  1843.      */
  1844.     public function setFrequenceEntretienMenagers(FrequenceUsageEnSemaine $frequenceEntretienMenagers null)
  1845.     {
  1846.         $this->FrequenceEntretienMenagers $frequenceEntretienMenagers;
  1847.         return $this;
  1848.     }
  1849.     /**
  1850.      * Get frequenceEntretienMenagers.
  1851.      *
  1852.      * @return \App\Entity\FrequenceUsageEnSemaine
  1853.      */
  1854.     public function getFrequenceEntretienMenagers()
  1855.     {
  1856.         return $this->FrequenceEntretienMenagers;
  1857.     }
  1858.     /**
  1859.      * Set frequenceNettoyageSolAspiration.
  1860.      *
  1861.      * @param \App\Entity\FrequenceUsageEnSemaine $frequenceNettoyageSolAspiration
  1862.      *
  1863.      * @return Mesure
  1864.      */
  1865.     public function setFrequenceNettoyageSolAspiration(FrequenceUsageEnSemaine $frequenceNettoyageSolAspiration null)
  1866.     {
  1867.         $this->FrequenceNettoyageSolAspiration $frequenceNettoyageSolAspiration;
  1868.         return $this;
  1869.     }
  1870.     /**
  1871.      * Get frequenceNettoyageSolAspiration.
  1872.      *
  1873.      * @return \App\Entity\FrequenceUsageEnSemaine
  1874.      */
  1875.     public function getFrequenceNettoyageSolAspiration()
  1876.     {
  1877.         return $this->FrequenceNettoyageSolAspiration;
  1878.     }
  1879.     /**
  1880.      * Set frequenceBalayageSec.
  1881.      *
  1882.      * @param \App\Entity\FrequenceUsageEnSemaine $frequenceBalayageSec
  1883.      *
  1884.      * @return Mesure
  1885.      */
  1886.     public function setFrequenceBalayageSec(FrequenceUsageEnSemaine $frequenceBalayageSec null)
  1887.     {
  1888.         $this->FrequenceBalayageSec $frequenceBalayageSec;
  1889.         return $this;
  1890.     }
  1891.     /**
  1892.      * Get frequenceBalayageSec.
  1893.      *
  1894.      * @return \App\Entity\FrequenceUsageEnSemaine
  1895.      */
  1896.     public function getFrequenceBalayageSec()
  1897.     {
  1898.         return $this->FrequenceBalayageSec;
  1899.     }
  1900.     /**
  1901.      * Set frequenceBalayageHumide.
  1902.      *
  1903.      * @param \App\Entity\FrequenceUsageEnSemaine $frequenceBalayageHumide
  1904.      *
  1905.      * @return Mesure
  1906.      */
  1907.     public function setFrequenceBalayageHumide(FrequenceUsageEnSemaine $frequenceBalayageHumide null)
  1908.     {
  1909.         $this->FrequenceBalayageHumide $frequenceBalayageHumide;
  1910.         return $this;
  1911.     }
  1912.     /**
  1913.      * Get frequenceBalayageHumide.
  1914.      *
  1915.      * @return \App\Entity\FrequenceUsageEnSemaine
  1916.      */
  1917.     public function getFrequenceBalayageHumide()
  1918.     {
  1919.         return $this->FrequenceBalayageHumide;
  1920.     }
  1921.     /**
  1922.      * Set frequenceCuissonEauVapeur.
  1923.      *
  1924.      * @param \App\Entity\FrequenceUsageEnSemaine $frequenceCuissonEauVapeur
  1925.      *
  1926.      * @return Mesure
  1927.      */
  1928.     public function setFrequenceCuissonEauVapeur(FrequenceUsageEnSemaine $frequenceCuissonEauVapeur null)
  1929.     {
  1930.         $this->FrequenceCuissonEauVapeur $frequenceCuissonEauVapeur;
  1931.         return $this;
  1932.     }
  1933.     /**
  1934.      * Get frequenceCuissonEauVapeur.
  1935.      *
  1936.      * @return \App\Entity\FrequenceUsageEnSemaine
  1937.      */
  1938.     public function getFrequenceCuissonEauVapeur()
  1939.     {
  1940.         return $this->FrequenceCuissonEauVapeur;
  1941.     }
  1942.     /**
  1943.      * Set cuissonMatiereGrasse.
  1944.      *
  1945.      * @param \App\Entity\FrequenceUsageEnSemaine $cuissonMatiereGrasse
  1946.      *
  1947.      * @return Mesure
  1948.      */
  1949.     public function setCuissonMatiereGrasse(FrequenceUsageEnSemaine $cuissonMatiereGrasse null)
  1950.     {
  1951.         $this->CuissonMatiereGrasse $cuissonMatiereGrasse;
  1952.         return $this;
  1953.     }
  1954.     /**
  1955.      * Get cuissonMatiereGrasse.
  1956.      *
  1957.      * @return \App\Entity\FrequenceUsageEnSemaine
  1958.      */
  1959.     public function getCuissonMatiereGrasse()
  1960.     {
  1961.         return $this->CuissonMatiereGrasse;
  1962.     }
  1963.     /**
  1964.      * @var \Doctrine\Common\Collections\Collection
  1965.      */
  1966.     private $ZoneHomogene;
  1967.     /**
  1968.      * Add zoneHomogene.
  1969.      *
  1970.      * @param \App\Entity\ZoneHomogene $zoneHomogene
  1971.      *
  1972.      * @return Mesure
  1973.      */
  1974.     public function addZoneHomogene(ZoneHomogene $zoneHomogene)
  1975.     {
  1976.         $this->ZoneHomogene[] = $zoneHomogene;
  1977.         return $this;
  1978.     }
  1979.     /**
  1980.      * Remove zoneHomogene.
  1981.      *
  1982.      * @param \App\Entity\ZoneHomogene $zoneHomogene
  1983.      */
  1984.     public function removeZoneHomogene(ZoneHomogene $zoneHomogene)
  1985.     {
  1986.         $this->ZoneHomogene->removeElement($zoneHomogene);
  1987.     }
  1988.     /**
  1989.      * Get zoneHomogene.
  1990.      *
  1991.      * @return \Doctrine\Common\Collections\Collection
  1992.      */
  1993.     public function getZoneHomogene()
  1994.     {
  1995.         return $this->ZoneHomogene;
  1996.     }
  1997.     /**
  1998.      * @var int
  1999.      */
  2000.     private $nombreZonesHomogenes;
  2001.     /**
  2002.      * Set nombreZonesHomogenes.
  2003.      *
  2004.      * @param int $nombreZonesHomogenes
  2005.      *
  2006.      * @return Mesure
  2007.      */
  2008.     public function setNombreZonesHomogenes($nombreZonesHomogenes)
  2009.     {
  2010.         $this->nombreZonesHomogenes $nombreZonesHomogenes;
  2011.         return $this;
  2012.     }
  2013.     /**
  2014.      * Get nombreZonesHomogenes.
  2015.      *
  2016.      * @return int
  2017.      */
  2018.     public function getNombreZonesHomogenes()
  2019.     {
  2020.         return $this->nombreZonesHomogenes;
  2021.     }
  2022.     /**
  2023.      * @var \App\Application\Sonata\UserBundle\Entity\User
  2024.      */
  2025.     private $CreatedBy;
  2026.     /**
  2027.      * @var \App\Application\Sonata\UserBundle\Entity\User
  2028.      */
  2029.     private $UpdatedBy;
  2030.     /**
  2031.      * Set createdBy.
  2032.      *
  2033.      * @param \App\Application\Sonata\UserBundle\Entity\User $createdBy
  2034.      *
  2035.      * @return Mesure
  2036.      */
  2037.     public function setCreatedBy(User $createdBy null)
  2038.     {
  2039.         $this->CreatedBy $createdBy;
  2040.         return $this;
  2041.     }
  2042.     /**
  2043.      * Get createdBy.
  2044.      *
  2045.      * @return \App\Application\Sonata\UserBundle\Entity\User
  2046.      */
  2047.     public function getCreatedBy()
  2048.     {
  2049.         return $this->CreatedBy;
  2050.     }
  2051.     /**
  2052.      * Set updatedBy.
  2053.      *
  2054.      * @param \App\Application\Sonata\UserBundle\Entity\User $updatedBy
  2055.      *
  2056.      * @return Mesure
  2057.      */
  2058.     public function setUpdatedBy(User $updatedBy null)
  2059.     {
  2060.         $this->UpdatedBy $updatedBy;
  2061.         return $this;
  2062.     }
  2063.     /**
  2064.      * Get updatedBy.
  2065.      *
  2066.      * @return \App\Application\Sonata\UserBundle\Entity\User
  2067.      */
  2068.     public function getUpdatedBy()
  2069.     {
  2070.         return $this->UpdatedBy;
  2071.     }
  2072.     /**
  2073.      * @var \Doctrine\Common\Collections\Collection
  2074.      */
  2075.     private $MesurePieceFamilleElement;
  2076.     /**
  2077.      * Add mesurePieceFamilleElement.
  2078.      *
  2079.      * @param \App\Entity\MesurePieceFamilleElement $mesurePieceFamilleElement
  2080.      *
  2081.      * @return Mesure
  2082.      */
  2083.     public function addMesurePieceFamilleElement(MesurePieceFamilleElement $mesurePieceFamilleElement)
  2084.     {
  2085.         $this->MesurePieceFamilleElement[] = $mesurePieceFamilleElement;
  2086.         return $this;
  2087.     }
  2088.     /**
  2089.      * Remove mesurePieceFamilleElement.
  2090.      *
  2091.      * @param \App\Entity\MesurePieceFamilleElement $mesurePieceFamilleElement
  2092.      */
  2093.     public function removeMesurePieceFamilleElement(MesurePieceFamilleElement $mesurePieceFamilleElement)
  2094.     {
  2095.         $this->MesurePieceFamilleElement->removeElement($mesurePieceFamilleElement);
  2096.     }
  2097.     /**
  2098.      * Get mesurePieceFamilleElement.
  2099.      *
  2100.      * @return \Doctrine\Common\Collections\Collection
  2101.      */
  2102.     public function getMesurePieceFamilleElement()
  2103.     {
  2104.         return $this->MesurePieceFamilleElement;
  2105.     }
  2106.     /**
  2107.      * @var \App\Entity\NombreBatiments
  2108.      */
  2109.     private $NombreBatimentsMesures;
  2110.     /**
  2111.      * Set nombreBatimentsMesures.
  2112.      *
  2113.      * @param \App\Entity\NombreBatiments $nombreBatimentsMesures
  2114.      *
  2115.      * @return Mesure
  2116.      */
  2117.     public function setNombreBatimentsMesures(NombreBatiments $nombreBatimentsMesures null)
  2118.     {
  2119.         $this->NombreBatimentsMesures $nombreBatimentsMesures;
  2120.         return $this;
  2121.     }
  2122.     /**
  2123.      * Get nombreBatimentsMesures.
  2124.      *
  2125.      * @return \App\Entity\NombreBatiments
  2126.      */
  2127.     public function getNombreBatimentsMesures()
  2128.     {
  2129.         return $this->NombreBatimentsMesures;
  2130.     }
  2131.     /**
  2132.      * @var string
  2133.      */
  2134.     private $origineContenu;
  2135.     /**
  2136.      * Set origineContenu.
  2137.      *
  2138.      * @param string $origineContenu
  2139.      *
  2140.      * @return Mesure
  2141.      */
  2142.     public function setOrigineContenu($origineContenu)
  2143.     {
  2144.         $this->origineContenu $origineContenu;
  2145.         return $this;
  2146.     }
  2147.     /**
  2148.      * Get origineContenu.
  2149.      *
  2150.      * @return string
  2151.      */
  2152.     public function getOrigineContenu()
  2153.     {
  2154.         return $this->origineContenu;
  2155.     }
  2156.     /**
  2157.      * @var bool
  2158.      */
  2159.     private $aerationLogement;
  2160.     /**
  2161.      * @var string
  2162.      */
  2163.     private $frequenceLogement;
  2164.     /**
  2165.      * Set aerationLogement.
  2166.      *
  2167.      * @param bool $aerationLogement
  2168.      *
  2169.      * @return Mesure
  2170.      */
  2171.     public function setAerationLogement($aerationLogement)
  2172.     {
  2173.         $this->aerationLogement $aerationLogement;
  2174.         return $this;
  2175.     }
  2176.     /**
  2177.      * Get aerationLogement.
  2178.      *
  2179.      * @return bool
  2180.      */
  2181.     public function getAerationLogement()
  2182.     {
  2183.         return $this->aerationLogement;
  2184.     }
  2185.     /**
  2186.      * Set frequenceLogement.
  2187.      *
  2188.      * @param string $frequenceLogement
  2189.      *
  2190.      * @return Mesure
  2191.      */
  2192.     public function setFrequenceLogement($frequenceLogement)
  2193.     {
  2194.         $this->frequenceLogement $frequenceLogement;
  2195.         return $this;
  2196.     }
  2197.     /**
  2198.      * Get frequenceLogement.
  2199.      *
  2200.      * @return string
  2201.      */
  2202.     public function getFrequenceLogement()
  2203.     {
  2204.         return $this->frequenceLogement;
  2205.     }
  2206.     public function isProprietaireBatiment(): ?bool
  2207.     {
  2208.         return $this->proprietaireBatiment;
  2209.     }
  2210.     public function isBatimentExistenceTracesHumidite(): ?bool
  2211.     {
  2212.         return $this->batimentExistenceTracesHumidite;
  2213.     }
  2214.     public function isBatimentInfiltrationEau(): ?bool
  2215.     {
  2216.         return $this->batimentInfiltrationEau;
  2217.     }
  2218.     public function isBatimentExistenceDegatsEaux(): ?bool
  2219.     {
  2220.         return $this->batimentExistenceDegatsEaux;
  2221.     }
  2222.     public function isBatimentTraitementExcesHumidite(): ?bool
  2223.     {
  2224.         return $this->batimentTraitementExcesHumidite;
  2225.     }
  2226.     public function isBatimentPresenceDeshumidificateur(): ?bool
  2227.     {
  2228.         return $this->batimentPresenceDeshumidificateur;
  2229.     }
  2230.     public function isBatimentPresenceHumidificateur(): ?bool
  2231.     {
  2232.         return $this->batimentPresenceHumidificateur;
  2233.     }
  2234.     public function isArretVentilation(): ?bool
  2235.     {
  2236.         return $this->arretVentilation;
  2237.     }
  2238.     public function isChauffageSystemePrincipal(): ?bool
  2239.     {
  2240.         return $this->chauffageSystemePrincipal;
  2241.     }
  2242.     public function isFonctionnementChauffagePrincipal(): ?bool
  2243.     {
  2244.         return $this->fonctionnementChauffagePrincipal;
  2245.     }
  2246.     public function isAerationLogement(): ?bool
  2247.     {
  2248.         return $this->aerationLogement;
  2249.     }
  2250. }