src/Entity/MesureEtatsPiecesEchantillonnees.php line 8

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. /**
  4.  * MesureEtatsPiecesEchantillonnees.
  5.  */
  6. class MesureEtatsPiecesEchantillonnees
  7. {
  8.     /**
  9.      * @var int
  10.      */
  11.     private $id;
  12.     /**
  13.      * @var bool
  14.      */
  15.     private $problemeHumidite;
  16.     /**
  17.      * @var bool
  18.      */
  19.     private $condensationPersistante;
  20.     /**
  21.      * @var bool
  22.      */
  23.     private $traceHumidite;
  24.     /**
  25.      * @var bool
  26.      */
  27.     private $sejourPersonnes;
  28.     /**
  29.      * @var bool
  30.      */
  31.     private $salpetreDegradationRevetement;
  32.     /**
  33.      * @var bool
  34.      */
  35.     private $odeurDeMoisi;
  36.     /**
  37.      * @var bool
  38.      */
  39.     private $sechageLinge;
  40.     /**
  41.      * @var bool
  42.      */
  43.     private $presenceMoisissure;
  44.     /**
  45.      * @var string
  46.      */
  47.     private $commentaireOuvertureFenetre;
  48.     /**
  49.      * @var bool
  50.      */
  51.     private $pieceChauffee;
  52.     /**
  53.      * @var \Doctrine\Common\Collections\Collection
  54.      */
  55.     private $OuvrirFenetre;
  56.     /**
  57.      * @var \App\Entity\PieceMesure
  58.      */
  59.     private $PieceMesure;
  60.     /**
  61.      * @var \App\Entity\Mesure
  62.      */
  63.     private $Mesure;
  64.     /**
  65.      * @var \App\Entity\DegatsMoisissure
  66.      */
  67.     private $DegatsMoisissure;
  68.     /**
  69.      * @var \App\Entity\ZoneHomogene
  70.      */
  71.     private $ZoneHomogene;
  72.     /**
  73.      * @var bool
  74.      */
  75.     private $pontThermique;
  76.     /**
  77.      * Constructor.
  78.      */
  79.     public function __construct()
  80.     {
  81.         $this->OuvrirFenetre = new \Doctrine\Common\Collections\ArrayCollection();
  82.     }
  83.     public function __toString()
  84.     {
  85.         return 'test';
  86.     }
  87.     /**
  88.      * Get id.
  89.      *
  90.      * @return int
  91.      */
  92.     public function getId()
  93.     {
  94.         return $this->id;
  95.     }
  96.     /**
  97.      * Set problemeHumidite.
  98.      *
  99.      * @param bool $problemeHumidite
  100.      *
  101.      * @return MesureEtatsPiecesEchantillonnees
  102.      */
  103.     public function setProblemeHumidite($problemeHumidite)
  104.     {
  105.         $this->problemeHumidite $problemeHumidite;
  106.         return $this;
  107.     }
  108.     /**
  109.      * Get problemeHumidite.
  110.      *
  111.      * @return bool
  112.      */
  113.     public function getProblemeHumidite()
  114.     {
  115.         return $this->problemeHumidite;
  116.     }
  117.     /**
  118.      * Set condensationPersistante.
  119.      *
  120.      * @param bool $condensationPersistante
  121.      *
  122.      * @return MesureEtatsPiecesEchantillonnees
  123.      */
  124.     public function setCondensationPersistante($condensationPersistante)
  125.     {
  126.         $this->condensationPersistante $condensationPersistante;
  127.         return $this;
  128.     }
  129.     /**
  130.      * Get condensationPersistante.
  131.      *
  132.      * @return bool
  133.      */
  134.     public function getCondensationPersistante()
  135.     {
  136.         return $this->condensationPersistante;
  137.     }
  138.     /**
  139.      * Set traceHumidite.
  140.      *
  141.      * @param bool $traceHumidite
  142.      *
  143.      * @return MesureEtatsPiecesEchantillonnees
  144.      */
  145.     public function setTraceHumidite($traceHumidite)
  146.     {
  147.         $this->traceHumidite $traceHumidite;
  148.         return $this;
  149.     }
  150.     /**
  151.      * Get traceHumidite.
  152.      *
  153.      * @return bool
  154.      */
  155.     public function getTraceHumidite()
  156.     {
  157.         return $this->traceHumidite;
  158.     }
  159.     /**
  160.      * Set sejourPersonnes.
  161.      *
  162.      * @param bool $sejourPersonnes
  163.      *
  164.      * @return MesureEtatsPiecesEchantillonnees
  165.      */
  166.     public function setSejourPersonnes($sejourPersonnes)
  167.     {
  168.         $this->sejourPersonnes $sejourPersonnes;
  169.         return $this;
  170.     }
  171.     /**
  172.      * Get sejourPersonnes.
  173.      *
  174.      * @return bool
  175.      */
  176.     public function getSejourPersonnes()
  177.     {
  178.         return $this->sejourPersonnes;
  179.     }
  180.     /**
  181.      * Set salpetreDegradationRevetement.
  182.      *
  183.      * @param bool $salpetreDegradationRevetement
  184.      *
  185.      * @return MesureEtatsPiecesEchantillonnees
  186.      */
  187.     public function setSalpetreDegradationRevetement($salpetreDegradationRevetement)
  188.     {
  189.         $this->salpetreDegradationRevetement $salpetreDegradationRevetement;
  190.         return $this;
  191.     }
  192.     /**
  193.      * Get salpetreDegradationRevetement.
  194.      *
  195.      * @return bool
  196.      */
  197.     public function getSalpetreDegradationRevetement()
  198.     {
  199.         return $this->salpetreDegradationRevetement;
  200.     }
  201.     /**
  202.      * Set odeurDeMoisi.
  203.      *
  204.      * @param bool $odeurDeMoisi
  205.      *
  206.      * @return MesureEtatsPiecesEchantillonnees
  207.      */
  208.     public function setOdeurDeMoisi($odeurDeMoisi)
  209.     {
  210.         $this->odeurDeMoisi $odeurDeMoisi;
  211.         return $this;
  212.     }
  213.     /**
  214.      * Get odeurDeMoisi.
  215.      *
  216.      * @return bool
  217.      */
  218.     public function getOdeurDeMoisi()
  219.     {
  220.         return $this->odeurDeMoisi;
  221.     }
  222.     /**
  223.      * Set sechageLinge.
  224.      *
  225.      * @param bool $sechageLinge
  226.      *
  227.      * @return MesureEtatsPiecesEchantillonnees
  228.      */
  229.     public function setSechageLinge($sechageLinge)
  230.     {
  231.         $this->sechageLinge $sechageLinge;
  232.         return $this;
  233.     }
  234.     /**
  235.      * Get sechageLinge.
  236.      *
  237.      * @return bool
  238.      */
  239.     public function getSechageLinge()
  240.     {
  241.         return $this->sechageLinge;
  242.     }
  243.     /**
  244.      * Set presenceMoisissure.
  245.      *
  246.      * @param bool $presenceMoisissure
  247.      *
  248.      * @return MesureEtatsPiecesEchantillonnees
  249.      */
  250.     public function setPresenceMoisissure($presenceMoisissure)
  251.     {
  252.         $this->presenceMoisissure $presenceMoisissure;
  253.         return $this;
  254.     }
  255.     /**
  256.      * Get presenceMoisissure.
  257.      *
  258.      * @return bool
  259.      */
  260.     public function getPresenceMoisissure()
  261.     {
  262.         return $this->presenceMoisissure;
  263.     }
  264.     /**
  265.      * Set commentaireOuvertureFenetre.
  266.      *
  267.      * @param string $commentaireOuvertureFenetre
  268.      *
  269.      * @return MesureEtatsPiecesEchantillonnees
  270.      */
  271.     public function setCommentaireOuvertureFenetre($commentaireOuvertureFenetre)
  272.     {
  273.         $this->commentaireOuvertureFenetre $commentaireOuvertureFenetre;
  274.         return $this;
  275.     }
  276.     /**
  277.      * Get commentaireOuvertureFenetre.
  278.      *
  279.      * @return string
  280.      */
  281.     public function getCommentaireOuvertureFenetre()
  282.     {
  283.         return $this->commentaireOuvertureFenetre;
  284.     }
  285.     /**
  286.      * Set pieceChauffee.
  287.      *
  288.      * @param bool $pieceChauffee
  289.      *
  290.      * @return MesureEtatsPiecesEchantillonnees
  291.      */
  292.     public function setPieceChauffee($pieceChauffee)
  293.     {
  294.         $this->pieceChauffee $pieceChauffee;
  295.         return $this;
  296.     }
  297.     /**
  298.      * Get pieceChauffee.
  299.      *
  300.      * @return bool
  301.      */
  302.     public function getPieceChauffee()
  303.     {
  304.         return $this->pieceChauffee;
  305.     }
  306.     /**
  307.      * Add ouvrirFenetre.
  308.      *
  309.      * @param \App\Entity\OuvrirFenetre $ouvrirFenetre
  310.      *
  311.      * @return MesureEtatsPiecesEchantillonnees
  312.      */
  313.     public function addOuvrirFenetre(OuvrirFenetre $ouvrirFenetre)
  314.     {
  315.         $this->OuvrirFenetre[] = $ouvrirFenetre;
  316.         return $this;
  317.     }
  318.     /**
  319.      * Remove ouvrirFenetre.
  320.      *
  321.      * @param \App\Entity\OuvrirFenetre $ouvrirFenetre
  322.      */
  323.     public function removeOuvrirFenetre(OuvrirFenetre $ouvrirFenetre)
  324.     {
  325.         $this->OuvrirFenetre->removeElement($ouvrirFenetre);
  326.     }
  327.     /**
  328.      * Get ouvrirFenetre.
  329.      *
  330.      * @return \Doctrine\Common\Collections\Collection
  331.      */
  332.     public function getOuvrirFenetre()
  333.     {
  334.         return $this->OuvrirFenetre;
  335.     }
  336.     /**
  337.      * Set pieceMesure.
  338.      *
  339.      * @param \App\Entity\PieceMesure $pieceMesure
  340.      *
  341.      * @return MesureEtatsPiecesEchantillonnees
  342.      */
  343.     public function setPieceMesure(PieceMesure $pieceMesure null)
  344.     {
  345.         $this->PieceMesure $pieceMesure;
  346.         return $this;
  347.     }
  348.     /**
  349.      * Get pieceMesure.
  350.      *
  351.      * @return \App\Entity\PieceMesure
  352.      */
  353.     public function getPieceMesure()
  354.     {
  355.         return $this->PieceMesure;
  356.     }
  357.     /**
  358.      * Set mesure.
  359.      *
  360.      * @param \App\Entity\Mesure $mesure
  361.      *
  362.      * @return MesureEtatsPiecesEchantillonnees
  363.      */
  364.     public function setMesure(Mesure $mesure null)
  365.     {
  366.         $this->Mesure $mesure;
  367.         return $this;
  368.     }
  369.     /**
  370.      * Get mesure.
  371.      *
  372.      * @return \App\Entity\Mesure
  373.      */
  374.     public function getMesure()
  375.     {
  376.         return $this->Mesure;
  377.     }
  378.     /**
  379.      * Set degatsMoisissure.
  380.      *
  381.      * @param \App\Entity\DegatsMoisissure $degatsMoisissure
  382.      *
  383.      * @return MesureEtatsPiecesEchantillonnees
  384.      */
  385.     public function setDegatsMoisissure(DegatsMoisissure $degatsMoisissure null)
  386.     {
  387.         $this->DegatsMoisissure $degatsMoisissure;
  388.         return $this;
  389.     }
  390.     /**
  391.      * Get degatsMoisissure.
  392.      *
  393.      * @return \App\Entity\DegatsMoisissure
  394.      */
  395.     public function getDegatsMoisissure()
  396.     {
  397.         return $this->DegatsMoisissure;
  398.     }
  399.     /**
  400.      * Set zoneHomogene.
  401.      *
  402.      * @param \App\Entity\ZoneHomogene $zoneHomogene
  403.      *
  404.      * @return MesureEtatsPiecesEchantillonnees
  405.      */
  406.     public function setZoneHomogene(ZoneHomogene $zoneHomogene null)
  407.     {
  408.         $this->ZoneHomogene $zoneHomogene;
  409.         return $this;
  410.     }
  411.     /**
  412.      * Get zoneHomogene.
  413.      *
  414.      * @return \App\Entity\ZoneHomogene
  415.      */
  416.     public function getZoneHomogene()
  417.     {
  418.         return $this->ZoneHomogene;
  419.     }
  420.     /**
  421.      * @var \App\Entity\DureeSejour
  422.      */
  423.     private $DureeSejour;
  424.     /**
  425.      * Set dureeSejour.
  426.      *
  427.      * @param \App\Entity\DureeSejour $dureeSejour
  428.      *
  429.      * @return MesureEtatsPiecesEchantillonnees
  430.      */
  431.     public function setDureeSejour(DureeSejour $dureeSejour null)
  432.     {
  433.         $this->DureeSejour $dureeSejour;
  434.         return $this;
  435.     }
  436.     /**
  437.      * Get dureeSejour.
  438.      *
  439.      * @return \App\Entity\DureeSejour
  440.      */
  441.     public function getDureeSejour()
  442.     {
  443.         return $this->DureeSejour;
  444.     }
  445.     /**
  446.      * @var string
  447.      */
  448.     private $fenetrePiece;
  449.     /**
  450.      * @var string
  451.      */
  452.     private $entreeAirPiece;
  453.     /**
  454.      * Set fenetrePiece.
  455.      *
  456.      * @param string $fenetrePiece
  457.      *
  458.      * @return MesureEtatsPiecesEchantillonnees
  459.      */
  460.     public function setFenetrePiece($fenetrePiece)
  461.     {
  462.         $this->fenetrePiece $fenetrePiece;
  463.         return $this;
  464.     }
  465.     /**
  466.      * Get fenetrePiece.
  467.      *
  468.      * @return string
  469.      */
  470.     public function getFenetrePiece()
  471.     {
  472.         return $this->fenetrePiece;
  473.     }
  474.     /**
  475.      * Set entreeAirPiece.
  476.      *
  477.      * @param string $entreeAirPiece
  478.      *
  479.      * @return MesureEtatsPiecesEchantillonnees
  480.      */
  481.     public function setEntreeAirPiece($entreeAirPiece)
  482.     {
  483.         $this->entreeAirPiece $entreeAirPiece;
  484.         return $this;
  485.     }
  486.     /**
  487.      * Get entreeAirPiece.
  488.      *
  489.      * @return string
  490.      */
  491.     public function getEntreeAirPiece()
  492.     {
  493.         return $this->entreeAirPiece;
  494.     }
  495.     public function isProblemeHumidite(): ?bool
  496.     {
  497.         return $this->problemeHumidite;
  498.     }
  499.     public function isCondensationPersistante(): ?bool
  500.     {
  501.         return $this->condensationPersistante;
  502.     }
  503.     public function isTraceHumidite(): ?bool
  504.     {
  505.         return $this->traceHumidite;
  506.     }
  507.     public function isSejourPersonnes(): ?bool
  508.     {
  509.         return $this->sejourPersonnes;
  510.     }
  511.     public function isSalpetreDegradationRevetement(): ?bool
  512.     {
  513.         return $this->salpetreDegradationRevetement;
  514.     }
  515.     public function isOdeurDeMoisi(): ?bool
  516.     {
  517.         return $this->odeurDeMoisi;
  518.     }
  519.     public function isSechageLinge(): ?bool
  520.     {
  521.         return $this->sechageLinge;
  522.     }
  523.     public function isPresenceMoisissure(): ?bool
  524.     {
  525.         return $this->presenceMoisissure;
  526.     }
  527.     public function isPieceChauffee(): ?bool
  528.     {
  529.         return $this->pieceChauffee;
  530.     }
  531.     public function isPontThermique(): ?bool
  532.     {
  533.         return $this->pontThermique;
  534.     }
  535.     public function setPontThermique(?bool $pontThermique): self
  536.     {
  537.         $this->pontThermique $pontThermique;
  538.         return $this;
  539.     }
  540. }