<?php
namespace App\Entity;
use App\Repository\BienRepository;
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Entity(repositoryClass=BienRepository::class)
*/
class Bien
{
/**
* @ORM\Id
* @ORM\GeneratedValue
* @ORM\Column(type="integer")
*/
private $id;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $annonceType;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $bienType;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $codePostal;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $ville;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $adresse;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $prix;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $honoraires;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $surfaceBien;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $surfaceTerrain;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $nbPieces;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $nbChambres;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $libelle;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $descriptif;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $etage;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $nbEtage;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $meuble;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $ascenseur;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $cave;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $nbParkings;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $photo1;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $photo2;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $photo3;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $photo4;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $photo5;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $photo6;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $photo7;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $photo8;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $photo9;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titrePhoto1;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titrePhoto2;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titrePhoto3;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titrePhoto4;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titrePhoto5;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titrePhoto6;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titrePhoto7;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titrePhoto8;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titrePhoto9;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $latitude;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $longitude;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $refAgencebien;
/**
* @ORM\Column(type="boolean")
*/
private $isEnabled = true;
/**
* @ORM\Column(type="string", length=3)
*/
private $coupCoeur;
public function getId(): ?int
{
return $this->id;
}
public function getAnnonceType(): ?string
{
return $this->annonceType;
}
public function setAnnonceType(string $annonceType): self
{
$this->annonceType = $annonceType;
return $this;
}
public function getBienType(): ?string
{
return $this->bienType;
}
public function setBienType(string $bienType): self
{
$this->bienType = $bienType;
return $this;
}
public function getCodePostal(): ?string
{
return $this->codePostal;
}
public function setCodePostal(string $codePostal): self
{
$this->codePostal = $codePostal;
return $this;
}
public function getVille(): ?string
{
return $this->ville;
}
public function setVille(string $ville): self
{
$this->ville = $ville;
return $this;
}
public function getAdresse(): ?string
{
return $this->adresse;
}
public function setAdresse(string $adresse): self
{
$this->adresse = $adresse;
return $this;
}
public function getPrix(): ?string
{
return $this->prix;
}
public function setPrix(string $prix): self
{
$this->prix = $prix;
return $this;
}
public function getHonoraires(): ?string
{
return $this->honoraires;
}
public function setHonoraires(?string $honoraires): self
{
$this->honoraires = $honoraires;
return $this;
}
public function getSurfaceBien(): ?string
{
return $this->surfaceBien;
}
public function setSurfaceBien(?string $surfaceBien): self
{
$this->surfaceBien = $surfaceBien;
return $this;
}
public function getSurfaceTerrain(): ?string
{
return $this->surfaceTerrain;
}
public function setSurfaceTerrain(?string $surfaceTerrain): self
{
$this->surfaceTerrain = $surfaceTerrain;
return $this;
}
public function getNbPieces(): ?string
{
return $this->nbPieces;
}
public function setNbPieces(?string $nbPieces): self
{
$this->nbPieces = $nbPieces;
return $this;
}
public function getNbChambres(): ?string
{
return $this->nbChambres;
}
public function setNbChambres(?string $nbChambres): self
{
$this->nbChambres = $nbChambres;
return $this;
}
public function getLibelle(): ?string
{
return $this->libelle;
}
public function setLibelle(string $libelle): self
{
$this->libelle = $libelle;
return $this;
}
public function getDescriptif(): ?string
{
return $this->descriptif;
}
public function setDescriptif(string $descriptif): self
{
$this->descriptif = $descriptif;
return $this;
}
public function getEtage(): ?string
{
return $this->etage;
}
public function setEtage(?string $etage): self
{
$this->etage = $etage;
return $this;
}
public function getNbEtage(): ?string
{
return $this->nbEtage;
}
public function setNbEtage(?string $nbEtage): self
{
$this->nbEtage = $nbEtage;
return $this;
}
public function isMeuble(): ?string
{
return $this->meuble;
}
public function setMeuble(?string $meuble): self
{
$this->meuble = $meuble;
return $this;
}
public function isAscenseur(): ?string
{
return $this->ascenseur;
}
public function setAscenseur(?string $ascenseur): self
{
$this->ascenseur = $ascenseur;
return $this;
}
public function isCave(): ?string
{
return $this->cave;
}
public function setCave(?string $cave): self
{
$this->cave = $cave;
return $this;
}
public function getNbParkings(): ?string
{
return $this->nbParkings;
}
public function setNbParkings(?string $nbParkings): self
{
$this->nbParkings = $nbParkings;
return $this;
}
public function getPhoto1(): ?string
{
return $this->photo1;
}
public function setPhoto1(?string $photo1): self
{
$this->photo1 = $photo1;
return $this;
}
public function getPhoto2(): ?string
{
return $this->photo2;
}
public function setPhoto2(?string $photo2): self
{
$this->photo2 = $photo2;
return $this;
}
public function getPhoto3(): ?string
{
return $this->photo3;
}
public function setPhoto3(?string $photo3): self
{
$this->photo3 = $photo3;
return $this;
}
public function getPhoto4(): ?string
{
return $this->photo4;
}
public function setPhoto4(?string $photo4): self
{
$this->photo4 = $photo4;
return $this;
}
public function getPhoto5(): ?string
{
return $this->photo5;
}
public function setPhoto5(?string $photo5): self
{
$this->photo5 = $photo5;
return $this;
}
public function getPhoto6(): ?string
{
return $this->photo6;
}
public function setPhoto6(?string $photo6): self
{
$this->photo6 = $photo6;
return $this;
}
public function getPhoto7(): ?string
{
return $this->photo7;
}
public function setPhoto7(?string $photo7): self
{
$this->photo7 = $photo7;
return $this;
}
public function getPhoto8(): ?string
{
return $this->photo8;
}
public function setPhoto8(?string $photo8): self
{
$this->photo8 = $photo8;
return $this;
}
public function getPhoto9(): ?string
{
return $this->photo9;
}
public function setPhoto9(?string $photo9): self
{
$this->photo9 = $photo9;
return $this;
}
public function getTitrePhoto1(): ?string
{
return $this->titrePhoto1;
}
public function setTitrePhoto1(?string $titrePhoto1): self
{
$this->titrePhoto1 = $titrePhoto1;
return $this;
}
public function getTitrePhoto2(): ?string
{
return $this->titrePhoto2;
}
public function setTitrePhoto2(?string $titrePhoto2): self
{
$this->titrePhoto2 = $titrePhoto2;
return $this;
}
public function getTitrePhoto3(): ?string
{
return $this->titrePhoto3;
}
public function setTitrePhoto3(?string $titrePhoto3): self
{
$this->titrePhoto3 = $titrePhoto3;
return $this;
}
public function getTitrePhoto4(): ?string
{
return $this->titrePhoto4;
}
public function setTitrePhoto4(?string $titrePhoto4): self
{
$this->titrePhoto4 = $titrePhoto4;
return $this;
}
public function getTitrePhoto5(): ?string
{
return $this->titrePhoto5;
}
public function setTitrePhoto5(?string $titrePhoto5): self
{
$this->titrePhoto5 = $titrePhoto5;
return $this;
}
public function getTitrePhoto6(): ?string
{
return $this->titrePhoto6;
}
public function setTitrePhoto6(?string $titrePhoto6): self
{
$this->titrePhoto6 = $titrePhoto6;
return $this;
}
public function getTitrePhoto7(): ?string
{
return $this->titrePhoto7;
}
public function setTitrePhoto7(?string $titrePhoto7): self
{
$this->titrePhoto7 = $titrePhoto7;
return $this;
}
public function getTitrePhoto8(): ?string
{
return $this->titrePhoto8;
}
public function setTitrePhoto8(?string $titrePhoto8): self
{
$this->titrePhoto8 = $titrePhoto8;
return $this;
}
public function getTitrePhoto9(): ?string
{
return $this->titrePhoto9;
}
public function setTitrePhoto9(?string $titrePhoto9): self
{
$this->titrePhoto9 = $titrePhoto9;
return $this;
}
public function getLatitude(): ?string
{
return $this->latitude;
}
public function setLatitude(?string $latitude): self
{
$this->latitude = $latitude;
return $this;
}
public function getLongitude(): ?string
{
return $this->longitude;
}
public function setLongitude(?string $longitude): self
{
$this->longitude = $longitude;
return $this;
}
public function getRefAgencebien(): ?string
{
return $this->refAgencebien;
}
public function setRefAgencebien(string $refAgencebien): self
{
$this->refAgencebien = $refAgencebien;
return $this;
}
public function __toString()
{
return $this->refAgencebien;
}
public function isIsEnabled(): ?bool
{
return $this->isEnabled;
}
public function setIsEnabled(bool $isEnabled): self
{
$this->isEnabled = $isEnabled;
return $this;
}
public function getCoupCoeur(): ?string
{
return $this->coupCoeur;
}
public function setCoupCoeur(string $coupCoeur): self
{
$this->coupCoeur = $coupCoeur;
return $this;
}
}