<?php
namespace App\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* Ogresto.restaurant
*@
* @ORM\Table(name="ogresto.restaurant")
* @ORM\Entity(repositoryClass=App\Repository\RestaurantRepository::class)
*/
class Restaurant
{
/**
* @var int
*
* @ORM\Column(name="id", type="integer", nullable=false)
* @ORM\Id
* @ORM\GeneratedValue(strategy="SEQUENCE")
* @ORM\SequenceGenerator(sequenceName="ogresto.restaurant_id_seq", allocationSize=1, initialValue=1)
*/
private $id;
/**
* @var string|null
*
* @ORM\Column(name="activite", type="string", nullable=true)
*/
private $activite;
/**
* @var string|null
*
* @ORM\Column(name="ambiance", type="string", nullable=true)
*/
private $ambiance;
/**
* @var string|null
*
* @ORM\Column(name="budget", type="string", nullable=true)
*/
private $budget;
/**
* @var string|null
*
* @ORM\Column(name="cle_adr_complete", type="string", nullable=true)
*/
private $cleAdrComplete;
/**
* @var string|null
*
* @ORM\Column(name="cle_adr_pcomp", type="string", nullable=true)
*/
private $cleAdrPcomp;
/**
* @var string|null
*
* @ORM\Column(name="cle_adr_pcomp2", type="string", nullable=true)
*/
private $cleAdrPcomp2;
/**
* @var string|null
*
* @ORM\Column(name="cle_comp_ss_num", type="string", nullable=true)
*/
private $cleCompSsNum;
/**
* @var string|null
*
* @ORM\Column(name="cle_complete", type="string", nullable=true)
*/
private $cleComplete;
/**
* @var string|null
*
* @ORM\Column(name="cle_pcompl", type="string", nullable=true)
*/
private $clePcompl;
/**
* @var string|null
*
* @ORM\Column(name="cle_pcompl2", type="string", nullable=true)
*/
private $clePcompl2;
/**
* @var string|null
*
* @ORM\Column(name="cle_pcompl2_ss_num", type="string", nullable=true)
*/
private $clePcompl2SsNum;
/**
* @var string|null
*
* @ORM\Column(name="cle_pcompl_ss_num", type="string", nullable=true)
*/
private $clePcomplSsNum;
/**
* @var string|null
*
* @ORM\Column(name="codens", type="string", nullable=true)
*/
private $codens;
/**
* @var string|null
*
* @ORM\Column(name="codinsee", type="string", nullable=true)
*/
private $codinsee;
/**
* @var string|null
*
* @ORM\Column(name="codpost", type="string", nullable=true)
*/
private $codpost;
/**
* @var string|null
*
* @ORM\Column(name="com_vali", type="string", nullable=true)
*/
private $comVali;
/**
* @var string|null
*
* @ORM\Column(name="commune", type="string", nullable=true)
*/
private $commune;
/**
* @var string|null
*
* @ORM\Column(name="compvoie", type="string", nullable=true)
*/
private $compvoie;
/**
* @var string|null
*
* @ORM\Column(name="couleur_fin", type="string", nullable=true)
*/
private $couleurFin;
/**
* @var string|null
*
* @ORM\Column(name="couleur_valid", type="string", nullable=true)
*/
private $couleurValid;
/**
* @var string|null
*
* @ORM\Column(name="datecreationetablissement", type="string", nullable=true)
*/
private $datecreationetablissement;
/**
* @var string|null
*
* @ORM\Column(name="datedebut", type="string", nullable=true)
*/
private $datedebut;
/**
* @var string|null
*
* @ORM\Column(name="datederniertraitementetablisseme", type="string", nullable=true)
*/
private $datederniertraitementetablisseme;
/**
* @var string|null
*
* @ORM\Column(name="denomination_f", type="string", nullable=true)
*/
private $denominationF;
/**
* @var string|null
*
* @ORM\Column(name="fonctionalite", type="string", nullable=true)
*/
private $fonctionalite;
/**
* @var string|null
*
* @ORM\Column(name="fourchette_prix", type="string", nullable=true)
*/
private $fourchettePrix;
/**
* @var string|null
*
* @ORM\Column(name="horaires", type="string", nullable=true)
*/
private $horaires;
/**
* @var string|null
*
* @ORM\Column(name="id_pj", type="string", nullable=true)
*/
private $idPj;
/**
* @var string|null
*
* @ORM\Column(name="id_stock", type="string", nullable=true)
*/
private $idStock;
/**
* @var string|null
*
* @ORM\Column(name="id_ta", type="string", nullable=true)
*/
private $idTa;
/**
* @var string|null
*
* @ORM\Column(name="nomvoie", type="string", nullable=true)
*/
private $nomvoie;
/**
* @var string|null
*
* @ORM\Column(name="note", type="string", nullable=true)
*/
private $note;
/**
* @var string|null
*
* @ORM\Column(name="numvoie", type="string", nullable=true)
*/
private $numvoie;
/**
* @var string|null
*
* @ORM\Column(name="pj", type="string", nullable=true)
*/
private $pj;
/**
* @var string|null
*
* @ORM\Column(name="prestation", type="string", nullable=true)
*/
private $prestation;
/**
* @var string|null
*
* @ORM\Column(name="regime_speciaux", type="string", nullable=true)
*/
private $regimeSpeciaux;
/**
* @var string|null
*
* @ORM\Column(name="repas", type="string", nullable=true)
*/
private $repas;
/**
* @var string|null
*
* @ORM\Column(name="siren", type="string", nullable=true)
*/
private $siren;
/**
* @var string|null
*
* @ORM\Column(name="siret", type="string", nullable=true)
*/
private $siret;
/**
* @var string|null
*
* @ORM\Column(name="site", type="string", nullable=true)
*/
private $site;
/**
* @var string|null
*
* @ORM\Column(name="stock", type="string", nullable=true)
*/
private $stock;
/**
* @var string|null
*
* @ORM\Column(name="ta", type="string", nullable=true)
*/
private $ta;
/**
* @var string|null
*
* @ORM\Column(name="tel", type="string", nullable=true)
*/
private $tel;
/**
* @var string|null
*
* @ORM\Column(name="telephone", type="string", nullable=true)
*/
private $telephone;
/**
* @var string|null
*
* @ORM\Column(name="top_ferm_adr_complete", type="string", nullable=true)
*/
private $topFermAdrComplete;
/**
* @var string|null
*
* @ORM\Column(name="top_ferm_adr_pcomp", type="string", nullable=true)
*/
private $topFermAdrPcomp;
/**
* @var string|null
*
* @ORM\Column(name="top_ferm_adr_pcomp2", type="string", nullable=true)
*/
private $topFermAdrPcomp2;
/**
* @var string|null
*
* @ORM\Column(name="top_ferm_comp_ss_num", type="string", nullable=true)
*/
private $topFermCompSsNum;
/**
* @var string|null
*
* @ORM\Column(name="top_ferm_complete", type="string", nullable=true)
*/
private $topFermComplete;
/**
* @var string|null
*
* @ORM\Column(name="top_ferm_pcompl", type="string", nullable=true)
*/
private $topFermPcompl;
/**
* @var string|null
*
* @ORM\Column(name="top_ferm_pcompl2", type="string", nullable=true)
*/
private $topFermPcompl2;
/**
* @var string|null
*
* @ORM\Column(name="top_ferm_pcompl2_ss_num", type="string", nullable=true)
*/
private $topFermPcompl2SsNum;
/**
* @var string|null
*
* @ORM\Column(name="top_ferm_pcompl_ss_num", type="string", nullable=true)
*/
private $topFermPcomplSsNum;
/**
* @var string|null
*
* @ORM\Column(name="type_cuisine", type="string", nullable=true)
*/
private $typeCuisine;
/**
* @var string|null
*
* @ORM\Column(name="typevoie", type="string", nullable=true)
*/
private $typevoie;
/**
* @var string|null
*
* @ORM\Column(name="villenorm", type="string", nullable=true)
*/
private $villenorm;
/**
*
* @ORM\Column(name="rappel", type="boolean", nullable="true")
*/
private $rappel;
/**
* @ORM\Column(name="traite", type="boolean", nullable="true")
*/
private $traite;
/**
* @ORM\Column(name="isfast_food", type="boolean")
*/
private $fastFood;
/**
* @ORM\Column(name="isrestaurant", type="boolean")
*/
private $restaurant;
/**
* @ORM\Column(name="iscreperie", type="boolean")
*/
private $creperie;
/**
* @ORM\Column(name="isbrasserie", type="boolean")
*/
private $brasserie;
/**
* @ORM\Column(name="ispizzeria", type="boolean")
*/
private $pizzeria;
/**
* @ORM\Column(name="boulangerie", type="boolean")
*/
private $boulangerie;
/**
* @ORM\Column(name="bar", type="boolean")
*/
private $bar;
/**
* @var string|null
*
* @ORM\Column(name="code_saisie", type="string", length=50, nullable=true)
*/
private $codeSaisie;
/**
* @var \DateTime|null
*
* @ORM\Column(name="date_de_validation", type="date", nullable=true)
*/
private $dateValidation;
/**
* @var string|null
*
* @ORM\Column(name="evenement", type="string", length=50, nullable=true)
*/
private $evenement;
/**
* @var \DateTime|null
*
* @ORM\Column(name="date_evenement", type="date", nullable=true)
*/
private $dateEvenement;
/**
* @var bool|null
*
* @ORM\Column(name="doublon", type="boolean", nullable=true)
*/
private $doublon;
/**
* @var string|null
*
* @ORM\Column(name="dep", type="string", nullable=true)
*/
private $dep;
/**
* @var bool|null
*
* @ORM\Column(name="nom_ok", type="boolean", nullable=true)
*/
private $nom_ok;
/**
* @var bool|null
*
* @ORM\Column(name="adresse_ok", type="boolean", nullable=true)
*/
private $adresse_ok;
/**
* @var bool|null
*
* @ORM\Column(name="codens_originals", type="boolean", nullable=true)
*/
private $codens_originals;
/**
* @ORM\Column(name="ligne_dupliquer", type="boolean", nullable="true" )
*/
private $duplicated;
/**
* @ORM\Column(name="siren_ok", type="boolean", nullable="true" )
*/
private $siren_ok;
/**
* @ORM\Column(name="tel_ok", type="boolean", nullable="true" )
*/
private $tel_ok;
/**
* @ORM\Column(name="admin_verifier", type="boolean", nullable="true")
*/
private $adminV;
/**
* @ORM\Column(name="ferm", type="boolean", nullable="true")
*/
private $ferm;
/**
* @ORM\Column(name="pas_garder", type="boolean", nullable="true")
*/
private $pasGarder;
/**
* @ORM\Column(name="cuisine_monde",type="boolean", nullable="true")
*/
private $cuisineMonde;
/**
* @ORM\Column(name="cafe",type="boolean", nullable="true")
*/
private $cafe;
/**
* @ORM\Column(name="salon_the",type="boolean", nullable="true")
*/
private $salon_the;
/**
* @ORM\Column(name="modif_position",type="boolean", nullable="true")
*/
private $modifPosition;
/**
* @ORM\Column(name="poi_x",type="float", nullable="true")
*/
private $poiX;
/**
* @ORM\Column(name="poi_y",type="float", nullable="true")
*/
private $poiY;
public function setDuplicated($duplicated){
$this->duplicated=$duplicated;
return $this;
}
public function getDuplicated(){
return $this->duplicated;
}
public function getId(): ?int
{
return $this->id;
}
public function getActivite(): ?string
{
return $this->activite;
}
public function setActivite(?string $activite): self
{
$this->activite = $activite;
return $this;
}
public function getAmbiance(): ?string
{
return $this->ambiance;
}
public function setAmbiance(?string $ambiance): self
{
$this->ambiance = $ambiance;
return $this;
}
public function getBudget(): ?string
{
return $this->budget;
}
public function setBudget(?string $budget): self
{
$this->budget = $budget;
return $this;
}
public function getCleAdrComplete(): ?string
{
return $this->cleAdrComplete;
}
public function setCleAdrComplete(?string $cleAdrComplete): self
{
$this->cleAdrComplete = $cleAdrComplete;
return $this;
}
public function getCleAdrPcomp(): ?string
{
return $this->cleAdrPcomp;
}
public function setCleAdrPcomp(?string $cleAdrPcomp): self
{
$this->cleAdrPcomp = $cleAdrPcomp;
return $this;
}
public function getCleAdrPcomp2(): ?string
{
return $this->cleAdrPcomp2;
}
public function setCleAdrPcomp2(?string $cleAdrPcomp2): self
{
$this->cleAdrPcomp2 = $cleAdrPcomp2;
return $this;
}
public function getCleCompSsNum(): ?string
{
return $this->cleCompSsNum;
}
public function setCleCompSsNum(?string $cleCompSsNum): self
{
$this->cleCompSsNum = $cleCompSsNum;
return $this;
}
public function getCleComplete(): ?string
{
return $this->cleComplete;
}
public function setCleComplete(?string $cleComplete): self
{
$this->cleComplete = $cleComplete;
return $this;
}
public function getClePcompl(): ?string
{
return $this->clePcompl;
}
public function setClePcompl(?string $clePcompl): self
{
$this->clePcompl = $clePcompl;
return $this;
}
public function getClePcompl2(): ?string
{
return $this->clePcompl2;
}
public function setClePcompl2(?string $clePcompl2): self
{
$this->clePcompl2 = $clePcompl2;
return $this;
}
public function getClePcompl2SsNum(): ?string
{
return $this->clePcompl2SsNum;
}
public function setClePcompl2SsNum(?string $clePcompl2SsNum): self
{
$this->clePcompl2SsNum = $clePcompl2SsNum;
return $this;
}
public function getClePcomplSsNum(): ?string
{
return $this->clePcomplSsNum;
}
public function setClePcomplSsNum(?string $clePcomplSsNum): self
{
$this->clePcomplSsNum = $clePcomplSsNum;
return $this;
}
public function getCodens(): ?string
{
return $this->codens;
}
public function setCodens(?string $codens): self
{
$this->codens = $codens;
return $this;
}
public function getCodinsee(): ?string
{
return $this->codinsee;
}
public function setCodinsee(?string $codinsee): self
{
$this->codinsee = $codinsee;
return $this;
}
public function getCodpost(): ?string
{
return $this->codpost;
}
public function setCodpost(?string $codpost): self
{
$this->codpost = $codpost;
return $this;
}
public function getComVali(): ?string
{
return $this->comVali;
}
public function setComVali(?string $comVali): self
{
$this->comVali = $comVali;
return $this;
}
public function getCommune(): ?string
{
return $this->commune;
}
public function setCommune(?string $commune): self
{
$this->commune = $commune;
return $this;
}
public function getCompvoie(): ?string
{
return $this->compvoie;
}
public function setCompvoie(?string $compvoie): self
{
$this->compvoie = $compvoie;
return $this;
}
public function getCouleurFin(): ?string
{
return $this->couleurFin;
}
public function setCouleurFin(?string $couleurFin): self
{
$this->couleurFin = $couleurFin;
return $this;
}
public function getCouleurValid(): ?string
{
return $this->couleurValid;
}
public function setCouleurValid(?string $couleurValid): self
{
$this->couleurValid = $couleurValid;
return $this;
}
public function getDatecreationetablissement(): ?string
{
return $this->datecreationetablissement;
}
public function setDatecreationetablissement(?string $datecreationetablissement): self
{
$this->datecreationetablissement = $datecreationetablissement;
return $this;
}
public function getDatedebut(): ?string
{
return $this->datedebut;
}
public function setDatedebut(?string $datedebut): self
{
$this->datedebut = $datedebut;
return $this;
}
public function getDatederniertraitementetablisseme(): ?string
{
return $this->datederniertraitementetablisseme;
}
public function setDatederniertraitementetablisseme(?string $datederniertraitementetablisseme): self
{
$this->datederniertraitementetablisseme = $datederniertraitementetablisseme;
return $this;
}
public function getDenominationF(): ?string
{
return $this->denominationF;
}
public function setDenominationF(?string $denominationF): self
{
$this->denominationF = $denominationF;
return $this;
}
public function getFonctionalite(): ?string
{
return $this->fonctionalite;
}
public function setFonctionalite(?string $fonctionalite): self
{
$this->fonctionalite = $fonctionalite;
return $this;
}
public function getFourchettePrix(): ?string
{
return $this->fourchettePrix;
}
public function setFourchettePrix(?string $fourchettePrix): self
{
$this->fourchettePrix = $fourchettePrix;
return $this;
}
public function getHoraires(): ?string
{
return $this->horaires;
}
public function setHoraires(?string $horaires): self
{
$this->horaires = $horaires;
return $this;
}
public function getIdPj(): ?string
{
return $this->idPj;
}
public function setIdPj(?string $idPj): self
{
$this->idPj = $idPj;
return $this;
}
public function getIdStock(): ?string
{
return $this->idStock;
}
public function setIdStock(?string $idStock): self
{
$this->idStock = $idStock;
return $this;
}
public function getIdTa(): ?string
{
return $this->idTa;
}
public function setIdTa(?string $idTa): self
{
$this->idTa = $idTa;
return $this;
}
public function getNomvoie(): ?string
{
return $this->nomvoie;
}
public function setNomvoie(?string $nomvoie): self
{
$this->nomvoie = $nomvoie;
return $this;
}
public function getNote(): ?string
{
return $this->note;
}
public function setNote(?string $note): self
{
$this->note = $note;
return $this;
}
public function getNumvoie(): ?string
{
return $this->numvoie;
}
public function setNumvoie(?string $numvoie): self
{
$this->numvoie = $numvoie;
return $this;
}
public function getPj(): ?string
{
return $this->pj;
}
public function setPj(?string $pj): self
{
$this->pj = $pj;
return $this;
}
public function getPrestation(): ?string
{
return $this->prestation;
}
public function setPrestation(?string $prestation): self
{
$this->prestation = $prestation;
return $this;
}
public function getRegimeSpeciaux(): ?string
{
return $this->regimeSpeciaux;
}
public function setRegimeSpeciaux(?string $regimeSpeciaux): self
{
$this->regimeSpeciaux = $regimeSpeciaux;
return $this;
}
public function getRepas(): ?string
{
return $this->repas;
}
public function setRepas(?string $repas): self
{
$this->repas = $repas;
return $this;
}
public function getSiren(): ?string
{
return $this->siren;
}
public function setSiren(?string $siren): self
{
$this->siren = $siren;
return $this;
}
public function getSiret(): ?string
{
return $this->siret;
}
public function setSiret(?string $siret): self
{
$this->siret = $siret;
return $this;
}
public function getSite(): ?string
{
return $this->site;
}
public function setSite(?string $site): self
{
$this->site = $site;
return $this;
}
public function getStock(): ?string
{
return $this->stock;
}
public function setStock(?string $stock): self
{
$this->stock = $stock;
return $this;
}
public function getTa(): ?string
{
return $this->ta;
}
public function setTa(?string $ta): self
{
$this->ta = $ta;
return $this;
}
public function getTel(): ?string
{
return $this->tel;
}
public function setTel(?string $tel): self
{
$this->tel = $tel;
return $this;
}
public function getTelephone(): ?string
{
return $this->telephone;
}
public function setTelephone(?string $telephone): self
{
$this->telephone = $telephone;
return $this;
}
public function getTopFermAdrComplete(): ?string
{
return $this->topFermAdrComplete;
}
public function setTopFermAdrComplete(?string $topFermAdrComplete): self
{
$this->topFermAdrComplete = $topFermAdrComplete;
return $this;
}
public function getTopFermAdrPcomp(): ?string
{
return $this->topFermAdrPcomp;
}
public function setTopFermAdrPcomp(?string $topFermAdrPcomp): self
{
$this->topFermAdrPcomp = $topFermAdrPcomp;
return $this;
}
public function getTopFermAdrPcomp2(): ?string
{
return $this->topFermAdrPcomp2;
}
public function setTopFermAdrPcomp2(?string $topFermAdrPcomp2): self
{
$this->topFermAdrPcomp2 = $topFermAdrPcomp2;
return $this;
}
public function getTopFermCompSsNum(): ?string
{
return $this->topFermCompSsNum;
}
public function setTopFermCompSsNum(?string $topFermCompSsNum): self
{
$this->topFermCompSsNum = $topFermCompSsNum;
return $this;
}
public function getTopFermComplete(): ?string
{
return $this->topFermComplete;
}
public function setTopFermComplete(?string $topFermComplete): self
{
$this->topFermComplete = $topFermComplete;
return $this;
}
public function getTopFermPcompl(): ?string
{
return $this->topFermPcompl;
}
public function setTopFermPcompl(?string $topFermPcompl): self
{
$this->topFermPcompl = $topFermPcompl;
return $this;
}
public function getTopFermPcompl2(): ?string
{
return $this->topFermPcompl2;
}
public function setTopFermPcompl2(?string $topFermPcompl2): self
{
$this->topFermPcompl2 = $topFermPcompl2;
return $this;
}
public function getTopFermPcompl2SsNum(): ?string
{
return $this->topFermPcompl2SsNum;
}
public function setTopFermPcompl2SsNum(?string $topFermPcompl2SsNum): self
{
$this->topFermPcompl2SsNum = $topFermPcompl2SsNum;
return $this;
}
public function getTopFermPcomplSsNum(): ?string
{
return $this->topFermPcomplSsNum;
}
public function setTopFermPcomplSsNum(?string $topFermPcomplSsNum): self
{
$this->topFermPcomplSsNum = $topFermPcomplSsNum;
return $this;
}
public function getTypeCuisine(): ?string
{
return $this->typeCuisine;
}
public function setTypeCuisine(?string $typeCuisine): self
{
$this->typeCuisine = $typeCuisine;
return $this;
}
public function getTypevoie(): ?string
{
return $this->typevoie;
}
public function setTypevoie(?string $typevoie): self
{
$this->typevoie = $typevoie;
return $this;
}
public function getVillenorm(): ?string
{
return $this->villenorm;
}
public function setVillenorm(?string $villenorm): self
{
$this->villenorm = $villenorm;
return $this;
}
public function getRappel(): ?bool
{
return $this->rappel;
}
public function setRappel(?bool $rappel): self
{
$this->rappel = $rappel;
return $this;
}
public function getTraite(): ?bool
{
return $this->traite;
}
public function setTraite(?bool $traite): self
{
$this->traite = $traite;
return $this;
}
public function getFastFood(): ?bool
{
return $this->fastFood;
}
public function setFastFood(?bool $fastFood): self
{
$this->fastFood = $fastFood;
return $this;
}
public function getRestaurant(): ?bool
{
return $this->restaurant;
}
public function setRestaurant(?bool $restaurant): self
{
$this->restaurant = $restaurant;
return $this;
}
public function getCreperie(): ?bool
{
return $this->creperie;
}
public function setCreperie(?bool $creperie): self
{
$this->creperie = $creperie;
return $this;
}
public function getBrasserie(): ?bool
{
return $this->brasserie;
}
public function setBrasserie(?bool $brasserie): self
{
$this->brasserie = $brasserie;
return $this;
}
public function getDateValidation(): ?\DateTimeInterface
{
return $this->dateValidation;
}
public function setDateValidation(?\DateTimeInterface $dateValidation): self
{
$this->dateValidation = $dateValidation;
return $this;
}
public function getEvenement(): ?string
{
return $this->evenement;
}
public function setEvenement(?string $evenement): self
{
$this->evenement = $evenement;
return $this;
}
public function getDateEvenement(): ?\DateTimeInterface
{
return $this->dateEvenement;
}
public function setDateEvenement(?\DateTimeInterface $dateEvenement): self
{
$this->dateEvenement = $dateEvenement;
return $this;
}
public function getDoublon(): ?bool
{
return $this->doublon;
}
public function setDoublon(?bool $doublon): self
{
$this->doublon = $doublon;
return $this;
}
public function getDep(): ?string
{
return $this->dep;
}
public function setDep(?string $dep): self
{
$this->dep = $dep;
return $this;
}
public function getPizzeria(): ?bool
{
return $this->pizzeria;
}
public function setPizzeria(?bool $pizzeria): self
{
$this->pizzeria = $pizzeria;
return $this;
}
public function getCodeSaisie(): ?string
{
return $this->codeSaisie;
}
public function setCodeSaisie(?string $codeSaisie): self
{
$this->codeSaisie = $codeSaisie;
return $this;
}
public function getNomOk(): ?bool
{
return $this->nom_ok;
}
public function setNomOk(?bool $nom_ok): self
{
$this->nom_ok = $nom_ok;
return $this;
}
public function getAdresseOk(): ?bool
{
return $this->adresse_ok;
}
public function setAdresseOk(?bool $adresse_ok): self
{
$this->adresse_ok = $adresse_ok;
return $this;
}
public function getCodensOriginals(): ?bool
{
return $this->codens_originals;
}
public function setCodensOriginals(?bool $codens_originals): self
{
$this->codens_originals = $codens_originals;
return $this;
}
public function getSirenOk(): ?bool
{
return $this->siren_ok;
}
public function setSirenOk(?bool $siren_ok): self
{
$this->siren_ok = $siren_ok;
return $this;
}
public function getTelOk(): ?bool
{
return $this->tel_ok;
}
public function setTelOk(?bool $tel_ok): self
{
$this->tel_ok = $tel_ok;
return $this;
}
public function getAdminV(): ?bool
{
return $this->adminV;
}
public function setAdminV(?bool $adminV): self
{
$this->adminV = $adminV;
return $this;
}
public function getFerm(): ?bool
{
return $this->ferm;
}
public function setFerm(?bool $ferm): self
{
$this->ferm = $ferm;
return $this;
}
public function getBoulangerie(): ?bool
{
return $this->boulangerie;
}
public function setBoulangerie(?bool $boulangerie): self
{
$this->boulangerie = $boulangerie;
return $this;
}
public function getBar(): ?bool
{
return $this->bar;
}
public function setBar(?bool $bar): self
{
$this->bar = $bar;
return $this;
}
public function getPasGarder(): ?bool
{
return $this->pasGarder;
}
public function setPasGarder(?bool $pasGarder): self
{
$this->pasGarder = $pasGarder;
return $this;
}
public function getCuisineMonde(): ?bool
{
return $this->cuisineMonde;
}
public function setCuisineMonde(?bool $cuisineMonde): self
{
$this->cuisineMonde = $cuisineMonde;
return $this;
}
public function getCafe(): ?bool
{
return $this->cafe;
}
public function setCafe(?bool $cafe): self
{
$this->cafe = $cafe;
return $this;
}
public function getSalonThe(): ?bool
{
return $this->salon_the;
}
public function setSalonThe(?bool $salon_the): self
{
$this->salon_the = $salon_the;
return $this;
}
/**
* Get the value of poiY
*/
public function getPoiY()
{
return $this->poiY;
}
/**
* Set the value of poiY
*
* @return self
*/
public function setPoiY($poiY)
{
$this->poiY = $poiY;
return $this;
}
/**
* Get the value of poiX
*/
public function getPoiX()
{
return $this->poiX;
}
/**
* Set the value of poiX
*
* @return self
*/
public function setPoiX($poiX)
{
$this->poiX = $poiX;
return $this;
}
/**
* Get the value of modifPosition
*/
public function getModifPosition()
{
return $this->modifPosition;
}
/**
* Set the value of modifPosition
*
* @return self
*/
public function setModifPosition($modifPosition)
{
$this->modifPosition = $modifPosition;
return $this;
}
}