<?php
namespace App\Entity;
use App\Repository\IndustriePrestataireRepository;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\HttpFoundation\File\File;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Symfony\Component\Validator\Constraints as Assert;
use Vich\UploaderBundle\Entity\File as EmbeddedFile;
use Vich\UploaderBundle\Mapping\Annotation as Vich;
/**
* @ORM\Entity(repositoryClass=IndustriePrestataireRepository::class)
* @Vich\Uploadable
*/
class IndustriePrestataire
{
/**
* @ORM\Id()
* @ORM\GeneratedValue()
* @ORM\Column(type="integer")
*/
private $id;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $presentation;
/**
* @ORM\Column(type="string", length=255, 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 $tournageImageCameraVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageCameraLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageCameraLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageImageCameraDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageOptiqueVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageOptiqueLocSansOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageImageOptiqueDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageMonitoringVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageMonitoringLocSansOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageImageMonitoringDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageAccessoireVente;
/**
* @ORM\Column(type="boolean", nullable=true))
*/
private $tournageAccessoireLocSansOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageImageAccessoireDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageDroneVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageDroneLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageDroneLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageImageDroneDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageDroneDgacLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageImageDroneDgacDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageSousmarinVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageSousmarinLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageSousmarinLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageImageSousmarinDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageHelicoLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageHelicoLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageImageHelicoDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageAutreVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageAutreLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageImageAutreLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageImageAutreDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLumiereLumiereVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLumiereLumiereLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLumiereLumiereLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageLumiereLumiereDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLumiereAccessoireVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLumiereAccessoireLocSansOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageLumiereAccessoireDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageMachineVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageMachineLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageMachineLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageMachineDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageSonVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageSonLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageSonLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageSonDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageElecVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageElecLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageElecLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageElecDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageRegieEquipementVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageRegieEquipementLocSansOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageRegieEquipementDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageRegieServiceLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageRegieServiceDescriptif;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $tournageLocauxStudiosimpleSurface;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLocauxStudiosimpleLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLocauxStudiosimpleLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageLocauxStudiosimpleDescriptif;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $tournageLocauxStudioVirtuelSurface;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLocauxStudioVirtuelLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLocauxStudioVirtuelLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageLocauxStudioVirtuelDescriptif;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $tournageLocauxPlateauTvSurface;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLocauxPlateauTvLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLocauxPlateauTvLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageLocauxPlateauTvDescriptif;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $tournageLocauxAutreType;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $tournageLocauxAutreSurface;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLocauxAutreLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tournageLocauxAutreLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $tournageLocauxAutreDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageMontageVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageMontageLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageMontageLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageMontageLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodImageMontageDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageTrucageVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageTrucageLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageTrucageLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageTrucageLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodImageTrucageDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageTitrageLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageTitrageLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageTitrageLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodImageTitrageDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageAnimLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageAnimLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageAnimLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodImageAnimDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageEtalonVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageEtalonLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageEtalonLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodImageEtalonLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodImageEtalonDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonMusiqueLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonMusiqueLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonMusiqueLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodSonMusiqueDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonVoixoffLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonVoixoffLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonVoixoffLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodSonVoixoffDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonDoublageLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonDoublageLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonDoublageLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodSonDoublageDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonBruitageLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonBruitageLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonBruitageLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodSonBruitageDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonMixageLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonMixageLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $postprodSonMixageLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $postprodSonMixageDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffTechLaboLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffTechLaboDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffTechMasterLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffTechMasterDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffTechAuthorLocAvecOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffTechAuthorDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffOutilsEcranVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffOutilsEcranLocSansOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffOutilsEcranLocAvecOp;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffOutilsEcranLocaux;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffOutilsEcranDescriptif;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffOutilsCasqueVente;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $diffOutilsCasqueLocSansOp;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffOutilsCasqueDescriptif;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $diffOutilsAutrePrecision;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $diffOutilsAutreDescriptif;
/**
* NOTE: This is not a mapped field of entity metadata, just a simple property.
*
* @Vich\UploadableField(mapping="catalogue_materiel", fileNameProperty="catalogueMateriel.name", size="catalogueMateriel.size", mimeType="catalogueMateriel.mimeType", originalName="catalogueMateriel.originalName", dimensions="catalogueMateriel.dimensions")
*
* @var File
*/
private $catalogueMaterielFile;
/**
* @ORM\Embedded(class="Vich\UploaderBundle\Entity\File")
*
* @var EmbeddedFile
*/
private $catalogueMateriel;
/**
* @ORM\Column(type="datetime", nullable=true)
*
* @var \DateTime
*/
private $catalogueMaterielUpdatedAt;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $catalogueCompletLien;
/**
* @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 $infolanguePrecision;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $suggestionReseau;
/**
* @ORM\ManyToOne(targetEntity="App\Entity\User", inversedBy="industriesPrestataires")
* @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;
public function __construct()
{
$this->catalogueMateriel = new EmbeddedFile();
$this->statut = 'création';
$this->statutDate = new \DateTime();
}
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 getTournageImageCameraVente(): ?bool
{
return $this->tournageImageCameraVente;
}
public function setTournageImageCameraVente(?bool $tournageImageCameraVente): self
{
$this->tournageImageCameraVente = $tournageImageCameraVente;
return $this;
}
public function getTournageImageCameraLocSansOp(): ?bool
{
return $this->tournageImageCameraLocSansOp;
}
public function setTournageImageCameraLocSansOp(?bool $tournageImageCameraLocSansOp): self
{
$this->tournageImageCameraLocSansOp = $tournageImageCameraLocSansOp;
return $this;
}
public function getTournageImageCameraLocAvecOp(): ?bool
{
return $this->tournageImageCameraLocAvecOp;
}
public function setTournageImageCameraLocAvecOp(?bool $tournageImageCameraLocAvecOp): self
{
$this->tournageImageCameraLocAvecOp = $tournageImageCameraLocAvecOp;
return $this;
}
public function getTournageOptiqueVente(): ?bool
{
return $this->tournageOptiqueVente;
}
public function setTournageOptiqueVente(?bool $tournageOptiqueVente): self
{
$this->tournageOptiqueVente = $tournageOptiqueVente;
return $this;
}
public function getTournageOptiqueLocSansOp(): ?bool
{
return $this->tournageOptiqueLocSansOp;
}
public function setTournageOptiqueLocSansOp(?bool $tournageOptiqueLocSansOp): self
{
$this->tournageOptiqueLocSansOp = $tournageOptiqueLocSansOp;
return $this;
}
public function getTournageMonitoringVente(): ?bool
{
return $this->tournageMonitoringVente;
}
public function setTournageMonitoringVente(?bool $tournageMonitoringVente): self
{
$this->tournageMonitoringVente = $tournageMonitoringVente;
return $this;
}
public function getTournageMonitoringLocSansOp(): ?bool
{
return $this->tournageMonitoringLocSansOp;
}
public function setTournageMonitoringLocSansOp(?bool $tournageMonitoringLocSansOp): self
{
$this->tournageMonitoringLocSansOp = $tournageMonitoringLocSansOp;
return $this;
}
public function getTournageAccessoireVente(): ?bool
{
return $this->tournageAccessoireVente;
}
public function setTournageAccessoireVente(?bool $tournageAccessoireVente): self
{
$this->tournageAccessoireVente = $tournageAccessoireVente;
return $this;
}
public function getTournageAccessoireLocSansOp(): ?bool
{
return $this->tournageAccessoireLocSansOp;
}
public function setTournageAccessoireLocSansOp(bool $tournageAccessoireLocSansOp): self
{
$this->tournageAccessoireLocSansOp = $tournageAccessoireLocSansOp;
return $this;
}
public function getTournageDroneVente(): ?bool
{
return $this->tournageDroneVente;
}
public function setTournageDroneVente(?bool $tournageDroneVente): self
{
$this->tournageDroneVente = $tournageDroneVente;
return $this;
}
public function getTournageDroneLocSansOp(): ?bool
{
return $this->tournageDroneLocSansOp;
}
public function setTournageDroneLocSansOp(?bool $tournageDroneLocSansOp): self
{
$this->tournageDroneLocSansOp = $tournageDroneLocSansOp;
return $this;
}
public function getTournageDroneLocAvecOp(): ?bool
{
return $this->tournageDroneLocAvecOp;
}
public function setTournageDroneLocAvecOp(?bool $tournageDroneLocAvecOp): self
{
$this->tournageDroneLocAvecOp = $tournageDroneLocAvecOp;
return $this;
}
public function getTournageImageCameraDescriptif(): ?string
{
return $this->tournageImageCameraDescriptif;
}
public function setTournageImageCameraDescriptif(?string $tournageImageCameraDescriptif): self
{
$this->tournageImageCameraDescriptif = $tournageImageCameraDescriptif;
return $this;
}
public function getTournageImageOptiqueDescriptif(): ?string
{
return $this->tournageImageOptiqueDescriptif;
}
public function setTournageImageOptiqueDescriptif(?string $tournageImageOptiqueDescriptif): self
{
$this->tournageImageOptiqueDescriptif = $tournageImageOptiqueDescriptif;
return $this;
}
public function getTournageImageMonitoringDescriptif(): ?string
{
return $this->tournageImageMonitoringDescriptif;
}
public function setTournageImageMonitoringDescriptif(?string $tournageImageMonitoringDescriptif): self
{
$this->tournageImageMonitoringDescriptif = $tournageImageMonitoringDescriptif;
return $this;
}
public function getTournageImageAccessoireDescriptif(): ?string
{
return $this->tournageImageAccessoireDescriptif;
}
public function setTournageImageAccessoireDescriptif(?string $tournageImageAccessoireDescriptif): self
{
$this->tournageImageAccessoireDescriptif = $tournageImageAccessoireDescriptif;
return $this;
}
public function getTournageImageDroneDescriptif(): ?string
{
return $this->tournageImageDroneDescriptif;
}
public function setTournageImageDroneDescriptif(?string $tournageImageDroneDescriptif): self
{
$this->tournageImageDroneDescriptif = $tournageImageDroneDescriptif;
return $this;
}
public function getTournageImageDroneDgacLocAvecOp(): ?bool
{
return $this->tournageImageDroneDgacLocAvecOp;
}
public function setTournageImageDroneDgacLocAvecOp(?bool $tournageImageDroneDgacLocAvecOp): self
{
$this->tournageImageDroneDgacLocAvecOp = $tournageImageDroneDgacLocAvecOp;
return $this;
}
public function getTournageImageDroneDgacDescriptif(): ?string
{
return $this->tournageImageDroneDgacDescriptif;
}
public function setTournageImageDroneDgacDescriptif(?string $tournageImageDroneDgacDescriptif): self
{
$this->tournageImageDroneDgacDescriptif = $tournageImageDroneDgacDescriptif;
return $this;
}
public function getTournageImageSousmarinVente(): ?bool
{
return $this->tournageImageSousmarinVente;
}
public function setTournageImageSousmarinVente(?bool $tournageImageSousmarinVente): self
{
$this->tournageImageSousmarinVente = $tournageImageSousmarinVente;
return $this;
}
public function getTournageImageSousmarinLocSansOp(): ?bool
{
return $this->tournageImageSousmarinLocSansOp;
}
public function setTournageImageSousmarinLocSansOp(?bool $tournageImageSousmarinLocSansOp): self
{
$this->tournageImageSousmarinLocSansOp = $tournageImageSousmarinLocSansOp;
return $this;
}
public function getTournageImageSousmarinLocAvecOp(): ?bool
{
return $this->tournageImageSousmarinLocAvecOp;
}
public function setTournageImageSousmarinLocAvecOp(?bool $tournageImageSousmarinLocAvecOp): self
{
$this->tournageImageSousmarinLocAvecOp = $tournageImageSousmarinLocAvecOp;
return $this;
}
public function getTournageImageSousmarinDescriptif(): ?string
{
return $this->tournageImageSousmarinDescriptif;
}
public function setTournageImageSousmarinDescriptif(?string $tournageImageSousmarinDescriptif): self
{
$this->tournageImageSousmarinDescriptif = $tournageImageSousmarinDescriptif;
return $this;
}
public function getTournageImageHelicoLocSansOp(): ?bool
{
return $this->tournageImageHelicoLocSansOp;
}
public function setTournageImageHelicoLocSansOp(?bool $tournageImageHelicoLocSansOp): self
{
$this->tournageImageHelicoLocSansOp = $tournageImageHelicoLocSansOp;
return $this;
}
public function getTournageImageHelicoLocAvecOp(): ?bool
{
return $this->tournageImageHelicoLocAvecOp;
}
public function setTournageImageHelicoLocAvecOp(?bool $tournageImageHelicoLocAvecOp): self
{
$this->tournageImageHelicoLocAvecOp = $tournageImageHelicoLocAvecOp;
return $this;
}
public function getTournageImageHelicoDescriptif(): ?string
{
return $this->tournageImageHelicoDescriptif;
}
public function setTournageImageHelicoDescriptif(?string $tournageImageHelicoDescriptif): self
{
$this->tournageImageHelicoDescriptif = $tournageImageHelicoDescriptif;
return $this;
}
public function getTournageImageAutreVente(): ?bool
{
return $this->tournageImageAutreVente;
}
public function setTournageImageAutreVente(?bool $tournageImageAutreVente): self
{
$this->tournageImageAutreVente = $tournageImageAutreVente;
return $this;
}
public function getTournageImageAutreLocSansOp(): ?bool
{
return $this->tournageImageAutreLocSansOp;
}
public function setTournageImageAutreLocSansOp(?bool $tournageImageAutreLocSansOp): self
{
$this->tournageImageAutreLocSansOp = $tournageImageAutreLocSansOp;
return $this;
}
public function getTournageImageAutreLocAvecOp(): ?bool
{
return $this->tournageImageAutreLocAvecOp;
}
public function setTournageImageAutreLocAvecOp(?bool $tournageImageAutreLocAvecOp): self
{
$this->tournageImageAutreLocAvecOp = $tournageImageAutreLocAvecOp;
return $this;
}
public function getTournageImageAutreDescriptif(): ?string
{
return $this->tournageImageAutreDescriptif;
}
public function setTournageImageAutreDescriptif(?string $tournageImageAutreDescriptif): self
{
$this->tournageImageAutreDescriptif = $tournageImageAutreDescriptif;
return $this;
}
public function getTournageLumiereLumiereVente(): ?bool
{
return $this->tournageLumiereLumiereVente;
}
public function setTournageLumiereLumiereVente(?bool $tournageLumiereLumiereVente): self
{
$this->tournageLumiereLumiereVente = $tournageLumiereLumiereVente;
return $this;
}
public function getTournageLumiereLumiereLocSansOp(): ?bool
{
return $this->tournageLumiereLumiereLocSansOp;
}
public function setTournageLumiereLumiereLocSansOp(?bool $tournageLumiereLumiereLocSansOp): self
{
$this->tournageLumiereLumiereLocSansOp = $tournageLumiereLumiereLocSansOp;
return $this;
}
public function getTournageLumiereLumiereLocAvecOp(): ?bool
{
return $this->tournageLumiereLumiereLocAvecOp;
}
public function setTournageLumiereLumiereLocAvecOp(bool $tournageLumiereLumiereLocAvecOp): self
{
$this->tournageLumiereLumiereLocAvecOp = $tournageLumiereLumiereLocAvecOp;
return $this;
}
public function getTournageLumiereLumiereDescriptif(): ?string
{
return $this->tournageLumiereLumiereDescriptif;
}
public function setTournageLumiereLumiereDescriptif(?string $tournageLumiereLumiereDescriptif): self
{
$this->tournageLumiereLumiereDescriptif = $tournageLumiereLumiereDescriptif;
return $this;
}
public function getTournageLumiereAccessoireVente(): ?bool
{
return $this->tournageLumiereAccessoireVente;
}
public function setTournageLumiereAccessoireVente(?bool $tournageLumiereAccessoireVente): self
{
$this->tournageLumiereAccessoireVente = $tournageLumiereAccessoireVente;
return $this;
}
public function getTournageLumiereAccessoireLocSansOp(): ?bool
{
return $this->tournageLumiereAccessoireLocSansOp;
}
public function setTournageLumiereAccessoireLocSansOp(?bool $tournageLumiereAccessoireLocSansOp): self
{
$this->tournageLumiereAccessoireLocSansOp = $tournageLumiereAccessoireLocSansOp;
return $this;
}
public function getTournageLumiereAccessoireDescriptif(): ?string
{
return $this->tournageLumiereAccessoireDescriptif;
}
public function setTournageLumiereAccessoireDescriptif(?string $tournageLumiereAccessoireDescriptif): self
{
$this->tournageLumiereAccessoireDescriptif = $tournageLumiereAccessoireDescriptif;
return $this;
}
public function getTournageMachineVente(): ?bool
{
return $this->tournageMachineVente;
}
public function setTournageMachineVente(?bool $tournageMachineVente): self
{
$this->tournageMachineVente = $tournageMachineVente;
return $this;
}
public function getTournageMachineLocSansOp(): ?bool
{
return $this->tournageMachineLocSansOp;
}
public function setTournageMachineLocSansOp(?bool $tournageMachineLocSansOp): self
{
$this->tournageMachineLocSansOp = $tournageMachineLocSansOp;
return $this;
}
public function getTournageMachineLocAvecOp(): ?bool
{
return $this->tournageMachineLocAvecOp;
}
public function setTournageMachineLocAvecOp(?bool $tournageMachineLocAvecOp): self
{
$this->tournageMachineLocAvecOp = $tournageMachineLocAvecOp;
return $this;
}
public function getTournageMachineDescriptif(): ?string
{
return $this->tournageMachineDescriptif;
}
public function setTournageMachineDescriptif(?string $tournageMachineDescriptif): self
{
$this->tournageMachineDescriptif = $tournageMachineDescriptif;
return $this;
}
public function getTournageSonVente(): ?bool
{
return $this->tournageSonVente;
}
public function setTournageSonVente(?bool $tournageSonVente): self
{
$this->tournageSonVente = $tournageSonVente;
return $this;
}
public function getTournageSonLocSansOp(): ?bool
{
return $this->tournageSonLocSansOp;
}
public function setTournageSonLocSansOp(?bool $tournageSonLocSansOp): self
{
$this->tournageSonLocSansOp = $tournageSonLocSansOp;
return $this;
}
public function getTournageSonLocAvecOp(): ?bool
{
return $this->tournageSonLocAvecOp;
}
public function setTournageSonLocAvecOp(?bool $tournageSonLocAvecOp): self
{
$this->tournageSonLocAvecOp = $tournageSonLocAvecOp;
return $this;
}
public function getTournageSonDescriptif(): ?string
{
return $this->tournageSonDescriptif;
}
public function setTournageSonDescriptif(?string $tournageSonDescriptif): self
{
$this->tournageSonDescriptif = $tournageSonDescriptif;
return $this;
}
public function getTournageElecVente(): ?bool
{
return $this->tournageElecVente;
}
public function setTournageElecVente(?bool $tournageElecVente): self
{
$this->tournageElecVente = $tournageElecVente;
return $this;
}
public function getTournageElecLocSansOp(): ?bool
{
return $this->tournageElecLocSansOp;
}
public function setTournageElecLocSansOp(?bool $tournageElecLocSansOp): self
{
$this->tournageElecLocSansOp = $tournageElecLocSansOp;
return $this;
}
public function getTournageElecLocAvecOp(): ?bool
{
return $this->tournageElecLocAvecOp;
}
public function setTournageElecLocAvecOp(?bool $tournageElecLocAvecOp): self
{
$this->tournageElecLocAvecOp = $tournageElecLocAvecOp;
return $this;
}
public function getTournageElecDescriptif(): ?string
{
return $this->tournageElecDescriptif;
}
public function setTournageElecDescriptif(?string $tournageElecDescriptif): self
{
$this->tournageElecDescriptif = $tournageElecDescriptif;
return $this;
}
public function getTournageRegieEquipementVente(): ?bool
{
return $this->tournageRegieEquipementVente;
}
public function setTournageRegieEquipementVente(?bool $tournageRegieEquipementVente): self
{
$this->tournageRegieEquipementVente = $tournageRegieEquipementVente;
return $this;
}
public function getTournageRegieEquipementLocSansOp(): ?bool
{
return $this->tournageRegieEquipementLocSansOp;
}
public function setTournageRegieEquipementLocSansOp(?bool $tournageRegieEquipementLocSansOp): self
{
$this->tournageRegieEquipementLocSansOp = $tournageRegieEquipementLocSansOp;
return $this;
}
public function getTournageRegieEquipementDescriptif(): ?string
{
return $this->tournageRegieEquipementDescriptif;
}
public function setTournageRegieEquipementDescriptif(?string $tournageRegieEquipementDescriptif): self
{
$this->tournageRegieEquipementDescriptif = $tournageRegieEquipementDescriptif;
return $this;
}
public function getTournageRegieServiceLocAvecOp(): ?bool
{
return $this->tournageRegieServiceLocAvecOp;
}
public function setTournageRegieServiceLocAvecOp(?bool $tournageRegieServiceLocAvecOp): self
{
$this->tournageRegieServiceLocAvecOp = $tournageRegieServiceLocAvecOp;
return $this;
}
public function getTournageRegieServiceDescriptif(): ?string
{
return $this->tournageRegieServiceDescriptif;
}
public function setTournageRegieServiceDescriptif(?string $tournageRegieServiceDescriptif): self
{
$this->tournageRegieServiceDescriptif = $tournageRegieServiceDescriptif;
return $this;
}
public function getTournageLocauxStudiosimpleSurface(): ?int
{
return $this->tournageLocauxStudiosimpleSurface;
}
public function setTournageLocauxStudiosimpleSurface(?int $tournageLocauxStudiosimpleSurface): self
{
$this->tournageLocauxStudiosimpleSurface = $tournageLocauxStudiosimpleSurface;
return $this;
}
public function getTournageLocauxStudiosimpleLocSansOp(): ?bool
{
return $this->tournageLocauxStudiosimpleLocSansOp;
}
public function setTournageLocauxStudiosimpleLocSansOp(?bool $tournageLocauxStudiosimpleLocSansOp): self
{
$this->tournageLocauxStudiosimpleLocSansOp = $tournageLocauxStudiosimpleLocSansOp;
return $this;
}
public function getTournageLocauxStudiosimpleLocAvecOp(): ?bool
{
return $this->tournageLocauxStudiosimpleLocAvecOp;
}
public function setTournageLocauxStudiosimpleLocAvecOp(?bool $tournageLocauxStudiosimpleLocAvecOp): self
{
$this->tournageLocauxStudiosimpleLocAvecOp = $tournageLocauxStudiosimpleLocAvecOp;
return $this;
}
public function getTournageLocauxStudiosimpleDescriptif(): ?string
{
return $this->tournageLocauxStudiosimpleDescriptif;
}
public function setTournageLocauxStudiosimpleDescriptif(?string $tournageLocauxStudiosimpleDescriptif): self
{
$this->tournageLocauxStudiosimpleDescriptif = $tournageLocauxStudiosimpleDescriptif;
return $this;
}
public function getTournageLocauxStudioVirtuelSurface(): ?int
{
return $this->tournageLocauxStudioVirtuelSurface;
}
public function setTournageLocauxStudioVirtuelSurface(?int $tournageLocauxStudioVirtuelSurface): self
{
$this->tournageLocauxStudioVirtuelSurface = $tournageLocauxStudioVirtuelSurface;
return $this;
}
public function getTournageLocauxStudioVirtuelLocSansOp(): ?bool
{
return $this->tournageLocauxStudioVirtuelLocSansOp;
}
public function setTournageLocauxStudioVirtuelLocSansOp(?bool $tournageLocauxStudioVirtuelLocSansOp): self
{
$this->tournageLocauxStudioVirtuelLocSansOp = $tournageLocauxStudioVirtuelLocSansOp;
return $this;
}
public function getTournageLocauxStudioVirtuelLocAvecOp(): ?bool
{
return $this->tournageLocauxStudioVirtuelLocAvecOp;
}
public function setTournageLocauxStudioVirtuelLocAvecOp(?bool $tournageLocauxStudioVirtuelLocAvecOp): self
{
$this->tournageLocauxStudioVirtuelLocAvecOp = $tournageLocauxStudioVirtuelLocAvecOp;
return $this;
}
public function getTournageLocauxStudioVirtuelDescriptif(): ?string
{
return $this->tournageLocauxStudioVirtuelDescriptif;
}
public function setTournageLocauxStudioVirtuelDescriptif(?string $tournageLocauxStudioVirtuelDescriptif): self
{
$this->tournageLocauxStudioVirtuelDescriptif = $tournageLocauxStudioVirtuelDescriptif;
return $this;
}
public function getTournageLocauxPlateauTvSurface(): ?int
{
return $this->tournageLocauxPlateauTvSurface;
}
public function setTournageLocauxPlateauTvSurface(?int $tournageLocauxPlateauTvSurface): self
{
$this->tournageLocauxPlateauTvSurface = $tournageLocauxPlateauTvSurface;
return $this;
}
public function getTournageLocauxPlateauTvLocSansOp(): ?bool
{
return $this->tournageLocauxPlateauTvLocSansOp;
}
public function setTournageLocauxPlateauTvLocSansOp(?bool $tournageLocauxPlateauTvLocSansOp): self
{
$this->tournageLocauxPlateauTvLocSansOp = $tournageLocauxPlateauTvLocSansOp;
return $this;
}
public function getTournageLocauxPlateauTvLocAvecOp(): ?bool
{
return $this->tournageLocauxPlateauTvLocAvecOp;
}
public function setTournageLocauxPlateauTvLocAvecOp(?bool $tournageLocauxPlateauTvLocAvecOp): self
{
$this->tournageLocauxPlateauTvLocAvecOp = $tournageLocauxPlateauTvLocAvecOp;
return $this;
}
public function getTournageLocauxPlateauTvDescriptif(): ?string
{
return $this->tournageLocauxPlateauTvDescriptif;
}
public function setTournageLocauxPlateauTvDescriptif(?string $tournageLocauxPlateauTvDescriptif): self
{
$this->tournageLocauxPlateauTvDescriptif = $tournageLocauxPlateauTvDescriptif;
return $this;
}
public function getTournageLocauxAutreType(): ?string
{
return $this->tournageLocauxAutreType;
}
public function setTournageLocauxAutreType(?string $tournageLocauxAutreType): self
{
$this->tournageLocauxAutreType = $tournageLocauxAutreType;
return $this;
}
public function getTournageLocauxAutreSurface(): ?int
{
return $this->tournageLocauxAutreSurface;
}
public function setTournageLocauxAutreSurface(?int $tournageLocauxAutreSurface): self
{
$this->tournageLocauxAutreSurface = $tournageLocauxAutreSurface;
return $this;
}
public function getTournageLocauxAutreLocSansOp(): ?bool
{
return $this->tournageLocauxAutreLocSansOp;
}
public function setTournageLocauxAutreLocSansOp(?bool $tournageLocauxAutreLocSansOp): self
{
$this->tournageLocauxAutreLocSansOp = $tournageLocauxAutreLocSansOp;
return $this;
}
public function getTournageLocauxAutreLocAvecOp(): ?bool
{
return $this->tournageLocauxAutreLocAvecOp;
}
public function setTournageLocauxAutreLocAvecOp(?bool $tournageLocauxAutreLocAvecOp): self
{
$this->tournageLocauxAutreLocAvecOp = $tournageLocauxAutreLocAvecOp;
return $this;
}
public function getTournageLocauxAutreDescriptif(): ?string
{
return $this->tournageLocauxAutreDescriptif;
}
public function setTournageLocauxAutreDescriptif(?string $tournageLocauxAutreDescriptif): self
{
$this->tournageLocauxAutreDescriptif = $tournageLocauxAutreDescriptif;
return $this;
}
public function getPostprodImageMontageVente(): ?bool
{
return $this->postprodImageMontageVente;
}
public function setPostprodImageMontageVente(?bool $postprodImageMontageVente): self
{
$this->postprodImageMontageVente = $postprodImageMontageVente;
return $this;
}
public function getPostprodImageMontageLocSansOp(): ?bool
{
return $this->postprodImageMontageLocSansOp;
}
public function setPostprodImageMontageLocSansOp(?bool $postprodImageMontageLocSansOp): self
{
$this->postprodImageMontageLocSansOp = $postprodImageMontageLocSansOp;
return $this;
}
public function getPostprodImageMontageLocAvecOp(): ?bool
{
return $this->postprodImageMontageLocAvecOp;
}
public function setPostprodImageMontageLocAvecOp(?bool $postprodImageMontageLocAvecOp): self
{
$this->postprodImageMontageLocAvecOp = $postprodImageMontageLocAvecOp;
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 getPostprodImageTrucageVente(): ?bool
{
return $this->postprodImageTrucageVente;
}
public function setPostprodImageTrucageVente(?bool $postprodImageTrucageVente): self
{
$this->postprodImageTrucageVente = $postprodImageTrucageVente;
return $this;
}
public function getPostprodImageTrucageLocSansOp(): ?bool
{
return $this->postprodImageTrucageLocSansOp;
}
public function setPostprodImageTrucageLocSansOp(?bool $postprodImageTrucageLocSansOp): self
{
$this->postprodImageTrucageLocSansOp = $postprodImageTrucageLocSansOp;
return $this;
}
public function getPostprodImageTrucageLocAvecOp(): ?bool
{
return $this->postprodImageTrucageLocAvecOp;
}
public function setPostprodImageTrucageLocAvecOp(?bool $postprodImageTrucageLocAvecOp): self
{
$this->postprodImageTrucageLocAvecOp = $postprodImageTrucageLocAvecOp;
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 getPostprodImageTitrageLocSansOp(): ?bool
{
return $this->postprodImageTitrageLocSansOp;
}
public function setPostprodImageTitrageLocSansOp(?bool $postprodImageTitrageLocSansOp): self
{
$this->postprodImageTitrageLocSansOp = $postprodImageTitrageLocSansOp;
return $this;
}
public function getPostprodImageTitrageLocAvecOp(): ?bool
{
return $this->postprodImageTitrageLocAvecOp;
}
public function setPostprodImageTitrageLocAvecOp(?bool $postprodImageTitrageLocAvecOp): self
{
$this->postprodImageTitrageLocAvecOp = $postprodImageTitrageLocAvecOp;
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 getPostprodImageAnimLocSansOp(): ?bool
{
return $this->postprodImageAnimLocSansOp;
}
public function setPostprodImageAnimLocSansOp(?bool $postprodImageAnimLocSansOp): self
{
$this->postprodImageAnimLocSansOp = $postprodImageAnimLocSansOp;
return $this;
}
public function getPostprodImageAnimLocAvecOp(): ?bool
{
return $this->postprodImageAnimLocAvecOp;
}
public function setPostprodImageAnimLocAvecOp(?bool $postprodImageAnimLocAvecOp): self
{
$this->postprodImageAnimLocAvecOp = $postprodImageAnimLocAvecOp;
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 getPostprodImageEtalonVente(): ?bool
{
return $this->postprodImageEtalonVente;
}
public function setPostprodImageEtalonVente(?bool $postprodImageEtalonVente): self
{
$this->postprodImageEtalonVente = $postprodImageEtalonVente;
return $this;
}
public function getPostprodImageEtalonLocSansOp(): ?bool
{
return $this->postprodImageEtalonLocSansOp;
}
public function setPostprodImageEtalonLocSansOp(?bool $postprodImageEtalonLocSansOp): self
{
$this->postprodImageEtalonLocSansOp = $postprodImageEtalonLocSansOp;
return $this;
}
public function getPostprodImageEtalonLocAvecOp(): ?bool
{
return $this->postprodImageEtalonLocAvecOp;
}
public function setPostprodImageEtalonLocAvecOp(?bool $postprodImageEtalonLocAvecOp): self
{
$this->postprodImageEtalonLocAvecOp = $postprodImageEtalonLocAvecOp;
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 getPostprodSonMusiqueLocSansOp(): ?bool
{
return $this->postprodSonMusiqueLocSansOp;
}
public function setPostprodSonMusiqueLocSansOp(?bool $postprodSonMusiqueLocSansOp): self
{
$this->postprodSonMusiqueLocSansOp = $postprodSonMusiqueLocSansOp;
return $this;
}
public function getPostprodSonMusiqueLocAvecOp(): ?bool
{
return $this->postprodSonMusiqueLocAvecOp;
}
public function setPostprodSonMusiqueLocAvecOp(?bool $postprodSonMusiqueLocAvecOp): self
{
$this->postprodSonMusiqueLocAvecOp = $postprodSonMusiqueLocAvecOp;
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 getPostprodSonVoixoffLocSansOp(): ?bool
{
return $this->postprodSonVoixoffLocSansOp;
}
public function setPostprodSonVoixoffLocSansOp(?bool $postprodSonVoixoffLocSansOp): self
{
$this->postprodSonVoixoffLocSansOp = $postprodSonVoixoffLocSansOp;
return $this;
}
public function getPostprodSonVoixoffLocAvecOp(): ?bool
{
return $this->postprodSonVoixoffLocAvecOp;
}
public function setPostprodSonVoixoffLocAvecOp(?bool $postprodSonVoixoffLocAvecOp): self
{
$this->postprodSonVoixoffLocAvecOp = $postprodSonVoixoffLocAvecOp;
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 getPostprodSonDoublageLocSansOp(): ?bool
{
return $this->postprodSonDoublageLocSansOp;
}
public function setPostprodSonDoublageLocSansOp(?bool $postprodSonDoublageLocSansOp): self
{
$this->postprodSonDoublageLocSansOp = $postprodSonDoublageLocSansOp;
return $this;
}
public function getPostprodSonDoublageLocAvecOp(): ?bool
{
return $this->postprodSonDoublageLocAvecOp;
}
public function setPostprodSonDoublageLocAvecOp(?bool $postprodSonDoublageLocAvecOp): self
{
$this->postprodSonDoublageLocAvecOp = $postprodSonDoublageLocAvecOp;
return $this;
}
public function getPostprodSonDoublageLocaux(): ?bool
{
return $this->postprodSonDoublageLocaux;
}
public function setPostprodSonDoublageLocaux(?bool $postprodSonDoublageLocaux): self
{
$this->postprodSonDoublageLocaux = $postprodSonDoublageLocaux;
return $this;
}
public function getPostprodSonDoublageDescriptif(): ?string
{
return $this->postprodSonDoublageDescriptif;
}
public function setPostprodSonDoublageDescriptif(?string $postprodSonDoublageDescriptif): self
{
$this->postprodSonDoublageDescriptif = $postprodSonDoublageDescriptif;
return $this;
}
public function getPostprodSonBruitageLocSansOp(): ?bool
{
return $this->postprodSonBruitageLocSansOp;
}
public function setPostprodSonBruitageLocSansOp(?bool $postprodSonBruitageLocSansOp): self
{
$this->postprodSonBruitageLocSansOp = $postprodSonBruitageLocSansOp;
return $this;
}
public function getPostprodSonBruitageLocAvecOp(): ?bool
{
return $this->postprodSonBruitageLocAvecOp;
}
public function setPostprodSonBruitageLocAvecOp(?bool $postprodSonBruitageLocAvecOp): self
{
$this->postprodSonBruitageLocAvecOp = $postprodSonBruitageLocAvecOp;
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 getPostprodSonMixageLocSansOp(): ?bool
{
return $this->postprodSonMixageLocSansOp;
}
public function setPostprodSonMixageLocSansOp(?bool $postprodSonMixageLocSansOp): self
{
$this->postprodSonMixageLocSansOp = $postprodSonMixageLocSansOp;
return $this;
}
public function getPostprodSonMixageLocAvecOp(): ?bool
{
return $this->postprodSonMixageLocAvecOp;
}
public function setPostprodSonMixageLocAvecOp(?bool $postprodSonMixageLocAvecOp): self
{
$this->postprodSonMixageLocAvecOp = $postprodSonMixageLocAvecOp;
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 getDiffTechLaboLocAvecOp(): ?bool
{
return $this->diffTechLaboLocAvecOp;
}
public function setDiffTechLaboLocAvecOp(?bool $diffTechLaboLocAvecOp): self
{
$this->diffTechLaboLocAvecOp = $diffTechLaboLocAvecOp;
return $this;
}
public function getDiffTechLaboDescriptif(): ?string
{
return $this->diffTechLaboDescriptif;
}
public function setDiffTechLaboDescriptif(?string $diffTechLaboDescriptif): self
{
$this->diffTechLaboDescriptif = $diffTechLaboDescriptif;
return $this;
}
public function getDiffTechMasterLocAvecOp(): ?bool
{
return $this->diffTechMasterLocAvecOp;
}
public function setDiffTechMasterLocAvecOp(?bool $diffTechMasterLocAvecOp): self
{
$this->diffTechMasterLocAvecOp = $diffTechMasterLocAvecOp;
return $this;
}
public function getDiffTechMasterDescriptif(): ?string
{
return $this->diffTechMasterDescriptif;
}
public function setDiffTechMasterDescriptif(?string $diffTechMasterDescriptif): self
{
$this->diffTechMasterDescriptif = $diffTechMasterDescriptif;
return $this;
}
public function getDiffTechAuthorLocAvecOp(): ?bool
{
return $this->diffTechAuthorLocAvecOp;
}
public function setDiffTechAuthorLocAvecOp(?bool $diffTechAuthorLocAvecOp): self
{
$this->diffTechAuthorLocAvecOp = $diffTechAuthorLocAvecOp;
return $this;
}
public function getDiffTechAuthorDescriptif(): ?string
{
return $this->diffTechAuthorDescriptif;
}
public function setDiffTechAuthorDescriptif(?string $diffTechAuthorDescriptif): self
{
$this->diffTechAuthorDescriptif = $diffTechAuthorDescriptif;
return $this;
}
public function getDiffOutilsEcranVente(): ?bool
{
return $this->diffOutilsEcranVente;
}
public function setDiffOutilsEcranVente(?bool $diffOutilsEcranVente): self
{
$this->diffOutilsEcranVente = $diffOutilsEcranVente;
return $this;
}
public function getDiffOutilsEcranLocSansOp(): ?bool
{
return $this->diffOutilsEcranLocSansOp;
}
public function setDiffOutilsEcranLocSansOp(?bool $diffOutilsEcranLocSansOp): self
{
$this->diffOutilsEcranLocSansOp = $diffOutilsEcranLocSansOp;
return $this;
}
public function getDiffOutilsEcranLocAvecOp(): ?bool
{
return $this->diffOutilsEcranLocAvecOp;
}
public function setDiffOutilsEcranLocAvecOp(?bool $diffOutilsEcranLocAvecOp): self
{
$this->diffOutilsEcranLocAvecOp = $diffOutilsEcranLocAvecOp;
return $this;
}
public function getDiffOutilsEcranLocaux(): ?bool
{
return $this->diffOutilsEcranLocaux;
}
public function setDiffOutilsEcranLocaux(?bool $diffOutilsEcranLocaux): self
{
$this->diffOutilsEcranLocaux = $diffOutilsEcranLocaux;
return $this;
}
public function getDiffOutilsEcranDescriptif(): ?string
{
return $this->diffOutilsEcranDescriptif;
}
public function setDiffOutilsEcranDescriptif(?string $diffOutilsEcranDescriptif): self
{
$this->diffOutilsEcranDescriptif = $diffOutilsEcranDescriptif;
return $this;
}
public function getDiffOutilsCasqueVente(): ?bool
{
return $this->diffOutilsCasqueVente;
}
public function setDiffOutilsCasqueVente(?bool $diffOutilsCasqueVente): self
{
$this->diffOutilsCasqueVente = $diffOutilsCasqueVente;
return $this;
}
public function getDiffOutilsCasqueLocSansOp(): ?bool
{
return $this->diffOutilsCasqueLocSansOp;
}
public function setDiffOutilsCasqueLocSansOp(?bool $diffOutilsCasqueLocSansOp): self
{
$this->diffOutilsCasqueLocSansOp = $diffOutilsCasqueLocSansOp;
return $this;
}
public function getDiffOutilsCasqueDescriptif(): ?string
{
return $this->diffOutilsCasqueDescriptif;
}
public function setDiffOutilsCasqueDescriptif(?string $diffOutilsCasqueDescriptif): self
{
$this->diffOutilsCasqueDescriptif = $diffOutilsCasqueDescriptif;
return $this;
}
public function getDiffOutilsAutrePrecision(): ?string
{
return $this->diffOutilsAutrePrecision;
}
public function setDiffOutilsAutrePrecision(?string $diffOutilsAutrePrecision): self
{
$this->diffOutilsAutrePrecision = $diffOutilsAutrePrecision;
return $this;
}
public function getDiffOutilsAutreDescriptif(): ?string
{
return $this->diffOutilsAutreDescriptif;
}
public function setDiffOutilsAutreDescriptif(?string $diffOutilsAutreDescriptif): self
{
$this->diffOutilsAutreDescriptif = $diffOutilsAutreDescriptif;
return $this;
}
/**
* @param File|UploadedFile $catalogueMaterielFile
*/
public function setCatalogueMaterielFile(?File $catalogueMaterielFile = null)
{
$this->catalogueMaterielFile = $catalogueMaterielFile;
if (null !== $catalogueMaterielFile) {
// It is required that at least one field changes if you are using doctrine
// otherwise the event listeners won't be called and the file is lost
$this->catalogueMaterielUpdatedAt = new \DateTimeImmutable();
}
}
public function getCatalogueMaterielFile(): ?File
{
return $this->catalogueMaterielFile;
}
public function setCatalogueMateriel(EmbeddedFile $catalogueMateriel)
{
$this->catalogueMateriel = $catalogueMateriel;
}
public function getCatalogueMateriel(): ?EmbeddedFile
{
return $this->catalogueMateriel;
}
public function getCatalogueCompletLien(): ?string
{
return $this->catalogueCompletLien;
}
public function setCatalogueCompletLien(?string $catalogueCompletLien): self
{
$this->catalogueCompletLien = $catalogueCompletLien;
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 getInfolanguePrecision(): ?string
{
return $this->infolanguePrecision;
}
public function setInfolanguePrecision(?string $infolanguePrecision): self
{
$this->infolanguePrecision = $infolanguePrecision;
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;
}
}