<?php
namespace App\Entity;
use App\Repository\PrestataireTechniqueRepository;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Collection;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
/**
* @ORM\Entity(repositoryClass=PrestataireTechniqueRepository::class)
*/
class PrestataireTechnique
{
/**
* @ORM\Id()
* @ORM\GeneratedValue()
* @ORM\Column(type="integer")
*/
private $id;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $presentation;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $activiteSecond;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $serviceVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $serviceLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $serviceLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $serviceSav;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $secteurCine;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $secteurTv;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $secteurWeb;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $secteurInstitut;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageCameraVideo;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageCameraCinema;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageCameraCommentaires;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageEquipementSpeVideo;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageEquipementSpeCinema;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageEquipementSpeCommentaires;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageAutreVideo;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageAutreCinema;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageImageAutreDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLumiereVideo;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLumiereCinema;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageLumiereCommentaires;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageMachineVideo;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageMachineCinema;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageMachineCommentaires;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageSonVideo;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageSonCinema;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageSonCommentaires;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $tournageStudioSimpleSurface;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageStudioSimpleCommentaires;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $tournageStudioVirtuelSurface;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageStudioVirtuelCommentaires;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $tournagePlateauTvSurface;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournagePlateauTvCommentaires;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $tournageLocauxAutreSurface;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageLocauxAutreDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageMontage;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageMontageLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodImageMontageDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageTrucage;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageTrucageLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodImageTrucageDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageTitrage;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageTitrageLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodImageTitrageDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageAnim;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageAnimLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodImageAnimDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageEtalon;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageEtalonLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodImageEtalonDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonMusique;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonMusiqueLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodSonMusiqueDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonVoixoff;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonVoixoffLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodSonVoixoffDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonBruitage;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonBruitageLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodSonBruitageDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonMixage;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonMixageLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodSonMixageDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffTechLabo;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffTechLaboLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffTechLaboCommentaires;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffTechMaster;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffTechMasterCommentaires;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffTechAuthor;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffTechAuthorCommentaires;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffOutilsEcran;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffOutilsEcranLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffOutilsEcranCommentaires;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffOutilsCasque;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffOutilsCasqueCommentaires;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffOutilsAutre;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffOutilsAutreDescriptif;
/**
* @ORM\Column(type="string", length=25, nullable=true)
*/
private $infoCineFrequence;
/**
* @ORM\Column(type="string", length=25, nullable=true)
*/
private $infoTvFrequence;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $langues;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $suggestionReseau;
/**
* @ORM\ManyToOne(targetEntity="App\Entity\User", inversedBy="prestatairesTechniques")
* @ORM\JoinColumn(nullable=false)
*/
private $user;
/**
* @ORM\Column(type="datetime")
*/
private $createdAt;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $tournageImageAutrePrecision;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $tournageLocauxAutrePrecision;
/**
* @ORM\Column(type="datetime", nullable=true)
*/
private $modifiedAt;
/**
* @ORM\Column(type="string", length=25)
*/
private $statut;
/**
* @ORM\Column(type="datetime")
*/
private $statutDate;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournage;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprod;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffusion;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $rayonCalvados;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $rayonEure;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $rayonManche;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $rayonOrne;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $rayonSeineMaritime;
/**
* @ORM\Column(type="string", length=20, nullable=true)
*/
private $rayonHorsNormandie;
/**
* @ORM\OneToMany(targetEntity="App\Entity\PrestataireTechniqueExperience", mappedBy="prestataireTechnique", cascade={"persist"}, orphanRemoval=true)
* @ORM\OrderBy({"annee" = "DESC"})
* @Assert\Valid
*/
private $prestataireTechniqueExperiences;
public function __construct()
{
$this->statut = 'nouveau';
$this->statutDate = new \DateTime();
$this->prestataireTechniqueExperiences = new ArrayCollection();
}
public function getId(): ?int
{
return $this->id;
}
public function getPresentation(): ?string
{
return $this->presentation;
}
public function setPresentation(?string $presentation): self
{
$this->presentation = $presentation;
return $this;
}
public function getActiviteSecond(): ?string
{
return $this->activiteSecond;
}
public function setActiviteSecond(?string $activiteSecond): self
{
$this->activiteSecond = $activiteSecond;
return $this;
}
public function getServiceVente(): ?bool
{
return $this->serviceVente;
}
public function setServiceVente(?bool $serviceVente): self
{
$this->serviceVente = $serviceVente;
return $this;
}
public function getServiceLocAvecOp(): ?bool
{
return $this->serviceLocAvecOp;
}
public function setServiceLocAvecOp(bool $serviceLocAvecOp): self
{
$this->serviceLocAvecOp = $serviceLocAvecOp;
return $this;
}
public function getServiceLocSansOp(): ?bool
{
return $this->serviceLocSansOp;
}
public function setServiceLocSansOp(?bool $serviceLocSansOp): self
{
$this->serviceLocSansOp = $serviceLocSansOp;
return $this;
}
public function getServiceSav(): ?bool
{
return $this->serviceSav;
}
public function setServiceSav(?bool $serviceSav): self
{
$this->serviceSav = $serviceSav;
return $this;
}
public function getSecteurCine(): ?bool
{
return $this->secteurCine;
}
public function setSecteurCine(?bool $secteurCine): self
{
$this->secteurCine = $secteurCine;
return $this;
}
public function getSecteurTv(): ?bool
{
return $this->secteurTv;
}
public function setSecteurTv(?bool $secteurTv): self
{
$this->secteurTv = $secteurTv;
return $this;
}
public function getSecteurWeb(): ?bool
{
return $this->secteurWeb;
}
public function setSecteurWeb(?bool $secteurWeb): self
{
$this->secteurWeb = $secteurWeb;
return $this;
}
public function getSecteurInstitut(): ?bool
{
return $this->secteurInstitut;
}
public function setSecteurInstitut(?bool $secteurInstitut): self
{
$this->secteurInstitut = $secteurInstitut;
return $this;
}
public function getTournageCameraVideo(): ?bool
{
return $this->tournageCameraVideo;
}
public function setTournageCameraVideo(?bool $tournageCameraVideo): self
{
$this->tournageCameraVideo = $tournageCameraVideo;
return $this;
}
public function getTournageCameraCinema(): ?bool
{
return $this->tournageCameraCinema;
}
public function setTournageCameraCinema(?bool $tournageCameraCinema): self
{
$this->tournageCameraCinema = $tournageCameraCinema;
return $this;
}
public function getTournageCameraCommentaires(): ?string
{
return $this->tournageCameraCommentaires;
}
public function setTournageCameraCommentaires(?string $tournageCameraCommentaires): self
{
$this->tournageCameraCommentaires = $tournageCameraCommentaires;
return $this;
}
public function getTournageEquipementSpeVideo(): ?bool
{
return $this->tournageEquipementSpeVideo;
}
public function setTournageEquipementSpeVideo(?bool $tournageEquipementSpeVideo): self
{
$this->tournageEquipementSpeVideo = $tournageEquipementSpeVideo;
return $this;
}
public function getTournageEquipementSpeCinema(): ?bool
{
return $this->tournageEquipementSpeCinema;
}
public function setTournageEquipementSpeCinema(?bool $tournageEquipementSpeCinema): self
{
$this->tournageEquipementSpeCinema = $tournageEquipementSpeCinema;
return $this;
}
public function getTournageEquipementSpeCommentaires(): ?string
{
return $this->tournageEquipementSpeCommentaires;
}
public function setTournageEquipementSpeCommentaires(?string $tournageEquipementSpeCommentaires): self
{
$this->tournageEquipementSpeCommentaires = $tournageEquipementSpeCommentaires;
return $this;
}
public function getTournageImageAutreVideo(): ?bool
{
return $this->tournageImageAutreVideo;
}
public function setTournageImageAutreVideo(?bool $tournageImageAutreVideo): self
{
$this->tournageImageAutreVideo = $tournageImageAutreVideo;
return $this;
}
public function getTournageImageAutreCinema(): ?bool
{
return $this->tournageImageAutreCinema;
}
public function setTournageImageAutreCinema(?bool $tournageImageAutreCinema): self
{
$this->tournageImageAutreCinema = $tournageImageAutreCinema;
return $this;
}
public function getTournageImageAutreDescriptif(): ?string
{
return $this->tournageImageAutreDescriptif;
}
public function setTournageImageAutreDescriptif(?string $tournageImageAutreDescriptif): self
{
$this->tournageImageAutreDescriptif = $tournageImageAutreDescriptif;
return $this;
}
public function getTournageLumiereVideo(): ?bool
{
return $this->tournageLumiereVideo;
}
public function setTournageLumiereVideo(?bool $tournageLumiereVideo): self
{
$this->tournageLumiereVideo = $tournageLumiereVideo;
return $this;
}
public function getTournageLumiereCinema(): ?bool
{
return $this->tournageLumiereCinema;
}
public function setTournageLumiereCinema(?bool $tournageLumiereCinema): self
{
$this->tournageLumiereCinema = $tournageLumiereCinema;
return $this;
}
public function getTournageLumiereCommentaires(): ?string
{
return $this->tournageLumiereCommentaires;
}
public function setTournageLumiereCommentaires(?string $tournageLumiereCommentaires): self
{
$this->tournageLumiereCommentaires = $tournageLumiereCommentaires;
return $this;
}
public function getTournageMachineVideo(): ?bool
{
return $this->tournageMachineVideo;
}
public function setTournageMachineVideo(?bool $tournageMachineVideo): self
{
$this->tournageMachineVideo = $tournageMachineVideo;
return $this;
}
public function getTournageMachineCinema(): ?bool
{
return $this->tournageMachineCinema;
}
public function setTournageMachineCinema(?bool $tournageMachineCinema): self
{
$this->tournageMachineCinema = $tournageMachineCinema;
return $this;
}
public function getTournageMachineCommentaires(): ?string
{
return $this->tournageMachineCommentaires;
}
public function setTournageMachineCommentaires(?string $tournageMachineCommentaires): self
{
$this->tournageMachineCommentaires = $tournageMachineCommentaires;
return $this;
}
public function getTournageSonVideo(): ?bool
{
return $this->tournageSonVideo;
}
public function setTournageSonVideo(?bool $tournageSonVideo): self
{
$this->tournageSonVideo = $tournageSonVideo;
return $this;
}
public function getTournageSonCinema(): ?bool
{
return $this->tournageSonCinema;
}
public function setTournageSonCinema(?bool $tournageSonCinema): self
{
$this->tournageSonCinema = $tournageSonCinema;
return $this;
}
public function getTournageSonCommentaires(): ?string
{
return $this->tournageSonCommentaires;
}
public function setTournageSonCommentaires(?string $tournageSonCommentaires): self
{
$this->tournageSonCommentaires = $tournageSonCommentaires;
return $this;
}
public function getTournageStudioSimpleSurface(): ?int
{
return $this->tournageStudioSimpleSurface;
}
public function setTournageStudioSimpleSurface(?int $tournageStudioSimpleSurface): self
{
$this->tournageStudioSimpleSurface = $tournageStudioSimpleSurface;
return $this;
}
public function getTournageStudioSimpleCommentaires(): ?string
{
return $this->tournageStudioSimpleCommentaires;
}
public function setTournageStudioSimpleCommentaires(?string $tournageStudioSimpleCommentaires): self
{
$this->tournageStudioSimpleCommentaires = $tournageStudioSimpleCommentaires;
return $this;
}
public function getTournageStudioVirtuelSurface(): ?int
{
return $this->tournageStudioVirtuelSurface;
}
public function setTournageStudioVirtuelSurface(?int $tournageStudioVirtuelSurface): self
{
$this->tournageStudioVirtuelSurface = $tournageStudioVirtuelSurface;
return $this;
}
public function getTournageStudioVirtuelCommentaires(): ?string
{
return $this->tournageStudioVirtuelCommentaires;
}
public function setTournageStudioVirtuelCommentaires(?string $tournageStudioVirtuelCommentaires): self
{
$this->tournageStudioVirtuelCommentaires = $tournageStudioVirtuelCommentaires;
return $this;
}
public function getTournagePlateauTvSurface(): ?int
{
return $this->tournagePlateauTvSurface;
}
public function setTournagePlateauTvSurface(?int $tournagePlateauTvSurface): self
{
$this->tournagePlateauTvSurface = $tournagePlateauTvSurface;
return $this;
}
public function getTournagePlateauTvCommentaires(): ?string
{
return $this->tournagePlateauTvCommentaires;
}
public function setTournagePlateauTvCommentaires(?string $tournagePlateauTvCommentaires): self
{
$this->tournagePlateauTvCommentaires = $tournagePlateauTvCommentaires;
return $this;
}
public function getTournageLocauxAutreSurface(): ?int
{
return $this->tournageLocauxAutreSurface;
}
public function setTournageLocauxAutreSurface(?int $tournageLocauxAutreSurface): self
{
$this->tournageLocauxAutreSurface = $tournageLocauxAutreSurface;
return $this;
}
public function getTournageLocauxAutreDescriptif(): ?string
{
return $this->tournageLocauxAutreDescriptif;
}
public function setTournageLocauxAutreDescriptif(?string $tournageLocauxAutreDescriptif): self
{
$this->tournageLocauxAutreDescriptif = $tournageLocauxAutreDescriptif;
return $this;
}
public function getPostprodImageMontage(): ?bool
{
return $this->postprodImageMontage;
}
public function setPostprodImageMontage(?bool $postprodImageMontage): self
{
$this->postprodImageMontage = $postprodImageMontage;
return $this;
}
public function getPostprodImageMontageLocaux(): ?bool
{
return $this->postprodImageMontageLocaux;
}
public function setPostprodImageMontageLocaux(?bool $postprodImageMontageLocaux): self
{
$this->postprodImageMontageLocaux = $postprodImageMontageLocaux;
return $this;
}
public function getPostprodImageMontageDescriptif(): ?string
{
return $this->postprodImageMontageDescriptif;
}
public function setPostprodImageMontageDescriptif(?string $postprodImageMontageDescriptif): self
{
$this->postprodImageMontageDescriptif = $postprodImageMontageDescriptif;
return $this;
}
public function getPostprodImageTrucage(): ?bool
{
return $this->postprodImageTrucage;
}
public function setPostprodImageTrucage(?bool $postprodImageTrucage): self
{
$this->postprodImageTrucage = $postprodImageTrucage;
return $this;
}
public function getPostprodImageTrucageLocaux(): ?bool
{
return $this->postprodImageTrucageLocaux;
}
public function setPostprodImageTrucageLocaux(?bool $postprodImageTrucageLocaux): self
{
$this->postprodImageTrucageLocaux = $postprodImageTrucageLocaux;
return $this;
}
public function getPostprodImageTrucageDescriptif(): ?string
{
return $this->postprodImageTrucageDescriptif;
}
public function setPostprodImageTrucageDescriptif(?string $postprodImageTrucageDescriptif): self
{
$this->postprodImageTrucageDescriptif = $postprodImageTrucageDescriptif;
return $this;
}
public function getPostprodImageTitrage(): ?bool
{
return $this->postprodImageTitrage;
}
public function setPostprodImageTitrage(?bool $postprodImageTitrage): self
{
$this->postprodImageTitrage = $postprodImageTitrage;
return $this;
}
public function getPostprodImageTitrageLocaux(): ?bool
{
return $this->postprodImageTitrageLocaux;
}
public function setPostprodImageTitrageLocaux(?bool $postprodImageTitrageLocaux): self
{
$this->postprodImageTitrageLocaux = $postprodImageTitrageLocaux;
return $this;
}
public function getPostprodImageTitrageDescriptif(): ?string
{
return $this->postprodImageTitrageDescriptif;
}
public function setPostprodImageTitrageDescriptif(?string $postprodImageTitrageDescriptif): self
{
$this->postprodImageTitrageDescriptif = $postprodImageTitrageDescriptif;
return $this;
}
public function getPostprodImageAnim(): ?bool
{
return $this->postprodImageAnim;
}
public function setPostprodImageAnim(?bool $postprodImageAnim): self
{
$this->postprodImageAnim = $postprodImageAnim;
return $this;
}
public function getPostprodImageAnimLocaux(): ?bool
{
return $this->postprodImageAnimLocaux;
}
public function setPostprodImageAnimLocaux(?bool $postprodImageAnimLocaux): self
{
$this->postprodImageAnimLocaux = $postprodImageAnimLocaux;
return $this;
}
public function getPostprodImageAnimDescriptif(): ?string
{
return $this->postprodImageAnimDescriptif;
}
public function setPostprodImageAnimDescriptif(?string $postprodImageAnimDescriptif): self
{
$this->postprodImageAnimDescriptif = $postprodImageAnimDescriptif;
return $this;
}
public function getPostprodImageEtalon(): ?bool
{
return $this->postprodImageEtalon;
}
public function setPostprodImageEtalon(?bool $postprodImageEtalon): self
{
$this->postprodImageEtalon = $postprodImageEtalon;
return $this;
}
public function getPostprodImageEtalonLocaux(): ?bool
{
return $this->postprodImageEtalonLocaux;
}
public function setPostprodImageEtalonLocaux(?bool $postprodImageEtalonLocaux): self
{
$this->postprodImageEtalonLocaux = $postprodImageEtalonLocaux;
return $this;
}
public function getPostprodImageEtalonDescriptif(): ?string
{
return $this->postprodImageEtalonDescriptif;
}
public function setPostprodImageEtalonDescriptif(?string $postprodImageEtalonDescriptif): self
{
$this->postprodImageEtalonDescriptif = $postprodImageEtalonDescriptif;
return $this;
}
public function getPostprodSonMusique(): ?bool
{
return $this->postprodSonMusique;
}
public function setPostprodSonMusique(?bool $postprodSonMusique): self
{
$this->postprodSonMusique = $postprodSonMusique;
return $this;
}
public function getPostprodSonMusiqueLocaux(): ?bool
{
return $this->postprodSonMusiqueLocaux;
}
public function setPostprodSonMusiqueLocaux(?bool $postprodSonMusiqueLocaux): self
{
$this->postprodSonMusiqueLocaux = $postprodSonMusiqueLocaux;
return $this;
}
public function getPostprodSonMusiqueDescriptif(): ?string
{
return $this->postprodSonMusiqueDescriptif;
}
public function setPostprodSonMusiqueDescriptif(?string $postprodSonMusiqueDescriptif): self
{
$this->postprodSonMusiqueDescriptif = $postprodSonMusiqueDescriptif;
return $this;
}
public function getPostprodSonVoixoff(): ?bool
{
return $this->postprodSonVoixoff;
}
public function setPostprodSonVoixoff(?bool $postprodSonVoixoff): self
{
$this->postprodSonVoixoff = $postprodSonVoixoff;
return $this;
}
public function getPostprodSonVoixoffLocaux(): ?bool
{
return $this->postprodSonVoixoffLocaux;
}
public function setPostprodSonVoixoffLocaux(?bool $postprodSonVoixoffLocaux): self
{
$this->postprodSonVoixoffLocaux = $postprodSonVoixoffLocaux;
return $this;
}
public function getPostprodSonVoixoffDescriptif(): ?string
{
return $this->postprodSonVoixoffDescriptif;
}
public function setPostprodSonVoixoffDescriptif(?string $postprodSonVoixoffDescriptif): self
{
$this->postprodSonVoixoffDescriptif = $postprodSonVoixoffDescriptif;
return $this;
}
public function getPostprodSonBruitage(): ?bool
{
return $this->postprodSonBruitage;
}
public function setPostprodSonBruitage(?bool $postprodSonBruitage): self
{
$this->postprodSonBruitage = $postprodSonBruitage;
return $this;
}
public function getPostprodSonBruitageLocaux(): ?bool
{
return $this->postprodSonBruitageLocaux;
}
public function setPostprodSonBruitageLocaux(?bool $postprodSonBruitageLocaux): self
{
$this->postprodSonBruitageLocaux = $postprodSonBruitageLocaux;
return $this;
}
public function getPostprodSonBruitageDescriptif(): ?string
{
return $this->postprodSonBruitageDescriptif;
}
public function setPostprodSonBruitageDescriptif(?string $postprodSonBruitageDescriptif): self
{
$this->postprodSonBruitageDescriptif = $postprodSonBruitageDescriptif;
return $this;
}
public function getPostprodSonMixage(): ?bool
{
return $this->postprodSonMixage;
}
public function setPostprodSonMixage(?bool $postprodSonMixage): self
{
$this->postprodSonMixage = $postprodSonMixage;
return $this;
}
public function getPostprodSonMixageLocaux(): ?bool
{
return $this->postprodSonMixageLocaux;
}
public function setPostprodSonMixageLocaux(?bool $postprodSonMixageLocaux): self
{
$this->postprodSonMixageLocaux = $postprodSonMixageLocaux;
return $this;
}
public function getPostprodSonMixageDescriptif(): ?string
{
return $this->postprodSonMixageDescriptif;
}
public function setPostprodSonMixageDescriptif(?string $postprodSonMixageDescriptif): self
{
$this->postprodSonMixageDescriptif = $postprodSonMixageDescriptif;
return $this;
}
public function getDiffTechLabo(): ?bool
{
return $this->diffTechLabo;
}
public function setDiffTechLabo(?bool $diffTechLabo): self
{
$this->diffTechLabo = $diffTechLabo;
return $this;
}
public function getDiffTechLaboLocaux(): ?bool
{
return $this->diffTechLaboLocaux;
}
public function setDiffTechLaboLocaux(?bool $diffTechLaboLocaux): self
{
$this->diffTechLaboLocaux = $diffTechLaboLocaux;
return $this;
}
public function getDiffTechLaboCommentaires(): ?string
{
return $this->diffTechLaboCommentaires;
}
public function setDiffTechLaboCommentaires(?string $diffTechLaboCommentaires): self
{
$this->diffTechLaboCommentaires = $diffTechLaboCommentaires;
return $this;
}
public function getDiffTechMaster(): ?bool
{
return $this->diffTechMaster;
}
public function setDiffTechMaster(?bool $diffTechMaster): self
{
$this->diffTechMaster = $diffTechMaster;
return $this;
}
public function getDiffTechMasterCommentaires(): ?string
{
return $this->diffTechMasterCommentaires;
}
public function setDiffTechMasterCommentaires(?string $diffTechMasterCommentaires): self
{
$this->diffTechMasterCommentaires = $diffTechMasterCommentaires;
return $this;
}
public function getDiffTechAuthor(): ?bool
{
return $this->diffTechAuthor;
}
public function setDiffTechAuthor(?bool $diffTechAuthor): self
{
$this->diffTechAuthor = $diffTechAuthor;
return $this;
}
public function getDiffTechAuthorCommentaires(): ?string
{
return $this->diffTechAuthorCommentaires;
}
public function setDiffTechAuthorCommentaires(?string $diffTechAuthorCommentaires): self
{
$this->diffTechAuthorCommentaires = $diffTechAuthorCommentaires;
return $this;
}
public function getDiffOutilsEcran(): ?bool
{
return $this->diffOutilsEcran;
}
public function setDiffOutilsEcran(?bool $diffOutilsEcran): self
{
$this->diffOutilsEcran = $diffOutilsEcran;
return $this;
}
public function getDiffOutilsEcranLocaux(): ?bool
{
return $this->diffOutilsEcranLocaux;
}
public function setDiffOutilsEcranLocaux(?bool $diffOutilsEcranLocaux): self
{
$this->diffOutilsEcranLocaux = $diffOutilsEcranLocaux;
return $this;
}
public function getDiffOutilsEcranCommentaires(): ?string
{
return $this->diffOutilsEcranCommentaires;
}
public function setDiffOutilsEcranCommentaires(?string $diffOutilsEcranCommentaires): self
{
$this->diffOutilsEcranCommentaires = $diffOutilsEcranCommentaires;
return $this;
}
public function getDiffOutilsCasque(): ?bool
{
return $this->diffOutilsCasque;
}
public function setDiffOutilsCasque(?bool $diffOutilsCasque): self
{
$this->diffOutilsCasque = $diffOutilsCasque;
return $this;
}
public function getDiffOutilsCasqueCommentaires(): ?string
{
return $this->diffOutilsCasqueCommentaires;
}
public function setDiffOutilsCasqueCommentaires(?string $diffOutilsCasqueCommentaires): self
{
$this->diffOutilsCasqueCommentaires = $diffOutilsCasqueCommentaires;
return $this;
}
public function getDiffOutilsAutre(): ?bool
{
return $this->diffOutilsAutre;
}
public function setDiffOutilsAutre(?bool $diffOutilsAutre): self
{
$this->diffOutilsAutre = $diffOutilsAutre;
return $this;
}
public function getDiffOutilsAutreDescriptif(): ?string
{
return $this->diffOutilsAutreDescriptif;
}
public function setDiffOutilsAutreDescriptif(?string $diffOutilsAutreDescriptif): self
{
$this->diffOutilsAutreDescriptif = $diffOutilsAutreDescriptif;
return $this;
}
public function getInfoCineFrequence(): ?string
{
return $this->infoCineFrequence;
}
public function setInfoCineFrequence(?string $infoCineFrequence): self
{
$this->infoCineFrequence = $infoCineFrequence;
return $this;
}
public function getInfoTvFrequence(): ?string
{
return $this->infoTvFrequence;
}
public function setInfoTvFrequence(?string $infoTvFrequence): self
{
$this->infoTvFrequence = $infoTvFrequence;
return $this;
}
public function getLangues(): ?string
{
return $this->langues;
}
public function setLangues(?string $langues): self
{
$this->langues = $langues;
return $this;
}
public function getSuggestionReseau(): ?string
{
return $this->suggestionReseau;
}
public function setSuggestionReseau(?string $suggestionReseau): self
{
$this->suggestionReseau = $suggestionReseau;
return $this;
}
public function getCreatedAt(): ?\DateTimeInterface
{
return $this->createdAt;
}
public function setCreatedAt(\DateTimeInterface $createdAt): self
{
$this->createdAt = $createdAt;
return $this;
}
public function getUser(): ?User
{
return $this->user;
}
public function setUser(?User $user): self
{
$this->user = $user;
return $this;
}
public function getTournageImageAutrePrecision(): ?string
{
return $this->tournageImageAutrePrecision;
}
public function setTournageImageAutrePrecision(?string $tournageImageAutrePrecision): self
{
$this->tournageImageAutrePrecision = $tournageImageAutrePrecision;
return $this;
}
public function getTournageLocauxAutrePrecision(): ?string
{
return $this->tournageLocauxAutrePrecision;
}
public function setTournageLocauxAutrePrecision(?string $tournageLocauxAutrePrecision): self
{
$this->tournageLocauxAutrePrecision = $tournageLocauxAutrePrecision;
return $this;
}
public function getModifiedAt(): ?\DateTimeInterface
{
return $this->modifiedAt;
}
public function setModifiedAt(\DateTimeInterface $modifiedAt = null): self
{
$this->modifiedAt = $modifiedAt;
return $this;
}
public function getStatut(): ?string
{
return $this->statut;
}
public function setStatut(string $statut): self
{
$this->statut = $statut;
return $this;
}
public function getStatutDate(): ?\DateTimeInterface
{
return $this->statutDate;
}
public function setStatutDate(\DateTimeInterface $statutDate): self
{
$this->statutDate = $statutDate;
return $this;
}
public function getTournage(): ?bool
{
return $this->tournage;
}
public function setTournage(?bool $tournage): self
{
$this->tournage = $tournage;
return $this;
}
public function getPostprod(): ?bool
{
return $this->postprod;
}
public function setPostprod(?bool $postprod): self
{
$this->postprod = $postprod;
return $this;
}
public function getDiffusion(): ?bool
{
return $this->diffusion;
}
public function setDiffusion(?bool $diffusion): self
{
$this->diffusion = $diffusion;
return $this;
}
public function getRayonCalvados(): ?bool
{
return $this->rayonCalvados;
}
public function setRayonCalvados(?bool $rayonCalvados): self
{
$this->rayonCalvados = $rayonCalvados;
return $this;
}
public function getRayonEure(): ?bool
{
return $this->rayonEure;
}
public function setRayonEure(?bool $rayonEure): self
{
$this->rayonEure = $rayonEure;
return $this;
}
public function getRayonManche(): ?bool
{
return $this->rayonManche;
}
public function setRayonManche(?bool $rayonManche): self
{
$this->rayonManche = $rayonManche;
return $this;
}
public function getRayonOrne(): ?bool
{
return $this->rayonOrne;
}
public function setRayonOrne(?bool $rayonOrne): self
{
$this->rayonOrne = $rayonOrne;
return $this;
}
public function getRayonSeineMaritime(): ?bool
{
return $this->rayonSeineMaritime;
}
public function setRayonSeineMaritime(?bool $rayonSeineMaritime): self
{
$this->rayonSeineMaritime = $rayonSeineMaritime;
return $this;
}
public function getRayonHorsNormandie(): ?string
{
return $this->rayonHorsNormandie;
}
public function setRayonHorsNormandie(?string $rayonHorsNormandie): self
{
$this->rayonHorsNormandie = $rayonHorsNormandie;
return $this;
}
/**
* @return Collection|PrestataireTechniqueExperience[]
*/
public function getPrestataireTechniqueExperiences(): Collection
{
return $this->prestataireTechniqueExperiences;
}
public function addPrestataireTechniqueExperience(PrestataireTechniqueExperience $prestataireTechniqueExperience): self
{
if (!$this->prestataireTechniqueExperiences->contains($prestataireTechniqueExperience)) {
$this->prestataireTechniqueExperiences[] = $prestataireTechniqueExperience;
$prestataireTechniqueExperience->setPrestataireTechnique($this);
}
return $this;
}
public function removePrestataireTechniqueExperience(PrestataireTechniqueExperience $prestataireTechniqueExperience): self
{
if ($this->prestataireTechniqueExperiences->contains($prestataireTechniqueExperience)) {
$this->prestataireTechniqueExperiences->removeElement($prestataireTechniqueExperience);
// set the owning side to null (unless already changed)
if ($prestataireTechniqueExperience->getPrestataireTechnique() === $this) {
$prestataireTechniqueExperience->setPrestataireTechnique(null);
}
}
return $this;
}
}