<?php
namespace App\Entity;
use App\Repository\EnqueteJ1LongRepository;
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Entity(repositoryClass=EnqueteJ1LongRepository::class)
*/
class EnqueteJ1Long
{
/**
* @ORM\Id
* @ORM\GeneratedValue
* @ORM\Column(type="integer")
*/
private $id;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $surfacedisponiblepourchacun;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $isolationphoniquetemperature;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $etatglobauxlocaux;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $accessibilitecourspause;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $etatcontenusallecourspause;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $sanitaire;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $adaptationcontenuformation;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $accessibiliteetat;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $possibilitesutilisation;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $qualitessupportspapierinformatique;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $utiliteformation;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $articulationthemes;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $conformitecontenuprogramme;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $objectifsatteintsrespectprogramme;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $prisecompteheterogeneite;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $adaptationrythmecontenu;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $qualiteexemples;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $formateur;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $aptitudeselocutionposturetenue;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $motivation;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $competences;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $presencedisponibiliteformateur;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $participants;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $ambiancegenerale;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $nombrepresence;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $attentionparticipation;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $delaireceptioninformations;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $planificationformation;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $gestiontempsdureeformation;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $gestiontempsdureepauses;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $equilibresequence;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $tempsreflexionpersonnelle;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $respectengagements;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $moyenconnaissanceformation;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $autresformationssouhaitees;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $objectifformationatteint;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $plusformation;
/**
* @ORM\Column(type="datetime_immutable", nullable=true)
*/
private $created_at;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $apporterchangerdansformation;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $quevousaapportelaformation;
/**
* @ORM\OneToOne(targetEntity=Inscrit::class, cascade={"persist", "remove"})
*/
private $inscrit;
public function getId(): ?int
{
return $this->id;
}
public function getSurfacedisponiblepourchacun(): ?int
{
return $this->surfacedisponiblepourchacun;
}
public function setSurfacedisponiblepourchacun(?int $surfacedisponiblepourchacun): self
{
$this->surfacedisponiblepourchacun = $surfacedisponiblepourchacun;
return $this;
}
public function getIsolationphoniquetemperature(): ?int
{
return $this->isolationphoniquetemperature;
}
public function setIsolationphoniquetemperature(?int $isolationphoniquetemperature): self
{
$this->isolationphoniquetemperature = $isolationphoniquetemperature;
return $this;
}
public function getEtatglobauxlocaux(): ?int
{
return $this->etatglobauxlocaux;
}
public function setEtatglobauxlocaux(?int $etatglobauxlocaux): self
{
$this->etatglobauxlocaux = $etatglobauxlocaux;
return $this;
}
public function getAccessibilitecourspause(): ?int
{
return $this->accessibilitecourspause;
}
public function setAccessibilitecourspause(?int $accessibilitecourspause): self
{
$this->accessibilitecourspause = $accessibilitecourspause;
return $this;
}
public function getEtatcontenusallecourspause(): ?int
{
return $this->etatcontenusallecourspause;
}
public function setEtatcontenusallecourspause(?int $etatcontenusallecourspause): self
{
$this->etatcontenusallecourspause = $etatcontenusallecourspause;
return $this;
}
public function getSanitaire(): ?int
{
return $this->sanitaire;
}
public function setSanitaire(?int $sanitaire): self
{
$this->sanitaire = $sanitaire;
return $this;
}
public function getAdaptationcontenuformation(): ?int
{
return $this->adaptationcontenuformation;
}
public function setAdaptationcontenuformation(?int $adaptationcontenuformation): self
{
$this->adaptationcontenuformation = $adaptationcontenuformation;
return $this;
}
public function getAccessibiliteetat(): ?int
{
return $this->accessibiliteetat;
}
public function setAccessibiliteetat(?int $accessibiliteetat): self
{
$this->accessibiliteetat = $accessibiliteetat;
return $this;
}
public function getPossibilitesutilisation(): ?int
{
return $this->possibilitesutilisation;
}
public function setPossibilitesutilisation(?int $possibilitesutilisation): self
{
$this->possibilitesutilisation = $possibilitesutilisation;
return $this;
}
public function getQualitessupportspapierinformatique(): ?int
{
return $this->qualitessupportspapierinformatique;
}
public function setQualitessupportspapierinformatique(?int $qualitessupportspapierinformatique): self
{
$this->qualitessupportspapierinformatique = $qualitessupportspapierinformatique;
return $this;
}
public function getUtiliteformation(): ?int
{
return $this->utiliteformation;
}
public function setUtiliteformation(?int $utiliteformation): self
{
$this->utiliteformation = $utiliteformation;
return $this;
}
public function getArticulationthemes(): ?int
{
return $this->articulationthemes;
}
public function setArticulationthemes(?int $articulationthemes): self
{
$this->articulationthemes = $articulationthemes;
return $this;
}
public function getConformitecontenuprogramme(): ?int
{
return $this->conformitecontenuprogramme;
}
public function setConformitecontenuprogramme(?int $conformitecontenuprogramme): self
{
$this->conformitecontenuprogramme = $conformitecontenuprogramme;
return $this;
}
public function getObjectifsatteintsrespectprogramme(): ?int
{
return $this->objectifsatteintsrespectprogramme;
}
public function setObjectifsatteintsrespectprogramme(?int $objectifsatteintsrespectprogramme): self
{
$this->objectifsatteintsrespectprogramme = $objectifsatteintsrespectprogramme;
return $this;
}
public function getPrisecompteheterogeneite(): ?int
{
return $this->prisecompteheterogeneite;
}
public function setPrisecompteheterogeneite(?int $prisecompteheterogeneite): self
{
$this->prisecompteheterogeneite = $prisecompteheterogeneite;
return $this;
}
public function getAdaptationrythmecontenu(): ?int
{
return $this->adaptationrythmecontenu;
}
public function setAdaptationrythmecontenu(?int $adaptationrythmecontenu): self
{
$this->adaptationrythmecontenu = $adaptationrythmecontenu;
return $this;
}
public function getQualiteexemples(): ?int
{
return $this->qualiteexemples;
}
public function setQualiteexemples(?int $qualiteexemples): self
{
$this->qualiteexemples = $qualiteexemples;
return $this;
}
public function getFormateur(): ?int
{
return $this->formateur;
}
public function setFormateur(?int $formateur): self
{
$this->formateur = $formateur;
return $this;
}
public function getAptitudeselocutionposturetenue(): ?int
{
return $this->aptitudeselocutionposturetenue;
}
public function setAptitudeselocutionposturetenue(?int $aptitudeselocutionposturetenue): self
{
$this->aptitudeselocutionposturetenue = $aptitudeselocutionposturetenue;
return $this;
}
public function getMotivation(): ?int
{
return $this->motivation;
}
public function setMotivation(?int $motivation): self
{
$this->motivation = $motivation;
return $this;
}
public function getCompetences(): ?int
{
return $this->competences;
}
public function setCompetences(?int $competences): self
{
$this->competences = $competences;
return $this;
}
public function getPresencedisponibiliteformateur(): ?int
{
return $this->presencedisponibiliteformateur;
}
public function setPresencedisponibiliteformateur(?int $presencedisponibiliteformateur): self
{
$this->presencedisponibiliteformateur = $presencedisponibiliteformateur;
return $this;
}
public function getParticipants(): ?int
{
return $this->participants;
}
public function setParticipants(?int $participants): self
{
$this->participants = $participants;
return $this;
}
public function getAmbiancegenerale(): ?int
{
return $this->ambiancegenerale;
}
public function setAmbiancegenerale(?int $ambiancegenerale): self
{
$this->ambiancegenerale = $ambiancegenerale;
return $this;
}
public function getNombrepresence(): ?int
{
return $this->nombrepresence;
}
public function setNombrepresence(?int $nombrepresence): self
{
$this->nombrepresence = $nombrepresence;
return $this;
}
public function getAttentionparticipation(): ?int
{
return $this->attentionparticipation;
}
public function setAttentionparticipation(?int $attentionparticipation): self
{
$this->attentionparticipation = $attentionparticipation;
return $this;
}
public function getDelaireceptioninformations(): ?int
{
return $this->delaireceptioninformations;
}
public function setDelaireceptioninformations(?int $delaireceptioninformations): self
{
$this->delaireceptioninformations = $delaireceptioninformations;
return $this;
}
public function getPlanificationformation(): ?int
{
return $this->planificationformation;
}
public function setPlanificationformation(?int $planificationformation): self
{
$this->planificationformation = $planificationformation;
return $this;
}
public function getGestiontempsdureeformation(): ?int
{
return $this->gestiontempsdureeformation;
}
public function setGestiontempsdureeformation(?int $gestiontempsdureeformation): self
{
$this->gestiontempsdureeformation = $gestiontempsdureeformation;
return $this;
}
public function getGestiontempsdureepauses(): ?int
{
return $this->gestiontempsdureepauses;
}
public function setGestiontempsdureepauses(?int $gestiontempsdureepauses): self
{
$this->gestiontempsdureepauses = $gestiontempsdureepauses;
return $this;
}
public function getEquilibresequence(): ?int
{
return $this->equilibresequence;
}
public function setEquilibresequence(?int $equilibresequence): self
{
$this->equilibresequence = $equilibresequence;
return $this;
}
public function getTempsreflexionpersonnelle(): ?int
{
return $this->tempsreflexionpersonnelle;
}
public function setTempsreflexionpersonnelle(?int $tempsreflexionpersonnelle): self
{
$this->tempsreflexionpersonnelle = $tempsreflexionpersonnelle;
return $this;
}
public function getRespectengagements(): ?int
{
return $this->respectengagements;
}
public function setRespectengagements(?int $respectengagements): self
{
$this->respectengagements = $respectengagements;
return $this;
}
public function getMoyenconnaissanceformation(): ?string
{
return $this->moyenconnaissanceformation;
}
public function setMoyenconnaissanceformation(?string $moyenconnaissanceformation): self
{
$this->moyenconnaissanceformation = $moyenconnaissanceformation;
return $this;
}
public function getAutresformationssouhaitees(): ?string
{
return $this->autresformationssouhaitees;
}
public function setAutresformationssouhaitees(?string $autresformationssouhaitees): self
{
$this->autresformationssouhaitees = $autresformationssouhaitees;
return $this;
}
public function getObjectifformationatteint(): ?string
{
return $this->objectifformationatteint;
}
public function setObjectifformationatteint(?string $objectifformationatteint): self
{
$this->objectifformationatteint = $objectifformationatteint;
return $this;
}
public function getPlusformation(): ?string
{
return $this->plusformation;
}
public function setPlusformation(?string $plusformation): self
{
$this->plusformation = $plusformation;
return $this;
}
public function getCreatedAt(): ?\DateTimeImmutable
{
return $this->created_at;
}
public function setCreatedAt(?\DateTimeImmutable $created_at): self
{
$this->created_at = $created_at;
return $this;
}
public function getApporterchangerdansformation(): ?string
{
return $this->apporterchangerdansformation;
}
public function setApporterchangerdansformation(?string $apporterchangerdansformation): self
{
$this->apporterchangerdansformation = $apporterchangerdansformation;
return $this;
}
public function getQuevousaapportelaformation(): ?string
{
return $this->quevousaapportelaformation;
}
public function setQuevousaapportelaformation(?string $quevousaapportelaformation): self
{
$this->quevousaapportelaformation = $quevousaapportelaformation;
return $this;
}
public function getInscrit(): ?Inscrit
{
return $this->inscrit;
}
public function setInscrit(?Inscrit $inscrit): self
{
$this->inscrit = $inscrit;
return $this;
}
}