src/Entity/IndustriePrestataire.php line 17

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. use App\Repository\IndustriePrestataireRepository;
  4. use Doctrine\ORM\Mapping as ORM;
  5. use Symfony\Component\HttpFoundation\File\File;
  6. use Symfony\Component\HttpFoundation\File\UploadedFile;
  7. use Symfony\Component\Validator\Constraints as Assert;
  8. use Vich\UploaderBundle\Entity\File as EmbeddedFile;
  9. use Vich\UploaderBundle\Mapping\Annotation as Vich;
  10. /**
  11.  * @ORM\Entity(repositoryClass=IndustriePrestataireRepository::class)
  12.  * @Vich\Uploadable
  13.  */
  14. class IndustriePrestataire
  15. {
  16.     /**
  17.      * @ORM\Id()
  18.      * @ORM\GeneratedValue()
  19.      * @ORM\Column(type="integer")
  20.      */
  21.     private $id;
  22.     /**
  23.      * @ORM\Column(type="text", nullable=true)
  24.      */
  25.     private $presentation;
  26.     /**
  27.      * @ORM\Column(type="string", length=255, nullable=true)
  28.      */
  29.     private $activiteSecond;
  30.     /**
  31.      * @ORM\Column(type="boolean", nullable=true)
  32.      */
  33.     private $serviceVente;
  34.     /**
  35.      * @ORM\Column(type="boolean", nullable=true)
  36.      */
  37.     private $serviceLocAvecOp;
  38.     /**
  39.      * @ORM\Column(type="boolean", nullable=true)
  40.      */
  41.     private $serviceLocSansOp;
  42.     /**
  43.      * @ORM\Column(type="boolean", nullable=true)
  44.      */
  45.     private $serviceSav;
  46.     /**
  47.      * @ORM\Column(type="boolean", nullable=true)
  48.      */
  49.     private $secteurCine;
  50.     /**
  51.      * @ORM\Column(type="boolean", nullable=true)
  52.      */
  53.     private $secteurTv;
  54.     /**
  55.      * @ORM\Column(type="boolean", nullable=true)
  56.      */
  57.     private $secteurWeb;
  58.     /**
  59.      * @ORM\Column(type="boolean", nullable=true)
  60.      */
  61.     private $secteurInstitut;
  62.     /**
  63.      * @ORM\Column(type="boolean", nullable=true)
  64.      */
  65.     private $tournageImageCameraVente;
  66.     /**
  67.      * @ORM\Column(type="boolean", nullable=true)
  68.      */
  69.     private $tournageImageCameraLocSansOp;
  70.     /**
  71.      * @ORM\Column(type="boolean", nullable=true)
  72.      */
  73.     private $tournageImageCameraLocAvecOp;
  74.     /**
  75.      * @ORM\Column(type="text", nullable=true)
  76.      */
  77.     private $tournageImageCameraDescriptif;
  78.     /**
  79.      * @ORM\Column(type="boolean", nullable=true)
  80.      */
  81.     private $tournageOptiqueVente;
  82.     /**
  83.      * @ORM\Column(type="boolean", nullable=true)
  84.      */
  85.     private $tournageOptiqueLocSansOp;
  86.     /**
  87.      * @ORM\Column(type="text", nullable=true)
  88.      */
  89.     private $tournageImageOptiqueDescriptif;
  90.     /**
  91.      * @ORM\Column(type="boolean", nullable=true)
  92.      */
  93.     private $tournageMonitoringVente;
  94.     /**
  95.      * @ORM\Column(type="boolean", nullable=true)
  96.      */
  97.     private $tournageMonitoringLocSansOp;
  98.     /**
  99.      * @ORM\Column(type="text", nullable=true)
  100.      */
  101.     private $tournageImageMonitoringDescriptif;
  102.     /**
  103.      * @ORM\Column(type="boolean", nullable=true)
  104.      */
  105.     private $tournageAccessoireVente;
  106.     /**
  107.      * @ORM\Column(type="boolean", nullable=true))
  108.      */
  109.     private $tournageAccessoireLocSansOp;
  110.     /**
  111.      * @ORM\Column(type="text", nullable=true)
  112.      */
  113.     private $tournageImageAccessoireDescriptif;
  114.     /**
  115.      * @ORM\Column(type="boolean", nullable=true)
  116.      */
  117.     private $tournageDroneVente;
  118.     /**
  119.      * @ORM\Column(type="boolean", nullable=true)
  120.      */
  121.     private $tournageDroneLocSansOp;
  122.     /**
  123.      * @ORM\Column(type="boolean", nullable=true)
  124.      */
  125.     private $tournageDroneLocAvecOp;
  126.     /**
  127.      * @ORM\Column(type="text", nullable=true)
  128.      */
  129.     private $tournageImageDroneDescriptif;
  130.     /**
  131.      * @ORM\Column(type="boolean", nullable=true)
  132.      */
  133.     private $tournageImageDroneDgacLocAvecOp;
  134.     /**
  135.      * @ORM\Column(type="text", nullable=true)
  136.      */
  137.     private $tournageImageDroneDgacDescriptif;
  138.     /**
  139.      * @ORM\Column(type="boolean", nullable=true)
  140.      */
  141.     private $tournageImageSousmarinVente;
  142.     /**
  143.      * @ORM\Column(type="boolean", nullable=true)
  144.      */
  145.     private $tournageImageSousmarinLocSansOp;
  146.     /**
  147.      * @ORM\Column(type="boolean", nullable=true)
  148.      */
  149.     private $tournageImageSousmarinLocAvecOp;
  150.     /**
  151.      * @ORM\Column(type="text", nullable=true)
  152.      */
  153.     private $tournageImageSousmarinDescriptif;
  154.     /**
  155.      * @ORM\Column(type="boolean", nullable=true)
  156.      */
  157.     private $tournageImageHelicoLocSansOp;
  158.     /**
  159.      * @ORM\Column(type="boolean", nullable=true)
  160.      */
  161.     private $tournageImageHelicoLocAvecOp;
  162.     /**
  163.      * @ORM\Column(type="text", nullable=true)
  164.      */
  165.     private $tournageImageHelicoDescriptif;
  166.     /**
  167.      * @ORM\Column(type="boolean", nullable=true)
  168.      */
  169.     private $tournageImageAutreVente;
  170.     /**
  171.      * @ORM\Column(type="boolean", nullable=true)
  172.      */
  173.     private $tournageImageAutreLocSansOp;
  174.     /**
  175.      * @ORM\Column(type="boolean", nullable=true)
  176.      */
  177.     private $tournageImageAutreLocAvecOp;
  178.     /**
  179.      * @ORM\Column(type="text", nullable=true)
  180.      */
  181.     private $tournageImageAutreDescriptif;
  182.     /**
  183.      * @ORM\Column(type="boolean", nullable=true)
  184.      */
  185.     private $tournageLumiereLumiereVente;
  186.     /**
  187.      * @ORM\Column(type="boolean", nullable=true)
  188.      */
  189.     private $tournageLumiereLumiereLocSansOp;
  190.     /**
  191.      * @ORM\Column(type="boolean", nullable=true)
  192.      */
  193.     private $tournageLumiereLumiereLocAvecOp;
  194.     /**
  195.      * @ORM\Column(type="text", nullable=true)
  196.      */
  197.     private $tournageLumiereLumiereDescriptif;
  198.     /**
  199.      * @ORM\Column(type="boolean", nullable=true)
  200.      */
  201.     private $tournageLumiereAccessoireVente;
  202.     /**
  203.      * @ORM\Column(type="boolean", nullable=true)
  204.      */
  205.     private $tournageLumiereAccessoireLocSansOp;
  206.     /**
  207.      * @ORM\Column(type="text", nullable=true)
  208.      */
  209.     private $tournageLumiereAccessoireDescriptif;
  210.     /**
  211.      * @ORM\Column(type="boolean", nullable=true)
  212.      */
  213.     private $tournageMachineVente;
  214.     /**
  215.      * @ORM\Column(type="boolean", nullable=true)
  216.      */
  217.     private $tournageMachineLocSansOp;
  218.     /**
  219.      * @ORM\Column(type="boolean", nullable=true)
  220.      */
  221.     private $tournageMachineLocAvecOp;
  222.     /**
  223.      * @ORM\Column(type="text", nullable=true)
  224.      */
  225.     private $tournageMachineDescriptif;
  226.     /**
  227.      * @ORM\Column(type="boolean", nullable=true)
  228.      */
  229.     private $tournageSonVente;
  230.     /**
  231.      * @ORM\Column(type="boolean", nullable=true)
  232.      */
  233.     private $tournageSonLocSansOp;
  234.     /**
  235.      * @ORM\Column(type="boolean", nullable=true)
  236.      */
  237.     private $tournageSonLocAvecOp;
  238.     /**
  239.      * @ORM\Column(type="text", nullable=true)
  240.      */
  241.     private $tournageSonDescriptif;
  242.     /**
  243.      * @ORM\Column(type="boolean", nullable=true)
  244.      */
  245.     private $tournageElecVente;
  246.     /**
  247.      * @ORM\Column(type="boolean", nullable=true)
  248.      */
  249.     private $tournageElecLocSansOp;
  250.     /**
  251.      * @ORM\Column(type="boolean", nullable=true)
  252.      */
  253.     private $tournageElecLocAvecOp;
  254.     /**
  255.      * @ORM\Column(type="text", nullable=true)
  256.      */
  257.     private $tournageElecDescriptif;
  258.     /**
  259.      * @ORM\Column(type="boolean", nullable=true)
  260.      */
  261.     private $tournageRegieEquipementVente;
  262.     /**
  263.      * @ORM\Column(type="boolean", nullable=true)
  264.      */
  265.     private $tournageRegieEquipementLocSansOp;
  266.     /**
  267.      * @ORM\Column(type="text", nullable=true)
  268.      */
  269.     private $tournageRegieEquipementDescriptif;
  270.     /**
  271.      * @ORM\Column(type="boolean", nullable=true)
  272.      */
  273.     private $tournageRegieServiceLocAvecOp;
  274.     /**
  275.      * @ORM\Column(type="text", nullable=true)
  276.      */
  277.     private $tournageRegieServiceDescriptif;
  278.     /**
  279.      * @ORM\Column(type="integer", nullable=true)
  280.      */
  281.     private $tournageLocauxStudiosimpleSurface;
  282.     /**
  283.      * @ORM\Column(type="boolean", nullable=true)
  284.      */
  285.     private $tournageLocauxStudiosimpleLocSansOp;
  286.     /**
  287.      * @ORM\Column(type="boolean", nullable=true)
  288.      */
  289.     private $tournageLocauxStudiosimpleLocAvecOp;
  290.     /**
  291.      * @ORM\Column(type="text", nullable=true)
  292.      */
  293.     private $tournageLocauxStudiosimpleDescriptif;
  294.     /**
  295.      * @ORM\Column(type="integer", nullable=true)
  296.      */
  297.     private $tournageLocauxStudioVirtuelSurface;
  298.     /**
  299.      * @ORM\Column(type="boolean", nullable=true)
  300.      */
  301.     private $tournageLocauxStudioVirtuelLocSansOp;
  302.     /**
  303.      * @ORM\Column(type="boolean", nullable=true)
  304.      */
  305.     private $tournageLocauxStudioVirtuelLocAvecOp;
  306.     /**
  307.      * @ORM\Column(type="text", nullable=true)
  308.      */
  309.     private $tournageLocauxStudioVirtuelDescriptif;
  310.     /**
  311.      * @ORM\Column(type="integer", nullable=true)
  312.      */
  313.     private $tournageLocauxPlateauTvSurface;
  314.     /**
  315.      * @ORM\Column(type="boolean", nullable=true)
  316.      */
  317.     private $tournageLocauxPlateauTvLocSansOp;
  318.     /**
  319.      * @ORM\Column(type="boolean", nullable=true)
  320.      */
  321.     private $tournageLocauxPlateauTvLocAvecOp;
  322.     /**
  323.      * @ORM\Column(type="text", nullable=true)
  324.      */
  325.     private $tournageLocauxPlateauTvDescriptif;
  326.     /**
  327.      * @ORM\Column(type="string", length=255, nullable=true)
  328.      */
  329.     private $tournageLocauxAutreType;
  330.     /**
  331.      * @ORM\Column(type="integer", nullable=true)
  332.      */
  333.     private $tournageLocauxAutreSurface;
  334.     /**
  335.      * @ORM\Column(type="boolean", nullable=true)
  336.      */
  337.     private $tournageLocauxAutreLocSansOp;
  338.     /**
  339.      * @ORM\Column(type="boolean", nullable=true)
  340.      */
  341.     private $tournageLocauxAutreLocAvecOp;
  342.     /**
  343.      * @ORM\Column(type="text", nullable=true)
  344.      */
  345.     private $tournageLocauxAutreDescriptif;
  346.     /**
  347.      * @ORM\Column(type="boolean", nullable=true)
  348.      */
  349.     private $postprodImageMontageVente;
  350.     /**
  351.      * @ORM\Column(type="boolean", nullable=true)
  352.      */
  353.     private $postprodImageMontageLocSansOp;
  354.     /**
  355.      * @ORM\Column(type="boolean", nullable=true)
  356.      */
  357.     private $postprodImageMontageLocAvecOp;
  358.     /**
  359.      * @ORM\Column(type="boolean", nullable=true)
  360.      */
  361.     private $postprodImageMontageLocaux;
  362.     /**
  363.      * @ORM\Column(type="text", nullable=true)
  364.      */
  365.     private $postprodImageMontageDescriptif;
  366.     /**
  367.      * @ORM\Column(type="boolean", nullable=true)
  368.      */
  369.     private $postprodImageTrucageVente;
  370.     /**
  371.      * @ORM\Column(type="boolean", nullable=true)
  372.      */
  373.     private $postprodImageTrucageLocSansOp;
  374.     /**
  375.      * @ORM\Column(type="boolean", nullable=true)
  376.      */
  377.     private $postprodImageTrucageLocAvecOp;
  378.     /**
  379.      * @ORM\Column(type="boolean", nullable=true)
  380.      */
  381.     private $postprodImageTrucageLocaux;
  382.     /**
  383.      * @ORM\Column(type="text", nullable=true)
  384.      */
  385.     private $postprodImageTrucageDescriptif;
  386.     /**
  387.      * @ORM\Column(type="boolean", nullable=true)
  388.      */
  389.     private $postprodImageTitrageLocSansOp;
  390.     /**
  391.      * @ORM\Column(type="boolean", nullable=true)
  392.      */
  393.     private $postprodImageTitrageLocAvecOp;
  394.     /**
  395.      * @ORM\Column(type="boolean", nullable=true)
  396.      */
  397.     private $postprodImageTitrageLocaux;
  398.     /**
  399.      * @ORM\Column(type="text", nullable=true)
  400.      */
  401.     private $postprodImageTitrageDescriptif;
  402.     /**
  403.      * @ORM\Column(type="boolean", nullable=true)
  404.      */
  405.     private $postprodImageAnimLocSansOp;
  406.     /**
  407.      * @ORM\Column(type="boolean", nullable=true)
  408.      */
  409.     private $postprodImageAnimLocAvecOp;
  410.     /**
  411.      * @ORM\Column(type="boolean", nullable=true)
  412.      */
  413.     private $postprodImageAnimLocaux;
  414.     /**
  415.      * @ORM\Column(type="text", nullable=true)
  416.      */
  417.     private $postprodImageAnimDescriptif;
  418.     /**
  419.      * @ORM\Column(type="boolean", nullable=true)
  420.      */
  421.     private $postprodImageEtalonVente;
  422.     /**
  423.      * @ORM\Column(type="boolean", nullable=true)
  424.      */
  425.     private $postprodImageEtalonLocSansOp;
  426.     /**
  427.      * @ORM\Column(type="boolean", nullable=true)
  428.      */
  429.     private $postprodImageEtalonLocAvecOp;
  430.     /**
  431.      * @ORM\Column(type="boolean", nullable=true)
  432.      */
  433.     private $postprodImageEtalonLocaux;
  434.     /**
  435.      * @ORM\Column(type="text", nullable=true)
  436.      */
  437.     private $postprodImageEtalonDescriptif;
  438.     /**
  439.      * @ORM\Column(type="boolean", nullable=true)
  440.      */
  441.     private $postprodSonMusiqueLocSansOp;
  442.     /**
  443.      * @ORM\Column(type="boolean", nullable=true)
  444.      */
  445.     private $postprodSonMusiqueLocAvecOp;
  446.     /**
  447.      * @ORM\Column(type="boolean", nullable=true)
  448.      */
  449.     private $postprodSonMusiqueLocaux;
  450.     /**
  451.      * @ORM\Column(type="text", nullable=true)
  452.      */
  453.     private $postprodSonMusiqueDescriptif;
  454.     /**
  455.      * @ORM\Column(type="boolean", nullable=true)
  456.      */
  457.     private $postprodSonVoixoffLocSansOp;
  458.     /**
  459.      * @ORM\Column(type="boolean", nullable=true)
  460.      */
  461.     private $postprodSonVoixoffLocAvecOp;
  462.     /**
  463.      * @ORM\Column(type="boolean", nullable=true)
  464.      */
  465.     private $postprodSonVoixoffLocaux;
  466.     /**
  467.      * @ORM\Column(type="text", nullable=true)
  468.      */
  469.     private $postprodSonVoixoffDescriptif;
  470.     /**
  471.      * @ORM\Column(type="boolean", nullable=true)
  472.      */
  473.     private $postprodSonDoublageLocSansOp;
  474.     /**
  475.      * @ORM\Column(type="boolean", nullable=true)
  476.      */
  477.     private $postprodSonDoublageLocAvecOp;
  478.     /**
  479.      * @ORM\Column(type="boolean", nullable=true)
  480.      */
  481.     private $postprodSonDoublageLocaux;
  482.     /**
  483.      * @ORM\Column(type="text", nullable=true)
  484.      */
  485.     private $postprodSonDoublageDescriptif;
  486.     /**
  487.      * @ORM\Column(type="boolean", nullable=true)
  488.      */
  489.     private $postprodSonBruitageLocSansOp;
  490.     /**
  491.      * @ORM\Column(type="boolean", nullable=true)
  492.      */
  493.     private $postprodSonBruitageLocAvecOp;
  494.     /**
  495.      * @ORM\Column(type="boolean", nullable=true)
  496.      */
  497.     private $postprodSonBruitageLocaux;
  498.     /**
  499.      * @ORM\Column(type="text", nullable=true)
  500.      */
  501.     private $postprodSonBruitageDescriptif;
  502.     /**
  503.      * @ORM\Column(type="boolean", nullable=true)
  504.      */
  505.     private $postprodSonMixageLocSansOp;
  506.     /**
  507.      * @ORM\Column(type="boolean", nullable=true)
  508.      */
  509.     private $postprodSonMixageLocAvecOp;
  510.     /**
  511.      * @ORM\Column(type="boolean", nullable=true)
  512.      */
  513.     private $postprodSonMixageLocaux;
  514.     /**
  515.      * @ORM\Column(type="text", nullable=true)
  516.      */
  517.     private $postprodSonMixageDescriptif;
  518.     /**
  519.      * @ORM\Column(type="boolean", nullable=true)
  520.      */
  521.     private $diffTechLaboLocAvecOp;
  522.     /**
  523.      * @ORM\Column(type="text", nullable=true)
  524.      */
  525.     private $diffTechLaboDescriptif;
  526.     /**
  527.      * @ORM\Column(type="boolean", nullable=true)
  528.      */
  529.     private $diffTechMasterLocAvecOp;
  530.     /**
  531.      * @ORM\Column(type="text", nullable=true)
  532.      */
  533.     private $diffTechMasterDescriptif;
  534.     /**
  535.      * @ORM\Column(type="boolean", nullable=true)
  536.      */
  537.     private $diffTechAuthorLocAvecOp;
  538.     /**
  539.      * @ORM\Column(type="text", nullable=true)
  540.      */
  541.     private $diffTechAuthorDescriptif;
  542.     /**
  543.      * @ORM\Column(type="boolean", nullable=true)
  544.      */
  545.     private $diffOutilsEcranVente;
  546.     /**
  547.      * @ORM\Column(type="boolean", nullable=true)
  548.      */
  549.     private $diffOutilsEcranLocSansOp;
  550.     /**
  551.      * @ORM\Column(type="boolean", nullable=true)
  552.      */
  553.     private $diffOutilsEcranLocAvecOp;
  554.     /**
  555.      * @ORM\Column(type="boolean", nullable=true)
  556.      */
  557.     private $diffOutilsEcranLocaux;
  558.     /**
  559.      * @ORM\Column(type="text", nullable=true)
  560.      */
  561.     private $diffOutilsEcranDescriptif;
  562.     /**
  563.      * @ORM\Column(type="boolean", nullable=true)
  564.      */
  565.     private $diffOutilsCasqueVente;
  566.     /**
  567.      * @ORM\Column(type="boolean", nullable=true)
  568.      */
  569.     private $diffOutilsCasqueLocSansOp;
  570.     /**
  571.      * @ORM\Column(type="text", nullable=true)
  572.      */
  573.     private $diffOutilsCasqueDescriptif;
  574.     /**
  575.      * @ORM\Column(type="string", length=255, nullable=true)
  576.      */
  577.     private $diffOutilsAutrePrecision;
  578.     /**
  579.      * @ORM\Column(type="text", nullable=true)
  580.      */
  581.     private $diffOutilsAutreDescriptif;
  582.     /**
  583.      * NOTE: This is not a mapped field of entity metadata, just a simple property.
  584.      *
  585.      * @Vich\UploadableField(mapping="catalogue_materiel", fileNameProperty="catalogueMateriel.name", size="catalogueMateriel.size", mimeType="catalogueMateriel.mimeType", originalName="catalogueMateriel.originalName", dimensions="catalogueMateriel.dimensions")
  586.      *
  587.      * @var File
  588.      */
  589.     private $catalogueMaterielFile;
  590.     /**
  591.      * @ORM\Embedded(class="Vich\UploaderBundle\Entity\File")
  592.      *
  593.      * @var EmbeddedFile
  594.      */
  595.     private $catalogueMateriel;
  596.     /**
  597.      * @ORM\Column(type="datetime", nullable=true)
  598.      *
  599.      * @var \DateTime
  600.      */
  601.     private $catalogueMaterielUpdatedAt;
  602.     /**
  603.      * @ORM\Column(type="string", length=255, nullable=true)
  604.      */
  605.     private $catalogueCompletLien;
  606.     /**
  607.      * @ORM\Column(type="string", length=25, nullable=true)
  608.      */
  609.     private $infoCineFrequence;
  610.     /**
  611.      * @ORM\Column(type="string", length=25, nullable=true)
  612.      */
  613.     private $infoTvFrequence;
  614.     /**
  615.      * @ORM\Column(type="string", length=255, nullable=true)
  616.      */
  617.     private $infolanguePrecision;
  618.     /**
  619.      * @ORM\Column(type="string", length=255, nullable=true)
  620.      */
  621.     private $suggestionReseau;
  622.     /**
  623.      * @ORM\ManyToOne(targetEntity="App\Entity\User", inversedBy="industriesPrestataires")
  624.      * @ORM\JoinColumn(nullable=false)
  625.      */
  626.     private $user;
  627.     /**
  628.      * @ORM\Column(type="datetime")
  629.      */
  630.     private $createdAt;
  631.     /**
  632.      * @ORM\Column(type="string", length=255, nullable=true)
  633.      */
  634.     private $tournageImageAutrePrecision;
  635.     /**
  636.      * @ORM\Column(type="string", length=255, nullable=true)
  637.      */
  638.     private $tournageLocauxAutrePrecision;
  639.     /**
  640.      * @ORM\Column(type="datetime", nullable=true)
  641.      */
  642.     private $modifiedAt;
  643.     /**
  644.      * @ORM\Column(type="string", length=25)
  645.      */
  646.     private $statut;
  647.     /**
  648.      * @ORM\Column(type="datetime")
  649.      */
  650.     private $statutDate;
  651.     public function __construct()
  652.     {
  653.         $this->catalogueMateriel = new EmbeddedFile();
  654.         $this->statut  'création';
  655.         $this->statutDate = new \DateTime();
  656.     }
  657.     public function getId(): ?int
  658.     {
  659.         return $this->id;
  660.     }
  661.     public function getPresentation(): ?string
  662.     {
  663.         return $this->presentation;
  664.     }
  665.     public function setPresentation(?string $presentation): self
  666.     {
  667.         $this->presentation $presentation;
  668.         return $this;
  669.     }
  670.     public function getActiviteSecond(): ?string
  671.     {
  672.         return $this->activiteSecond;
  673.     }
  674.     public function setActiviteSecond(?string $activiteSecond): self
  675.     {
  676.         $this->activiteSecond $activiteSecond;
  677.         return $this;
  678.     }
  679.     public function getServiceVente(): ?bool
  680.     {
  681.         return $this->serviceVente;
  682.     }
  683.     public function setServiceVente(?bool $serviceVente): self
  684.     {
  685.         $this->serviceVente $serviceVente;
  686.         return $this;
  687.     }
  688.     public function getServiceLocAvecOp(): ?bool
  689.     {
  690.         return $this->serviceLocAvecOp;
  691.     }
  692.     public function setServiceLocAvecOp(bool $serviceLocAvecOp): self
  693.     {
  694.         $this->serviceLocAvecOp $serviceLocAvecOp;
  695.         return $this;
  696.     }
  697.     public function getServiceLocSansOp(): ?bool
  698.     {
  699.         return $this->serviceLocSansOp;
  700.     }
  701.     public function setServiceLocSansOp(?bool $serviceLocSansOp): self
  702.     {
  703.         $this->serviceLocSansOp $serviceLocSansOp;
  704.         return $this;
  705.     }
  706.     public function getServiceSav(): ?bool
  707.     {
  708.         return $this->serviceSav;
  709.     }
  710.     public function setServiceSav(?bool $serviceSav): self
  711.     {
  712.         $this->serviceSav $serviceSav;
  713.         return $this;
  714.     }
  715.     public function getSecteurCine(): ?bool
  716.     {
  717.         return $this->secteurCine;
  718.     }
  719.     public function setSecteurCine(?bool $secteurCine): self
  720.     {
  721.         $this->secteurCine $secteurCine;
  722.         return $this;
  723.     }
  724.     public function getSecteurTv(): ?bool
  725.     {
  726.         return $this->secteurTv;
  727.     }
  728.     public function setSecteurTv(?bool $secteurTv): self
  729.     {
  730.         $this->secteurTv $secteurTv;
  731.         return $this;
  732.     }
  733.     public function getSecteurWeb(): ?bool
  734.     {
  735.         return $this->secteurWeb;
  736.     }
  737.     public function setSecteurWeb(?bool $secteurWeb): self
  738.     {
  739.         $this->secteurWeb $secteurWeb;
  740.         return $this;
  741.     }
  742.     public function getSecteurInstitut(): ?bool
  743.     {
  744.         return $this->secteurInstitut;
  745.     }
  746.     public function setSecteurInstitut(?bool $secteurInstitut): self
  747.     {
  748.         $this->secteurInstitut $secteurInstitut;
  749.         return $this;
  750.     }
  751.     public function getTournageImageCameraVente(): ?bool
  752.     {
  753.         return $this->tournageImageCameraVente;
  754.     }
  755.     public function setTournageImageCameraVente(?bool $tournageImageCameraVente): self
  756.     {
  757.         $this->tournageImageCameraVente $tournageImageCameraVente;
  758.         return $this;
  759.     }
  760.     public function getTournageImageCameraLocSansOp(): ?bool
  761.     {
  762.         return $this->tournageImageCameraLocSansOp;
  763.     }
  764.     public function setTournageImageCameraLocSansOp(?bool $tournageImageCameraLocSansOp): self
  765.     {
  766.         $this->tournageImageCameraLocSansOp $tournageImageCameraLocSansOp;
  767.         return $this;
  768.     }
  769.     public function getTournageImageCameraLocAvecOp(): ?bool
  770.     {
  771.         return $this->tournageImageCameraLocAvecOp;
  772.     }
  773.     public function setTournageImageCameraLocAvecOp(?bool $tournageImageCameraLocAvecOp): self
  774.     {
  775.         $this->tournageImageCameraLocAvecOp $tournageImageCameraLocAvecOp;
  776.         return $this;
  777.     }
  778.     public function getTournageOptiqueVente(): ?bool
  779.     {
  780.         return $this->tournageOptiqueVente;
  781.     }
  782.     public function setTournageOptiqueVente(?bool $tournageOptiqueVente): self
  783.     {
  784.         $this->tournageOptiqueVente $tournageOptiqueVente;
  785.         return $this;
  786.     }
  787.     public function getTournageOptiqueLocSansOp(): ?bool
  788.     {
  789.         return $this->tournageOptiqueLocSansOp;
  790.     }
  791.     public function setTournageOptiqueLocSansOp(?bool $tournageOptiqueLocSansOp): self
  792.     {
  793.         $this->tournageOptiqueLocSansOp $tournageOptiqueLocSansOp;
  794.         return $this;
  795.     }
  796.     public function getTournageMonitoringVente(): ?bool
  797.     {
  798.         return $this->tournageMonitoringVente;
  799.     }
  800.     public function setTournageMonitoringVente(?bool $tournageMonitoringVente): self
  801.     {
  802.         $this->tournageMonitoringVente $tournageMonitoringVente;
  803.         return $this;
  804.     }
  805.     public function getTournageMonitoringLocSansOp(): ?bool
  806.     {
  807.         return $this->tournageMonitoringLocSansOp;
  808.     }
  809.     public function setTournageMonitoringLocSansOp(?bool $tournageMonitoringLocSansOp): self
  810.     {
  811.         $this->tournageMonitoringLocSansOp $tournageMonitoringLocSansOp;
  812.         return $this;
  813.     }
  814.     public function getTournageAccessoireVente(): ?bool
  815.     {
  816.         return $this->tournageAccessoireVente;
  817.     }
  818.     public function setTournageAccessoireVente(?bool $tournageAccessoireVente): self
  819.     {
  820.         $this->tournageAccessoireVente $tournageAccessoireVente;
  821.         return $this;
  822.     }
  823.     public function getTournageAccessoireLocSansOp(): ?bool
  824.     {
  825.         return $this->tournageAccessoireLocSansOp;
  826.     }
  827.     public function setTournageAccessoireLocSansOp(bool $tournageAccessoireLocSansOp): self
  828.     {
  829.         $this->tournageAccessoireLocSansOp $tournageAccessoireLocSansOp;
  830.         return $this;
  831.     }
  832.     public function getTournageDroneVente(): ?bool
  833.     {
  834.         return $this->tournageDroneVente;
  835.     }
  836.     public function setTournageDroneVente(?bool $tournageDroneVente): self
  837.     {
  838.         $this->tournageDroneVente $tournageDroneVente;
  839.         return $this;
  840.     }
  841.     public function getTournageDroneLocSansOp(): ?bool
  842.     {
  843.         return $this->tournageDroneLocSansOp;
  844.     }
  845.     public function setTournageDroneLocSansOp(?bool $tournageDroneLocSansOp): self
  846.     {
  847.         $this->tournageDroneLocSansOp $tournageDroneLocSansOp;
  848.         return $this;
  849.     }
  850.     public function getTournageDroneLocAvecOp(): ?bool
  851.     {
  852.         return $this->tournageDroneLocAvecOp;
  853.     }
  854.     public function setTournageDroneLocAvecOp(?bool $tournageDroneLocAvecOp): self
  855.     {
  856.         $this->tournageDroneLocAvecOp $tournageDroneLocAvecOp;
  857.         return $this;
  858.     }
  859.     public function getTournageImageCameraDescriptif(): ?string
  860.     {
  861.         return $this->tournageImageCameraDescriptif;
  862.     }
  863.     public function setTournageImageCameraDescriptif(?string $tournageImageCameraDescriptif): self
  864.     {
  865.         $this->tournageImageCameraDescriptif $tournageImageCameraDescriptif;
  866.         return $this;
  867.     }
  868.     public function getTournageImageOptiqueDescriptif(): ?string
  869.     {
  870.         return $this->tournageImageOptiqueDescriptif;
  871.     }
  872.     public function setTournageImageOptiqueDescriptif(?string $tournageImageOptiqueDescriptif): self
  873.     {
  874.         $this->tournageImageOptiqueDescriptif $tournageImageOptiqueDescriptif;
  875.         return $this;
  876.     }
  877.     public function getTournageImageMonitoringDescriptif(): ?string
  878.     {
  879.         return $this->tournageImageMonitoringDescriptif;
  880.     }
  881.     public function setTournageImageMonitoringDescriptif(?string $tournageImageMonitoringDescriptif): self
  882.     {
  883.         $this->tournageImageMonitoringDescriptif $tournageImageMonitoringDescriptif;
  884.         return $this;
  885.     }
  886.     public function getTournageImageAccessoireDescriptif(): ?string
  887.     {
  888.         return $this->tournageImageAccessoireDescriptif;
  889.     }
  890.     public function setTournageImageAccessoireDescriptif(?string $tournageImageAccessoireDescriptif): self
  891.     {
  892.         $this->tournageImageAccessoireDescriptif $tournageImageAccessoireDescriptif;
  893.         return $this;
  894.     }
  895.     public function getTournageImageDroneDescriptif(): ?string
  896.     {
  897.         return $this->tournageImageDroneDescriptif;
  898.     }
  899.     public function setTournageImageDroneDescriptif(?string $tournageImageDroneDescriptif): self
  900.     {
  901.         $this->tournageImageDroneDescriptif $tournageImageDroneDescriptif;
  902.         return $this;
  903.     }
  904.     public function getTournageImageDroneDgacLocAvecOp(): ?bool
  905.     {
  906.         return $this->tournageImageDroneDgacLocAvecOp;
  907.     }
  908.     public function setTournageImageDroneDgacLocAvecOp(?bool $tournageImageDroneDgacLocAvecOp): self
  909.     {
  910.         $this->tournageImageDroneDgacLocAvecOp $tournageImageDroneDgacLocAvecOp;
  911.         return $this;
  912.     }
  913.     public function getTournageImageDroneDgacDescriptif(): ?string
  914.     {
  915.         return $this->tournageImageDroneDgacDescriptif;
  916.     }
  917.     public function setTournageImageDroneDgacDescriptif(?string $tournageImageDroneDgacDescriptif): self
  918.     {
  919.         $this->tournageImageDroneDgacDescriptif $tournageImageDroneDgacDescriptif;
  920.         return $this;
  921.     }
  922.     public function getTournageImageSousmarinVente(): ?bool
  923.     {
  924.         return $this->tournageImageSousmarinVente;
  925.     }
  926.     public function setTournageImageSousmarinVente(?bool $tournageImageSousmarinVente): self
  927.     {
  928.         $this->tournageImageSousmarinVente $tournageImageSousmarinVente;
  929.         return $this;
  930.     }
  931.     public function getTournageImageSousmarinLocSansOp(): ?bool
  932.     {
  933.         return $this->tournageImageSousmarinLocSansOp;
  934.     }
  935.     public function setTournageImageSousmarinLocSansOp(?bool $tournageImageSousmarinLocSansOp): self
  936.     {
  937.         $this->tournageImageSousmarinLocSansOp $tournageImageSousmarinLocSansOp;
  938.         return $this;
  939.     }
  940.     public function getTournageImageSousmarinLocAvecOp(): ?bool
  941.     {
  942.         return $this->tournageImageSousmarinLocAvecOp;
  943.     }
  944.     public function setTournageImageSousmarinLocAvecOp(?bool $tournageImageSousmarinLocAvecOp): self
  945.     {
  946.         $this->tournageImageSousmarinLocAvecOp $tournageImageSousmarinLocAvecOp;
  947.         return $this;
  948.     }
  949.     public function getTournageImageSousmarinDescriptif(): ?string
  950.     {
  951.         return $this->tournageImageSousmarinDescriptif;
  952.     }
  953.     public function setTournageImageSousmarinDescriptif(?string $tournageImageSousmarinDescriptif): self
  954.     {
  955.         $this->tournageImageSousmarinDescriptif $tournageImageSousmarinDescriptif;
  956.         return $this;
  957.     }
  958.     public function getTournageImageHelicoLocSansOp(): ?bool
  959.     {
  960.         return $this->tournageImageHelicoLocSansOp;
  961.     }
  962.     public function setTournageImageHelicoLocSansOp(?bool $tournageImageHelicoLocSansOp): self
  963.     {
  964.         $this->tournageImageHelicoLocSansOp $tournageImageHelicoLocSansOp;
  965.         return $this;
  966.     }
  967.     public function getTournageImageHelicoLocAvecOp(): ?bool
  968.     {
  969.         return $this->tournageImageHelicoLocAvecOp;
  970.     }
  971.     public function setTournageImageHelicoLocAvecOp(?bool $tournageImageHelicoLocAvecOp): self
  972.     {
  973.         $this->tournageImageHelicoLocAvecOp $tournageImageHelicoLocAvecOp;
  974.         return $this;
  975.     }
  976.     public function getTournageImageHelicoDescriptif(): ?string
  977.     {
  978.         return $this->tournageImageHelicoDescriptif;
  979.     }
  980.     public function setTournageImageHelicoDescriptif(?string $tournageImageHelicoDescriptif): self
  981.     {
  982.         $this->tournageImageHelicoDescriptif $tournageImageHelicoDescriptif;
  983.         return $this;
  984.     }
  985.     public function getTournageImageAutreVente(): ?bool
  986.     {
  987.         return $this->tournageImageAutreVente;
  988.     }
  989.     public function setTournageImageAutreVente(?bool $tournageImageAutreVente): self
  990.     {
  991.         $this->tournageImageAutreVente $tournageImageAutreVente;
  992.         return $this;
  993.     }
  994.     public function getTournageImageAutreLocSansOp(): ?bool
  995.     {
  996.         return $this->tournageImageAutreLocSansOp;
  997.     }
  998.     public function setTournageImageAutreLocSansOp(?bool $tournageImageAutreLocSansOp): self
  999.     {
  1000.         $this->tournageImageAutreLocSansOp $tournageImageAutreLocSansOp;
  1001.         return $this;
  1002.     }
  1003.     public function getTournageImageAutreLocAvecOp(): ?bool
  1004.     {
  1005.         return $this->tournageImageAutreLocAvecOp;
  1006.     }
  1007.     public function setTournageImageAutreLocAvecOp(?bool $tournageImageAutreLocAvecOp): self
  1008.     {
  1009.         $this->tournageImageAutreLocAvecOp $tournageImageAutreLocAvecOp;
  1010.         return $this;
  1011.     }
  1012.     public function getTournageImageAutreDescriptif(): ?string
  1013.     {
  1014.         return $this->tournageImageAutreDescriptif;
  1015.     }
  1016.     public function setTournageImageAutreDescriptif(?string $tournageImageAutreDescriptif): self
  1017.     {
  1018.         $this->tournageImageAutreDescriptif $tournageImageAutreDescriptif;
  1019.         return $this;
  1020.     }
  1021.     public function getTournageLumiereLumiereVente(): ?bool
  1022.     {
  1023.         return $this->tournageLumiereLumiereVente;
  1024.     }
  1025.     public function setTournageLumiereLumiereVente(?bool $tournageLumiereLumiereVente): self
  1026.     {
  1027.         $this->tournageLumiereLumiereVente $tournageLumiereLumiereVente;
  1028.         return $this;
  1029.     }
  1030.     public function getTournageLumiereLumiereLocSansOp(): ?bool
  1031.     {
  1032.         return $this->tournageLumiereLumiereLocSansOp;
  1033.     }
  1034.     public function setTournageLumiereLumiereLocSansOp(?bool $tournageLumiereLumiereLocSansOp): self
  1035.     {
  1036.         $this->tournageLumiereLumiereLocSansOp $tournageLumiereLumiereLocSansOp;
  1037.         return $this;
  1038.     }
  1039.     public function getTournageLumiereLumiereLocAvecOp(): ?bool
  1040.     {
  1041.         return $this->tournageLumiereLumiereLocAvecOp;
  1042.     }
  1043.     public function setTournageLumiereLumiereLocAvecOp(bool $tournageLumiereLumiereLocAvecOp): self
  1044.     {
  1045.         $this->tournageLumiereLumiereLocAvecOp $tournageLumiereLumiereLocAvecOp;
  1046.         return $this;
  1047.     }
  1048.     public function getTournageLumiereLumiereDescriptif(): ?string
  1049.     {
  1050.         return $this->tournageLumiereLumiereDescriptif;
  1051.     }
  1052.     public function setTournageLumiereLumiereDescriptif(?string $tournageLumiereLumiereDescriptif): self
  1053.     {
  1054.         $this->tournageLumiereLumiereDescriptif $tournageLumiereLumiereDescriptif;
  1055.         return $this;
  1056.     }
  1057.     public function getTournageLumiereAccessoireVente(): ?bool
  1058.     {
  1059.         return $this->tournageLumiereAccessoireVente;
  1060.     }
  1061.     public function setTournageLumiereAccessoireVente(?bool $tournageLumiereAccessoireVente): self
  1062.     {
  1063.         $this->tournageLumiereAccessoireVente $tournageLumiereAccessoireVente;
  1064.         return $this;
  1065.     }
  1066.     public function getTournageLumiereAccessoireLocSansOp(): ?bool
  1067.     {
  1068.         return $this->tournageLumiereAccessoireLocSansOp;
  1069.     }
  1070.     public function setTournageLumiereAccessoireLocSansOp(?bool $tournageLumiereAccessoireLocSansOp): self
  1071.     {
  1072.         $this->tournageLumiereAccessoireLocSansOp $tournageLumiereAccessoireLocSansOp;
  1073.         return $this;
  1074.     }
  1075.     public function getTournageLumiereAccessoireDescriptif(): ?string
  1076.     {
  1077.         return $this->tournageLumiereAccessoireDescriptif;
  1078.     }
  1079.     public function setTournageLumiereAccessoireDescriptif(?string $tournageLumiereAccessoireDescriptif): self
  1080.     {
  1081.         $this->tournageLumiereAccessoireDescriptif $tournageLumiereAccessoireDescriptif;
  1082.         return $this;
  1083.     }
  1084.     public function getTournageMachineVente(): ?bool
  1085.     {
  1086.         return $this->tournageMachineVente;
  1087.     }
  1088.     public function setTournageMachineVente(?bool $tournageMachineVente): self
  1089.     {
  1090.         $this->tournageMachineVente $tournageMachineVente;
  1091.         return $this;
  1092.     }
  1093.     public function getTournageMachineLocSansOp(): ?bool
  1094.     {
  1095.         return $this->tournageMachineLocSansOp;
  1096.     }
  1097.     public function setTournageMachineLocSansOp(?bool $tournageMachineLocSansOp): self
  1098.     {
  1099.         $this->tournageMachineLocSansOp $tournageMachineLocSansOp;
  1100.         return $this;
  1101.     }
  1102.     public function getTournageMachineLocAvecOp(): ?bool
  1103.     {
  1104.         return $this->tournageMachineLocAvecOp;
  1105.     }
  1106.     public function setTournageMachineLocAvecOp(?bool $tournageMachineLocAvecOp): self
  1107.     {
  1108.         $this->tournageMachineLocAvecOp $tournageMachineLocAvecOp;
  1109.         return $this;
  1110.     }
  1111.     public function getTournageMachineDescriptif(): ?string
  1112.     {
  1113.         return $this->tournageMachineDescriptif;
  1114.     }
  1115.     public function setTournageMachineDescriptif(?string $tournageMachineDescriptif): self
  1116.     {
  1117.         $this->tournageMachineDescriptif $tournageMachineDescriptif;
  1118.         return $this;
  1119.     }
  1120.     public function getTournageSonVente(): ?bool
  1121.     {
  1122.         return $this->tournageSonVente;
  1123.     }
  1124.     public function setTournageSonVente(?bool $tournageSonVente): self
  1125.     {
  1126.         $this->tournageSonVente $tournageSonVente;
  1127.         return $this;
  1128.     }
  1129.     public function getTournageSonLocSansOp(): ?bool
  1130.     {
  1131.         return $this->tournageSonLocSansOp;
  1132.     }
  1133.     public function setTournageSonLocSansOp(?bool $tournageSonLocSansOp): self
  1134.     {
  1135.         $this->tournageSonLocSansOp $tournageSonLocSansOp;
  1136.         return $this;
  1137.     }
  1138.     public function getTournageSonLocAvecOp(): ?bool
  1139.     {
  1140.         return $this->tournageSonLocAvecOp;
  1141.     }
  1142.     public function setTournageSonLocAvecOp(?bool $tournageSonLocAvecOp): self
  1143.     {
  1144.         $this->tournageSonLocAvecOp $tournageSonLocAvecOp;
  1145.         return $this;
  1146.     }
  1147.     public function getTournageSonDescriptif(): ?string
  1148.     {
  1149.         return $this->tournageSonDescriptif;
  1150.     }
  1151.     public function setTournageSonDescriptif(?string $tournageSonDescriptif): self
  1152.     {
  1153.         $this->tournageSonDescriptif $tournageSonDescriptif;
  1154.         return $this;
  1155.     }
  1156.     public function getTournageElecVente(): ?bool
  1157.     {
  1158.         return $this->tournageElecVente;
  1159.     }
  1160.     public function setTournageElecVente(?bool $tournageElecVente): self
  1161.     {
  1162.         $this->tournageElecVente $tournageElecVente;
  1163.         return $this;
  1164.     }
  1165.     public function getTournageElecLocSansOp(): ?bool
  1166.     {
  1167.         return $this->tournageElecLocSansOp;
  1168.     }
  1169.     public function setTournageElecLocSansOp(?bool $tournageElecLocSansOp): self
  1170.     {
  1171.         $this->tournageElecLocSansOp $tournageElecLocSansOp;
  1172.         return $this;
  1173.     }
  1174.     public function getTournageElecLocAvecOp(): ?bool
  1175.     {
  1176.         return $this->tournageElecLocAvecOp;
  1177.     }
  1178.     public function setTournageElecLocAvecOp(?bool $tournageElecLocAvecOp): self
  1179.     {
  1180.         $this->tournageElecLocAvecOp $tournageElecLocAvecOp;
  1181.         return $this;
  1182.     }
  1183.     public function getTournageElecDescriptif(): ?string
  1184.     {
  1185.         return $this->tournageElecDescriptif;
  1186.     }
  1187.     public function setTournageElecDescriptif(?string $tournageElecDescriptif): self
  1188.     {
  1189.         $this->tournageElecDescriptif $tournageElecDescriptif;
  1190.         return $this;
  1191.     }
  1192.     public function getTournageRegieEquipementVente(): ?bool
  1193.     {
  1194.         return $this->tournageRegieEquipementVente;
  1195.     }
  1196.     public function setTournageRegieEquipementVente(?bool $tournageRegieEquipementVente): self
  1197.     {
  1198.         $this->tournageRegieEquipementVente $tournageRegieEquipementVente;
  1199.         return $this;
  1200.     }
  1201.     public function getTournageRegieEquipementLocSansOp(): ?bool
  1202.     {
  1203.         return $this->tournageRegieEquipementLocSansOp;
  1204.     }
  1205.     public function setTournageRegieEquipementLocSansOp(?bool $tournageRegieEquipementLocSansOp): self
  1206.     {
  1207.         $this->tournageRegieEquipementLocSansOp $tournageRegieEquipementLocSansOp;
  1208.         return $this;
  1209.     }
  1210.     public function getTournageRegieEquipementDescriptif(): ?string
  1211.     {
  1212.         return $this->tournageRegieEquipementDescriptif;
  1213.     }
  1214.     public function setTournageRegieEquipementDescriptif(?string $tournageRegieEquipementDescriptif): self
  1215.     {
  1216.         $this->tournageRegieEquipementDescriptif $tournageRegieEquipementDescriptif;
  1217.         return $this;
  1218.     }
  1219.     public function getTournageRegieServiceLocAvecOp(): ?bool
  1220.     {
  1221.         return $this->tournageRegieServiceLocAvecOp;
  1222.     }
  1223.     public function setTournageRegieServiceLocAvecOp(?bool $tournageRegieServiceLocAvecOp): self
  1224.     {
  1225.         $this->tournageRegieServiceLocAvecOp $tournageRegieServiceLocAvecOp;
  1226.         return $this;
  1227.     }
  1228.     public function getTournageRegieServiceDescriptif(): ?string
  1229.     {
  1230.         return $this->tournageRegieServiceDescriptif;
  1231.     }
  1232.     public function setTournageRegieServiceDescriptif(?string $tournageRegieServiceDescriptif): self
  1233.     {
  1234.         $this->tournageRegieServiceDescriptif $tournageRegieServiceDescriptif;
  1235.         return $this;
  1236.     }
  1237.     public function getTournageLocauxStudiosimpleSurface(): ?int
  1238.     {
  1239.         return $this->tournageLocauxStudiosimpleSurface;
  1240.     }
  1241.     public function setTournageLocauxStudiosimpleSurface(?int $tournageLocauxStudiosimpleSurface): self
  1242.     {
  1243.         $this->tournageLocauxStudiosimpleSurface $tournageLocauxStudiosimpleSurface;
  1244.         return $this;
  1245.     }
  1246.     public function getTournageLocauxStudiosimpleLocSansOp(): ?bool
  1247.     {
  1248.         return $this->tournageLocauxStudiosimpleLocSansOp;
  1249.     }
  1250.     public function setTournageLocauxStudiosimpleLocSansOp(?bool $tournageLocauxStudiosimpleLocSansOp): self
  1251.     {
  1252.         $this->tournageLocauxStudiosimpleLocSansOp $tournageLocauxStudiosimpleLocSansOp;
  1253.         return $this;
  1254.     }
  1255.     public function getTournageLocauxStudiosimpleLocAvecOp(): ?bool
  1256.     {
  1257.         return $this->tournageLocauxStudiosimpleLocAvecOp;
  1258.     }
  1259.     public function setTournageLocauxStudiosimpleLocAvecOp(?bool $tournageLocauxStudiosimpleLocAvecOp): self
  1260.     {
  1261.         $this->tournageLocauxStudiosimpleLocAvecOp $tournageLocauxStudiosimpleLocAvecOp;
  1262.         return $this;
  1263.     }
  1264.     public function getTournageLocauxStudiosimpleDescriptif(): ?string
  1265.     {
  1266.         return $this->tournageLocauxStudiosimpleDescriptif;
  1267.     }
  1268.     public function setTournageLocauxStudiosimpleDescriptif(?string $tournageLocauxStudiosimpleDescriptif): self
  1269.     {
  1270.         $this->tournageLocauxStudiosimpleDescriptif $tournageLocauxStudiosimpleDescriptif;
  1271.         return $this;
  1272.     }
  1273.     public function getTournageLocauxStudioVirtuelSurface(): ?int
  1274.     {
  1275.         return $this->tournageLocauxStudioVirtuelSurface;
  1276.     }
  1277.     public function setTournageLocauxStudioVirtuelSurface(?int $tournageLocauxStudioVirtuelSurface): self
  1278.     {
  1279.         $this->tournageLocauxStudioVirtuelSurface $tournageLocauxStudioVirtuelSurface;
  1280.         return $this;
  1281.     }
  1282.     public function getTournageLocauxStudioVirtuelLocSansOp(): ?bool
  1283.     {
  1284.         return $this->tournageLocauxStudioVirtuelLocSansOp;
  1285.     }
  1286.     public function setTournageLocauxStudioVirtuelLocSansOp(?bool $tournageLocauxStudioVirtuelLocSansOp): self
  1287.     {
  1288.         $this->tournageLocauxStudioVirtuelLocSansOp $tournageLocauxStudioVirtuelLocSansOp;
  1289.         return $this;
  1290.     }
  1291.     public function getTournageLocauxStudioVirtuelLocAvecOp(): ?bool
  1292.     {
  1293.         return $this->tournageLocauxStudioVirtuelLocAvecOp;
  1294.     }
  1295.     public function setTournageLocauxStudioVirtuelLocAvecOp(?bool $tournageLocauxStudioVirtuelLocAvecOp): self
  1296.     {
  1297.         $this->tournageLocauxStudioVirtuelLocAvecOp $tournageLocauxStudioVirtuelLocAvecOp;
  1298.         return $this;
  1299.     }
  1300.     public function getTournageLocauxStudioVirtuelDescriptif(): ?string
  1301.     {
  1302.         return $this->tournageLocauxStudioVirtuelDescriptif;
  1303.     }
  1304.     public function setTournageLocauxStudioVirtuelDescriptif(?string $tournageLocauxStudioVirtuelDescriptif): self
  1305.     {
  1306.         $this->tournageLocauxStudioVirtuelDescriptif $tournageLocauxStudioVirtuelDescriptif;
  1307.         return $this;
  1308.     }
  1309.     public function getTournageLocauxPlateauTvSurface(): ?int
  1310.     {
  1311.         return $this->tournageLocauxPlateauTvSurface;
  1312.     }
  1313.     public function setTournageLocauxPlateauTvSurface(?int $tournageLocauxPlateauTvSurface): self
  1314.     {
  1315.         $this->tournageLocauxPlateauTvSurface $tournageLocauxPlateauTvSurface;
  1316.         return $this;
  1317.     }
  1318.     public function getTournageLocauxPlateauTvLocSansOp(): ?bool
  1319.     {
  1320.         return $this->tournageLocauxPlateauTvLocSansOp;
  1321.     }
  1322.     public function setTournageLocauxPlateauTvLocSansOp(?bool $tournageLocauxPlateauTvLocSansOp): self
  1323.     {
  1324.         $this->tournageLocauxPlateauTvLocSansOp $tournageLocauxPlateauTvLocSansOp;
  1325.         return $this;
  1326.     }
  1327.     public function getTournageLocauxPlateauTvLocAvecOp(): ?bool
  1328.     {
  1329.         return $this->tournageLocauxPlateauTvLocAvecOp;
  1330.     }
  1331.     public function setTournageLocauxPlateauTvLocAvecOp(?bool $tournageLocauxPlateauTvLocAvecOp): self
  1332.     {
  1333.         $this->tournageLocauxPlateauTvLocAvecOp $tournageLocauxPlateauTvLocAvecOp;
  1334.         return $this;
  1335.     }
  1336.     public function getTournageLocauxPlateauTvDescriptif(): ?string
  1337.     {
  1338.         return $this->tournageLocauxPlateauTvDescriptif;
  1339.     }
  1340.     public function setTournageLocauxPlateauTvDescriptif(?string $tournageLocauxPlateauTvDescriptif): self
  1341.     {
  1342.         $this->tournageLocauxPlateauTvDescriptif $tournageLocauxPlateauTvDescriptif;
  1343.         return $this;
  1344.     }
  1345.     public function getTournageLocauxAutreType(): ?string
  1346.     {
  1347.         return $this->tournageLocauxAutreType;
  1348.     }
  1349.     public function setTournageLocauxAutreType(?string $tournageLocauxAutreType): self
  1350.     {
  1351.         $this->tournageLocauxAutreType $tournageLocauxAutreType;
  1352.         return $this;
  1353.     }
  1354.     public function getTournageLocauxAutreSurface(): ?int
  1355.     {
  1356.         return $this->tournageLocauxAutreSurface;
  1357.     }
  1358.     public function setTournageLocauxAutreSurface(?int $tournageLocauxAutreSurface): self
  1359.     {
  1360.         $this->tournageLocauxAutreSurface $tournageLocauxAutreSurface;
  1361.         return $this;
  1362.     }
  1363.     public function getTournageLocauxAutreLocSansOp(): ?bool
  1364.     {
  1365.         return $this->tournageLocauxAutreLocSansOp;
  1366.     }
  1367.     public function setTournageLocauxAutreLocSansOp(?bool $tournageLocauxAutreLocSansOp): self
  1368.     {
  1369.         $this->tournageLocauxAutreLocSansOp $tournageLocauxAutreLocSansOp;
  1370.         return $this;
  1371.     }
  1372.     public function getTournageLocauxAutreLocAvecOp(): ?bool
  1373.     {
  1374.         return $this->tournageLocauxAutreLocAvecOp;
  1375.     }
  1376.     public function setTournageLocauxAutreLocAvecOp(?bool $tournageLocauxAutreLocAvecOp): self
  1377.     {
  1378.         $this->tournageLocauxAutreLocAvecOp $tournageLocauxAutreLocAvecOp;
  1379.         return $this;
  1380.     }
  1381.     public function getTournageLocauxAutreDescriptif(): ?string
  1382.     {
  1383.         return $this->tournageLocauxAutreDescriptif;
  1384.     }
  1385.     public function setTournageLocauxAutreDescriptif(?string $tournageLocauxAutreDescriptif): self
  1386.     {
  1387.         $this->tournageLocauxAutreDescriptif $tournageLocauxAutreDescriptif;
  1388.         return $this;
  1389.     }
  1390.     public function getPostprodImageMontageVente(): ?bool
  1391.     {
  1392.         return $this->postprodImageMontageVente;
  1393.     }
  1394.     public function setPostprodImageMontageVente(?bool $postprodImageMontageVente): self
  1395.     {
  1396.         $this->postprodImageMontageVente $postprodImageMontageVente;
  1397.         return $this;
  1398.     }
  1399.     public function getPostprodImageMontageLocSansOp(): ?bool
  1400.     {
  1401.         return $this->postprodImageMontageLocSansOp;
  1402.     }
  1403.     public function setPostprodImageMontageLocSansOp(?bool $postprodImageMontageLocSansOp): self
  1404.     {
  1405.         $this->postprodImageMontageLocSansOp $postprodImageMontageLocSansOp;
  1406.         return $this;
  1407.     }
  1408.     public function getPostprodImageMontageLocAvecOp(): ?bool
  1409.     {
  1410.         return $this->postprodImageMontageLocAvecOp;
  1411.     }
  1412.     public function setPostprodImageMontageLocAvecOp(?bool $postprodImageMontageLocAvecOp): self
  1413.     {
  1414.         $this->postprodImageMontageLocAvecOp $postprodImageMontageLocAvecOp;
  1415.         return $this;
  1416.     }
  1417.     public function getPostprodImageMontageLocaux(): ?bool
  1418.     {
  1419.         return $this->postprodImageMontageLocaux;
  1420.     }
  1421.     public function setPostprodImageMontageLocaux(?bool $postprodImageMontageLocaux): self
  1422.     {
  1423.         $this->postprodImageMontageLocaux $postprodImageMontageLocaux;
  1424.         return $this;
  1425.     }
  1426.     public function getPostprodImageMontageDescriptif(): ?string
  1427.     {
  1428.         return $this->postprodImageMontageDescriptif;
  1429.     }
  1430.     public function setPostprodImageMontageDescriptif(?string $postprodImageMontageDescriptif): self
  1431.     {
  1432.         $this->postprodImageMontageDescriptif $postprodImageMontageDescriptif;
  1433.         return $this;
  1434.     }
  1435.     public function getPostprodImageTrucageVente(): ?bool
  1436.     {
  1437.         return $this->postprodImageTrucageVente;
  1438.     }
  1439.     public function setPostprodImageTrucageVente(?bool $postprodImageTrucageVente): self
  1440.     {
  1441.         $this->postprodImageTrucageVente $postprodImageTrucageVente;
  1442.         return $this;
  1443.     }
  1444.     public function getPostprodImageTrucageLocSansOp(): ?bool
  1445.     {
  1446.         return $this->postprodImageTrucageLocSansOp;
  1447.     }
  1448.     public function setPostprodImageTrucageLocSansOp(?bool $postprodImageTrucageLocSansOp): self
  1449.     {
  1450.         $this->postprodImageTrucageLocSansOp $postprodImageTrucageLocSansOp;
  1451.         return $this;
  1452.     }
  1453.     public function getPostprodImageTrucageLocAvecOp(): ?bool
  1454.     {
  1455.         return $this->postprodImageTrucageLocAvecOp;
  1456.     }
  1457.     public function setPostprodImageTrucageLocAvecOp(?bool $postprodImageTrucageLocAvecOp): self
  1458.     {
  1459.         $this->postprodImageTrucageLocAvecOp $postprodImageTrucageLocAvecOp;
  1460.         return $this;
  1461.     }
  1462.     public function getPostprodImageTrucageLocaux(): ?bool
  1463.     {
  1464.         return $this->postprodImageTrucageLocaux;
  1465.     }
  1466.     public function setPostprodImageTrucageLocaux(?bool $postprodImageTrucageLocaux): self
  1467.     {
  1468.         $this->postprodImageTrucageLocaux $postprodImageTrucageLocaux;
  1469.         return $this;
  1470.     }
  1471.     public function getPostprodImageTrucageDescriptif(): ?string
  1472.     {
  1473.         return $this->postprodImageTrucageDescriptif;
  1474.     }
  1475.     public function setPostprodImageTrucageDescriptif(?string $postprodImageTrucageDescriptif): self
  1476.     {
  1477.         $this->postprodImageTrucageDescriptif $postprodImageTrucageDescriptif;
  1478.         return $this;
  1479.     }
  1480.     public function getPostprodImageTitrageLocSansOp(): ?bool
  1481.     {
  1482.         return $this->postprodImageTitrageLocSansOp;
  1483.     }
  1484.     public function setPostprodImageTitrageLocSansOp(?bool $postprodImageTitrageLocSansOp): self
  1485.     {
  1486.         $this->postprodImageTitrageLocSansOp $postprodImageTitrageLocSansOp;
  1487.         return $this;
  1488.     }
  1489.     public function getPostprodImageTitrageLocAvecOp(): ?bool
  1490.     {
  1491.         return $this->postprodImageTitrageLocAvecOp;
  1492.     }
  1493.     public function setPostprodImageTitrageLocAvecOp(?bool $postprodImageTitrageLocAvecOp): self
  1494.     {
  1495.         $this->postprodImageTitrageLocAvecOp $postprodImageTitrageLocAvecOp;
  1496.         return $this;
  1497.     }
  1498.     public function getPostprodImageTitrageLocaux(): ?bool
  1499.     {
  1500.         return $this->postprodImageTitrageLocaux;
  1501.     }
  1502.     public function setPostprodImageTitrageLocaux(?bool $postprodImageTitrageLocaux): self
  1503.     {
  1504.         $this->postprodImageTitrageLocaux $postprodImageTitrageLocaux;
  1505.         return $this;
  1506.     }
  1507.     public function getPostprodImageTitrageDescriptif(): ?string
  1508.     {
  1509.         return $this->postprodImageTitrageDescriptif;
  1510.     }
  1511.     public function setPostprodImageTitrageDescriptif(?string $postprodImageTitrageDescriptif): self
  1512.     {
  1513.         $this->postprodImageTitrageDescriptif $postprodImageTitrageDescriptif;
  1514.         return $this;
  1515.     }
  1516.     public function getPostprodImageAnimLocSansOp(): ?bool
  1517.     {
  1518.         return $this->postprodImageAnimLocSansOp;
  1519.     }
  1520.     public function setPostprodImageAnimLocSansOp(?bool $postprodImageAnimLocSansOp): self
  1521.     {
  1522.         $this->postprodImageAnimLocSansOp $postprodImageAnimLocSansOp;
  1523.         return $this;
  1524.     }
  1525.     public function getPostprodImageAnimLocAvecOp(): ?bool
  1526.     {
  1527.         return $this->postprodImageAnimLocAvecOp;
  1528.     }
  1529.     public function setPostprodImageAnimLocAvecOp(?bool $postprodImageAnimLocAvecOp): self
  1530.     {
  1531.         $this->postprodImageAnimLocAvecOp $postprodImageAnimLocAvecOp;
  1532.         return $this;
  1533.     }
  1534.     public function getPostprodImageAnimLocaux(): ?bool
  1535.     {
  1536.         return $this->postprodImageAnimLocaux;
  1537.     }
  1538.     public function setPostprodImageAnimLocaux(?bool $postprodImageAnimLocaux): self
  1539.     {
  1540.         $this->postprodImageAnimLocaux $postprodImageAnimLocaux;
  1541.         return $this;
  1542.     }
  1543.     public function getPostprodImageAnimDescriptif(): ?string
  1544.     {
  1545.         return $this->postprodImageAnimDescriptif;
  1546.     }
  1547.     public function setPostprodImageAnimDescriptif(?string $postprodImageAnimDescriptif): self
  1548.     {
  1549.         $this->postprodImageAnimDescriptif $postprodImageAnimDescriptif;
  1550.         return $this;
  1551.     }
  1552.     public function getPostprodImageEtalonVente(): ?bool
  1553.     {
  1554.         return $this->postprodImageEtalonVente;
  1555.     }
  1556.     public function setPostprodImageEtalonVente(?bool $postprodImageEtalonVente): self
  1557.     {
  1558.         $this->postprodImageEtalonVente $postprodImageEtalonVente;
  1559.         return $this;
  1560.     }
  1561.     public function getPostprodImageEtalonLocSansOp(): ?bool
  1562.     {
  1563.         return $this->postprodImageEtalonLocSansOp;
  1564.     }
  1565.     public function setPostprodImageEtalonLocSansOp(?bool $postprodImageEtalonLocSansOp): self
  1566.     {
  1567.         $this->postprodImageEtalonLocSansOp $postprodImageEtalonLocSansOp;
  1568.         return $this;
  1569.     }
  1570.     public function getPostprodImageEtalonLocAvecOp(): ?bool
  1571.     {
  1572.         return $this->postprodImageEtalonLocAvecOp;
  1573.     }
  1574.     public function setPostprodImageEtalonLocAvecOp(?bool $postprodImageEtalonLocAvecOp): self
  1575.     {
  1576.         $this->postprodImageEtalonLocAvecOp $postprodImageEtalonLocAvecOp;
  1577.         return $this;
  1578.     }
  1579.     public function getPostprodImageEtalonLocaux(): ?bool
  1580.     {
  1581.         return $this->postprodImageEtalonLocaux;
  1582.     }
  1583.     public function setPostprodImageEtalonLocaux(?bool $postprodImageEtalonLocaux): self
  1584.     {
  1585.         $this->postprodImageEtalonLocaux $postprodImageEtalonLocaux;
  1586.         return $this;
  1587.     }
  1588.     public function getPostprodImageEtalonDescriptif(): ?string
  1589.     {
  1590.         return $this->postprodImageEtalonDescriptif;
  1591.     }
  1592.     public function setPostprodImageEtalonDescriptif(?string $postprodImageEtalonDescriptif): self
  1593.     {
  1594.         $this->postprodImageEtalonDescriptif $postprodImageEtalonDescriptif;
  1595.         return $this;
  1596.     }
  1597.     public function getPostprodSonMusiqueLocSansOp(): ?bool
  1598.     {
  1599.         return $this->postprodSonMusiqueLocSansOp;
  1600.     }
  1601.     public function setPostprodSonMusiqueLocSansOp(?bool $postprodSonMusiqueLocSansOp): self
  1602.     {
  1603.         $this->postprodSonMusiqueLocSansOp $postprodSonMusiqueLocSansOp;
  1604.         return $this;
  1605.     }
  1606.     public function getPostprodSonMusiqueLocAvecOp(): ?bool
  1607.     {
  1608.         return $this->postprodSonMusiqueLocAvecOp;
  1609.     }
  1610.     public function setPostprodSonMusiqueLocAvecOp(?bool $postprodSonMusiqueLocAvecOp): self
  1611.     {
  1612.         $this->postprodSonMusiqueLocAvecOp $postprodSonMusiqueLocAvecOp;
  1613.         return $this;
  1614.     }
  1615.     public function getPostprodSonMusiqueLocaux(): ?bool
  1616.     {
  1617.         return $this->postprodSonMusiqueLocaux;
  1618.     }
  1619.     public function setPostprodSonMusiqueLocaux(?bool $postprodSonMusiqueLocaux): self
  1620.     {
  1621.         $this->postprodSonMusiqueLocaux $postprodSonMusiqueLocaux;
  1622.         return $this;
  1623.     }
  1624.     public function getPostprodSonMusiqueDescriptif(): ?string
  1625.     {
  1626.         return $this->postprodSonMusiqueDescriptif;
  1627.     }
  1628.     public function setPostprodSonMusiqueDescriptif(?string $postprodSonMusiqueDescriptif): self
  1629.     {
  1630.         $this->postprodSonMusiqueDescriptif $postprodSonMusiqueDescriptif;
  1631.         return $this;
  1632.     }
  1633.     public function getPostprodSonVoixoffLocSansOp(): ?bool
  1634.     {
  1635.         return $this->postprodSonVoixoffLocSansOp;
  1636.     }
  1637.     public function setPostprodSonVoixoffLocSansOp(?bool $postprodSonVoixoffLocSansOp): self
  1638.     {
  1639.         $this->postprodSonVoixoffLocSansOp $postprodSonVoixoffLocSansOp;
  1640.         return $this;
  1641.     }
  1642.     public function getPostprodSonVoixoffLocAvecOp(): ?bool
  1643.     {
  1644.         return $this->postprodSonVoixoffLocAvecOp;
  1645.     }
  1646.     public function setPostprodSonVoixoffLocAvecOp(?bool $postprodSonVoixoffLocAvecOp): self
  1647.     {
  1648.         $this->postprodSonVoixoffLocAvecOp $postprodSonVoixoffLocAvecOp;
  1649.         return $this;
  1650.     }
  1651.     public function getPostprodSonVoixoffLocaux(): ?bool
  1652.     {
  1653.         return $this->postprodSonVoixoffLocaux;
  1654.     }
  1655.     public function setPostprodSonVoixoffLocaux(?bool $postprodSonVoixoffLocaux): self
  1656.     {
  1657.         $this->postprodSonVoixoffLocaux $postprodSonVoixoffLocaux;
  1658.         return $this;
  1659.     }
  1660.     public function getPostprodSonVoixoffDescriptif(): ?string
  1661.     {
  1662.         return $this->postprodSonVoixoffDescriptif;
  1663.     }
  1664.     public function setPostprodSonVoixoffDescriptif(?string $postprodSonVoixoffDescriptif): self
  1665.     {
  1666.         $this->postprodSonVoixoffDescriptif $postprodSonVoixoffDescriptif;
  1667.         return $this;
  1668.     }
  1669.     public function getPostprodSonDoublageLocSansOp(): ?bool
  1670.     {
  1671.         return $this->postprodSonDoublageLocSansOp;
  1672.     }
  1673.     public function setPostprodSonDoublageLocSansOp(?bool $postprodSonDoublageLocSansOp): self
  1674.     {
  1675.         $this->postprodSonDoublageLocSansOp $postprodSonDoublageLocSansOp;
  1676.         return $this;
  1677.     }
  1678.     public function getPostprodSonDoublageLocAvecOp(): ?bool
  1679.     {
  1680.         return $this->postprodSonDoublageLocAvecOp;
  1681.     }
  1682.     public function setPostprodSonDoublageLocAvecOp(?bool $postprodSonDoublageLocAvecOp): self
  1683.     {
  1684.         $this->postprodSonDoublageLocAvecOp $postprodSonDoublageLocAvecOp;
  1685.         return $this;
  1686.     }
  1687.     public function getPostprodSonDoublageLocaux(): ?bool
  1688.     {
  1689.         return $this->postprodSonDoublageLocaux;
  1690.     }
  1691.     public function setPostprodSonDoublageLocaux(?bool $postprodSonDoublageLocaux): self
  1692.     {
  1693.         $this->postprodSonDoublageLocaux $postprodSonDoublageLocaux;
  1694.         return $this;
  1695.     }
  1696.     public function getPostprodSonDoublageDescriptif(): ?string
  1697.     {
  1698.         return $this->postprodSonDoublageDescriptif;
  1699.     }
  1700.     public function setPostprodSonDoublageDescriptif(?string $postprodSonDoublageDescriptif): self
  1701.     {
  1702.         $this->postprodSonDoublageDescriptif $postprodSonDoublageDescriptif;
  1703.         return $this;
  1704.     }
  1705.     public function getPostprodSonBruitageLocSansOp(): ?bool
  1706.     {
  1707.         return $this->postprodSonBruitageLocSansOp;
  1708.     }
  1709.     public function setPostprodSonBruitageLocSansOp(?bool $postprodSonBruitageLocSansOp): self
  1710.     {
  1711.         $this->postprodSonBruitageLocSansOp $postprodSonBruitageLocSansOp;
  1712.         return $this;
  1713.     }
  1714.     public function getPostprodSonBruitageLocAvecOp(): ?bool
  1715.     {
  1716.         return $this->postprodSonBruitageLocAvecOp;
  1717.     }
  1718.     public function setPostprodSonBruitageLocAvecOp(?bool $postprodSonBruitageLocAvecOp): self
  1719.     {
  1720.         $this->postprodSonBruitageLocAvecOp $postprodSonBruitageLocAvecOp;
  1721.         return $this;
  1722.     }
  1723.     public function getPostprodSonBruitageLocaux(): ?bool
  1724.     {
  1725.         return $this->postprodSonBruitageLocaux;
  1726.     }
  1727.     public function setPostprodSonBruitageLocaux(?bool $postprodSonBruitageLocaux): self
  1728.     {
  1729.         $this->postprodSonBruitageLocaux $postprodSonBruitageLocaux;
  1730.         return $this;
  1731.     }
  1732.     public function getPostprodSonBruitageDescriptif(): ?string
  1733.     {
  1734.         return $this->postprodSonBruitageDescriptif;
  1735.     }
  1736.     public function setPostprodSonBruitageDescriptif(?string $postprodSonBruitageDescriptif): self
  1737.     {
  1738.         $this->postprodSonBruitageDescriptif $postprodSonBruitageDescriptif;
  1739.         return $this;
  1740.     }
  1741.     public function getPostprodSonMixageLocSansOp(): ?bool
  1742.     {
  1743.         return $this->postprodSonMixageLocSansOp;
  1744.     }
  1745.     public function setPostprodSonMixageLocSansOp(?bool $postprodSonMixageLocSansOp): self
  1746.     {
  1747.         $this->postprodSonMixageLocSansOp $postprodSonMixageLocSansOp;
  1748.         return $this;
  1749.     }
  1750.     public function getPostprodSonMixageLocAvecOp(): ?bool
  1751.     {
  1752.         return $this->postprodSonMixageLocAvecOp;
  1753.     }
  1754.     public function setPostprodSonMixageLocAvecOp(?bool $postprodSonMixageLocAvecOp): self
  1755.     {
  1756.         $this->postprodSonMixageLocAvecOp $postprodSonMixageLocAvecOp;
  1757.         return $this;
  1758.     }
  1759.     public function getPostprodSonMixageLocaux(): ?bool
  1760.     {
  1761.         return $this->postprodSonMixageLocaux;
  1762.     }
  1763.     public function setPostprodSonMixageLocaux(?bool $postprodSonMixageLocaux): self
  1764.     {
  1765.         $this->postprodSonMixageLocaux $postprodSonMixageLocaux;
  1766.         return $this;
  1767.     }
  1768.     public function getPostprodSonMixageDescriptif(): ?string
  1769.     {
  1770.         return $this->postprodSonMixageDescriptif;
  1771.     }
  1772.     public function setPostprodSonMixageDescriptif(?string $postprodSonMixageDescriptif): self
  1773.     {
  1774.         $this->postprodSonMixageDescriptif $postprodSonMixageDescriptif;
  1775.         return $this;
  1776.     }
  1777.     public function getDiffTechLaboLocAvecOp(): ?bool
  1778.     {
  1779.         return $this->diffTechLaboLocAvecOp;
  1780.     }
  1781.     public function setDiffTechLaboLocAvecOp(?bool $diffTechLaboLocAvecOp): self
  1782.     {
  1783.         $this->diffTechLaboLocAvecOp $diffTechLaboLocAvecOp;
  1784.         return $this;
  1785.     }
  1786.     public function getDiffTechLaboDescriptif(): ?string
  1787.     {
  1788.         return $this->diffTechLaboDescriptif;
  1789.     }
  1790.     public function setDiffTechLaboDescriptif(?string $diffTechLaboDescriptif): self
  1791.     {
  1792.         $this->diffTechLaboDescriptif $diffTechLaboDescriptif;
  1793.         return $this;
  1794.     }
  1795.     public function getDiffTechMasterLocAvecOp(): ?bool
  1796.     {
  1797.         return $this->diffTechMasterLocAvecOp;
  1798.     }
  1799.     public function setDiffTechMasterLocAvecOp(?bool $diffTechMasterLocAvecOp): self
  1800.     {
  1801.         $this->diffTechMasterLocAvecOp $diffTechMasterLocAvecOp;
  1802.         return $this;
  1803.     }
  1804.     public function getDiffTechMasterDescriptif(): ?string
  1805.     {
  1806.         return $this->diffTechMasterDescriptif;
  1807.     }
  1808.     public function setDiffTechMasterDescriptif(?string $diffTechMasterDescriptif): self
  1809.     {
  1810.         $this->diffTechMasterDescriptif $diffTechMasterDescriptif;
  1811.         return $this;
  1812.     }
  1813.     public function getDiffTechAuthorLocAvecOp(): ?bool
  1814.     {
  1815.         return $this->diffTechAuthorLocAvecOp;
  1816.     }
  1817.     public function setDiffTechAuthorLocAvecOp(?bool $diffTechAuthorLocAvecOp): self
  1818.     {
  1819.         $this->diffTechAuthorLocAvecOp $diffTechAuthorLocAvecOp;
  1820.         return $this;
  1821.     }
  1822.     public function getDiffTechAuthorDescriptif(): ?string
  1823.     {
  1824.         return $this->diffTechAuthorDescriptif;
  1825.     }
  1826.     public function setDiffTechAuthorDescriptif(?string $diffTechAuthorDescriptif): self
  1827.     {
  1828.         $this->diffTechAuthorDescriptif $diffTechAuthorDescriptif;
  1829.         return $this;
  1830.     }
  1831.     public function getDiffOutilsEcranVente(): ?bool
  1832.     {
  1833.         return $this->diffOutilsEcranVente;
  1834.     }
  1835.     public function setDiffOutilsEcranVente(?bool $diffOutilsEcranVente): self
  1836.     {
  1837.         $this->diffOutilsEcranVente $diffOutilsEcranVente;
  1838.         return $this;
  1839.     }
  1840.     public function getDiffOutilsEcranLocSansOp(): ?bool
  1841.     {
  1842.         return $this->diffOutilsEcranLocSansOp;
  1843.     }
  1844.     public function setDiffOutilsEcranLocSansOp(?bool $diffOutilsEcranLocSansOp): self
  1845.     {
  1846.         $this->diffOutilsEcranLocSansOp $diffOutilsEcranLocSansOp;
  1847.         return $this;
  1848.     }
  1849.     public function getDiffOutilsEcranLocAvecOp(): ?bool
  1850.     {
  1851.         return $this->diffOutilsEcranLocAvecOp;
  1852.     }
  1853.     public function setDiffOutilsEcranLocAvecOp(?bool $diffOutilsEcranLocAvecOp): self
  1854.     {
  1855.         $this->diffOutilsEcranLocAvecOp $diffOutilsEcranLocAvecOp;
  1856.         return $this;
  1857.     }
  1858.     public function getDiffOutilsEcranLocaux(): ?bool
  1859.     {
  1860.         return $this->diffOutilsEcranLocaux;
  1861.     }
  1862.     public function setDiffOutilsEcranLocaux(?bool $diffOutilsEcranLocaux): self
  1863.     {
  1864.         $this->diffOutilsEcranLocaux $diffOutilsEcranLocaux;
  1865.         return $this;
  1866.     }
  1867.     public function getDiffOutilsEcranDescriptif(): ?string
  1868.     {
  1869.         return $this->diffOutilsEcranDescriptif;
  1870.     }
  1871.     public function setDiffOutilsEcranDescriptif(?string $diffOutilsEcranDescriptif): self
  1872.     {
  1873.         $this->diffOutilsEcranDescriptif $diffOutilsEcranDescriptif;
  1874.         return $this;
  1875.     }
  1876.     public function getDiffOutilsCasqueVente(): ?bool
  1877.     {
  1878.         return $this->diffOutilsCasqueVente;
  1879.     }
  1880.     public function setDiffOutilsCasqueVente(?bool $diffOutilsCasqueVente): self
  1881.     {
  1882.         $this->diffOutilsCasqueVente $diffOutilsCasqueVente;
  1883.         return $this;
  1884.     }
  1885.     public function getDiffOutilsCasqueLocSansOp(): ?bool
  1886.     {
  1887.         return $this->diffOutilsCasqueLocSansOp;
  1888.     }
  1889.     public function setDiffOutilsCasqueLocSansOp(?bool $diffOutilsCasqueLocSansOp): self
  1890.     {
  1891.         $this->diffOutilsCasqueLocSansOp $diffOutilsCasqueLocSansOp;
  1892.         return $this;
  1893.     }
  1894.     public function getDiffOutilsCasqueDescriptif(): ?string
  1895.     {
  1896.         return $this->diffOutilsCasqueDescriptif;
  1897.     }
  1898.     public function setDiffOutilsCasqueDescriptif(?string $diffOutilsCasqueDescriptif): self
  1899.     {
  1900.         $this->diffOutilsCasqueDescriptif $diffOutilsCasqueDescriptif;
  1901.         return $this;
  1902.     }
  1903.     public function getDiffOutilsAutrePrecision(): ?string
  1904.     {
  1905.         return $this->diffOutilsAutrePrecision;
  1906.     }
  1907.     public function setDiffOutilsAutrePrecision(?string $diffOutilsAutrePrecision): self
  1908.     {
  1909.         $this->diffOutilsAutrePrecision $diffOutilsAutrePrecision;
  1910.         return $this;
  1911.     }
  1912.     public function getDiffOutilsAutreDescriptif(): ?string
  1913.     {
  1914.         return $this->diffOutilsAutreDescriptif;
  1915.     }
  1916.     public function setDiffOutilsAutreDescriptif(?string $diffOutilsAutreDescriptif): self
  1917.     {
  1918.         $this->diffOutilsAutreDescriptif $diffOutilsAutreDescriptif;
  1919.         return $this;
  1920.     }
  1921.     /**
  1922.      * @param File|UploadedFile $catalogueMaterielFile
  1923.      */
  1924.     public function setCatalogueMaterielFile(?File $catalogueMaterielFile null)
  1925.     {
  1926.         $this->catalogueMaterielFile $catalogueMaterielFile;
  1927.         if (null !== $catalogueMaterielFile) {
  1928.             // It is required that at least one field changes if you are using doctrine
  1929.             // otherwise the event listeners won't be called and the file is lost
  1930.             $this->catalogueMaterielUpdatedAt = new \DateTimeImmutable();
  1931.         }
  1932.     }
  1933.     public function getCatalogueMaterielFile(): ?File
  1934.     {
  1935.         return $this->catalogueMaterielFile;
  1936.     }
  1937.     public function setCatalogueMateriel(EmbeddedFile $catalogueMateriel)
  1938.     {
  1939.         $this->catalogueMateriel $catalogueMateriel;
  1940.     }
  1941.     public function getCatalogueMateriel(): ?EmbeddedFile
  1942.     {
  1943.         return $this->catalogueMateriel;
  1944.     }
  1945.     public function getCatalogueCompletLien(): ?string
  1946.     {
  1947.         return $this->catalogueCompletLien;
  1948.     }
  1949.     public function setCatalogueCompletLien(?string $catalogueCompletLien): self
  1950.     {
  1951.         $this->catalogueCompletLien $catalogueCompletLien;
  1952.         return $this;
  1953.     }
  1954.     public function getInfoCineFrequence(): ?string
  1955.     {
  1956.         return $this->infoCineFrequence;
  1957.     }
  1958.     public function setInfoCineFrequence(?string $infoCineFrequence): self
  1959.     {
  1960.         $this->infoCineFrequence $infoCineFrequence;
  1961.         return $this;
  1962.     }
  1963.     public function getInfoTvFrequence(): ?string
  1964.     {
  1965.         return $this->infoTvFrequence;
  1966.     }
  1967.     public function setInfoTvFrequence(?string $infoTvFrequence): self
  1968.     {
  1969.         $this->infoTvFrequence $infoTvFrequence;
  1970.         return $this;
  1971.     }
  1972.     public function getInfolanguePrecision(): ?string
  1973.     {
  1974.         return $this->infolanguePrecision;
  1975.     }
  1976.     public function setInfolanguePrecision(?string $infolanguePrecision): self
  1977.     {
  1978.         $this->infolanguePrecision $infolanguePrecision;
  1979.         return $this;
  1980.     }
  1981.     public function getSuggestionReseau(): ?string
  1982.     {
  1983.         return $this->suggestionReseau;
  1984.     }
  1985.     public function setSuggestionReseau(?string $suggestionReseau): self
  1986.     {
  1987.         $this->suggestionReseau $suggestionReseau;
  1988.         return $this;
  1989.     }
  1990.     public function getCreatedAt(): ?\DateTimeInterface
  1991.     {
  1992.         return $this->createdAt;
  1993.     }
  1994.     public function setCreatedAt(\DateTimeInterface $createdAt): self
  1995.     {
  1996.         $this->createdAt $createdAt;
  1997.         return $this;
  1998.     }
  1999.     public function getUser(): ?User
  2000.     {
  2001.         return $this->user;
  2002.     }
  2003.     public function setUser(?User $user): self
  2004.     {
  2005.         $this->user $user;
  2006.         return $this;
  2007.     }
  2008.     public function getTournageImageAutrePrecision(): ?string
  2009.     {
  2010.         return $this->tournageImageAutrePrecision;
  2011.     }
  2012.     public function setTournageImageAutrePrecision(?string $tournageImageAutrePrecision): self
  2013.     {
  2014.         $this->tournageImageAutrePrecision $tournageImageAutrePrecision;
  2015.         return $this;
  2016.     }
  2017.     public function getTournageLocauxAutrePrecision(): ?string
  2018.     {
  2019.         return $this->tournageLocauxAutrePrecision;
  2020.     }
  2021.     public function setTournageLocauxAutrePrecision(?string $tournageLocauxAutrePrecision): self
  2022.     {
  2023.         $this->tournageLocauxAutrePrecision $tournageLocauxAutrePrecision;
  2024.         return $this;
  2025.     }
  2026.     public function getModifiedAt(): ?\DateTimeInterface
  2027.     {
  2028.         return $this->modifiedAt;
  2029.     }
  2030.     public function setModifiedAt(\DateTimeInterface $modifiedAt null): self
  2031.     {
  2032.         $this->modifiedAt $modifiedAt;
  2033.         return $this;
  2034.     }
  2035.     public function getStatut(): ?string
  2036.     {
  2037.         return $this->statut;
  2038.     }
  2039.     public function setStatut(string $statut): self
  2040.     {
  2041.         $this->statut $statut;
  2042.         return $this;
  2043.     }
  2044.     public function getStatutDate(): ?\DateTimeInterface
  2045.     {
  2046.         return $this->statutDate;
  2047.     }
  2048.     public function setStatutDate(\DateTimeInterface $statutDate): self
  2049.     {
  2050.         $this->statutDate $statutDate;
  2051.         return $this;
  2052.     }
  2053. }