<?php
namespace App\Entity;
use App\Repository\ConfigurationRepository;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Uid\Uuid;
/**
* @ORM\Entity(repositoryClass=ConfigurationRepository::class)
*/
class Configuration
{
const UNIQUE_UUID = '1b3606a6-b889-4fdc-9cef-819ea47094c1';
/**
* @ORM\Id
* @ORM\GeneratedValue
* @ORM\Column(type="integer")
*/
private int $id;
/**
* @ORM\Column(type="string", nullable=true)
*/
private ?string $uuid;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societeNom;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societeAdresse;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societeCp;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societeLocation;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societeVille;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societePays;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societeEmail;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societePhone;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societeLogoSrc;
/**
* @ORM\Column(type="text", nullable=true)
*/
private ?string $societeLogoAlt;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societeLogoTitle;
/**
* @ORM\Column(type="text", nullable=true)
*/
private ?string $societeLogoBase64;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societeFavicon;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $societeWebsite;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $refTitle;
/**
* @ORM\Column(type="text", nullable=true)
*/
private ?string $refKeyword;
/**
* @ORM\Column(type="text", nullable=true)
*/
private ?string $refDescription;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $refAuthor;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private ?int $lengthToken;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $src404;
/**
* @ORM\Column(type="text", nullable=true)
*/
private ?string $alt404;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $title404;
/**
* @ORM\Column(type="text", nullable=true)
*/
private ?string $message404;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $src403;
/**
* @ORM\Column(type="text", nullable=true)
*/
private ?string $alt403;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private ?string $title403;
/**
* @ORM\Column(type="text", nullable=true)
*/
private ?string $message403;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $sujetSize;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $callSenior;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $agendaBefore;
/**
* @ORM\Column(type="integer", nullable=true)
*/
private $agendaNext;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $messageDefault;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titreContact;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titreSecondContact;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $descriptionContact;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $emailContact;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titreAccueil;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $agendaTitre;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $agendaSrc;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $agendaAlt;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $agendaTitle;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $agendaDescription;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $agendaSrcImg;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $agendaAltImg;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $agendaTitleImg;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $agendaIntro;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $color;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $notice;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $tchap;
/**
* @ORM\Column(type="boolean", nullable=true)
*/
private $tchapBool;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titreTchap;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $titreLien;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $colorLien;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $sizeDroit;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $limitDroit;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $sizeAgora;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $limitAgora;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $sizePost;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $limitPost;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $sizeParcours;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $sizeCompetences;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $sizeAspiration;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $resultat;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $horaire;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $sizeAgenda;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $limitAgenda;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $linkAgenda;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $textPresentiel;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $textDistanciel;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $inscription;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $limitIntroActu;
public function __construct()
{
$this->uuid = Uuid::v4();
}
/**
* getId
*
* @return int
*/
public function getId(): ?int
{
return $this->id;
}
/**
* getUuid
*
* @return void
*/
public function getUuid()
{
return $this->uuid;
}
/**
* setUuid
*
* @param mixed $uuid
* @return self
*/
public function setUuid($uuid): self
{
$this->uuid = $uuid;
return $this;
}
/**
* getSocieteNom
*
* @return string
*/
public function getSocieteNom(): ?string
{
return $this->societeNom;
}
/**
* setSocieteNom
*
* @param mixed $societeNom
* @return self
*/
public function setSocieteNom(?string $societeNom): self
{
$this->societeNom = $societeNom;
return $this;
}
/**
* getSocieteAdresse
*
* @return string
*/
public function getSocieteAdresse(): ?string
{
return $this->societeAdresse;
}
/**
* setSocieteAdresse
*
* @param mixed $societeAdresse
* @return self
*/
public function setSocieteAdresse(?string $societeAdresse): self
{
$this->societeAdresse = $societeAdresse;
return $this;
}
/**
* getSocieteCp
*
* @return string
*/
public function getSocieteCp(): ?string
{
return $this->societeCp;
}
/**
* setSocieteCp
*
* @param mixed $societeCp
* @return self
*/
public function setSocieteCp(?string $societeCp): self
{
$this->societeCp = $societeCp;
return $this;
}
/**
* getSocieteLocation
*
* @return string
*/
public function getSocieteLocation(): ?string
{
return $this->societeLocation;
}
/**
* setSocieteLocation
*
* @param mixed $societeLocation
* @return self
*/
public function setSocieteLocation(?string $societeLocation): self
{
$this->societeLocation = $societeLocation;
return $this;
}
/**
* getSocieteVille
*
* @return string
*/
public function getSocieteVille(): ?string
{
return $this->societeVille;
}
/**
* setSocieteVille
*
* @param mixed $societeVille
* @return self
*/
public function setSocieteVille(?string $societeVille): self
{
$this->societeVille = $societeVille;
return $this;
}
/**
* getSocietePays
*
* @return string
*/
public function getSocietePays(): ?string
{
return $this->societePays;
}
/**
* setSocietePays
*
* @param mixed $societePays
* @return self
*/
public function setSocietePays(?string $societePays): self
{
$this->societePays = $societePays;
return $this;
}
/**
* getSocieteEmail
*
* @return string
*/
public function getSocieteEmail(): ?string
{
return $this->societeEmail;
}
/**
* setSocieteEmail
*
* @param mixed $societeEmail
* @return self
*/
public function setSocieteEmail(?string $societeEmail): self
{
$this->societeEmail = $societeEmail;
return $this;
}
/**
* getSocietePhone
*
* @return string
*/
public function getSocietePhone(): ?string
{
return $this->societePhone;
}
/**
* setSocietePhone
*
* @param mixed $societePhone
* @return self
*/
public function setSocietePhone(?string $societePhone): self
{
$this->societePhone = $societePhone;
return $this;
}
/**
* getSocieteLogoSrc
*
* @return string
*/
public function getSocieteLogoSrc(): ?string
{
return $this->societeLogoSrc;
}
/**
* setSocieteLogoSrc
*
* @param mixed $societeLogoSrc
* @return self
*/
public function setSocieteLogoSrc(?string $societeLogoSrc): self
{
$this->societeLogoSrc = $societeLogoSrc;
return $this;
}
/**
* getSocieteLogoAlt
*
* @return string
*/
public function getSocieteLogoAlt(): ?string
{
return $this->societeLogoAlt;
}
/**
* setSocieteLogoAlt
*
* @param mixed $societeLogoAlt
* @return self
*/
public function setSocieteLogoAlt(?string $societeLogoAlt): self
{
$this->societeLogoAlt = $societeLogoAlt;
return $this;
}
/**
* getSocieteLogoTitle
*
* @return string
*/
public function getSocieteLogoTitle(): ?string
{
return $this->societeLogoTitle;
}
/**
* setSocieteLogoTitle
*
* @param mixed $societeLogoTitle
* @return self
*/
public function setSocieteLogoTitle(?string $societeLogoTitle): self
{
$this->societeLogoTitle = $societeLogoTitle;
return $this;
}
/**
* getSocieteLogoBase64
*
* @return string
*/
public function getSocieteLogoBase64(): ?string
{
return $this->societeLogoBase64;
}
/**
* setSocieteLogoBase64
*
* @param mixed $societeLogoBase64
* @return self
*/
public function setSocieteLogoBase64(?string $societeLogoBase64): self
{
$this->societeLogoBase64 = $societeLogoBase64;
return $this;
}
/**
* getSocieteFavicon
*
* @return string
*/
public function getSocieteFavicon(): ?string
{
return $this->societeFavicon;
}
/**
* setSocieteFavicon
*
* @param mixed $societeFavicon
* @return self
*/
public function setSocieteFavicon(?string $societeFavicon): self
{
$this->societeFavicon = $societeFavicon;
return $this;
}
/**
* getSocieteWebsite
*
* @return string
*/
public function getSocieteWebsite(): ?string
{
return $this->societeWebsite;
}
/**
* setSocieteWebsite
*
* @param mixed $societeWebsite
* @return self
*/
public function setSocieteWebsite(?string $societeWebsite): self
{
$this->societeWebsite = $societeWebsite;
return $this;
}
/**
* getRefTitle
*
* @return string
*/
public function getRefTitle(): ?string
{
return $this->refTitle;
}
/**
* setRefTitle
*
* @param mixed $refTitle
* @return self
*/
public function setRefTitle(?string $refTitle): self
{
$this->refTitle = $refTitle;
return $this;
}
/**
* getRefKeyword
*
* @return string
*/
public function getRefKeyword(): ?string
{
return $this->refKeyword;
}
/**
* setRefKeyword
*
* @param mixed $refKeyword
* @return self
*/
public function setRefKeyword(?string $refKeyword): self
{
$this->refKeyword = $refKeyword;
return $this;
}
/**
* getRefDescription
*
* @return string
*/
public function getRefDescription(): ?string
{
return $this->refDescription;
}
/**
* setRefDescription
*
* @param mixed $refDescription
* @return self
*/
public function setRefDescription(?string $refDescription): self
{
$this->refDescription = $refDescription;
return $this;
}
/**
* getRefAuthor
*
* @return string
*/
public function getRefAuthor(): ?string
{
return $this->refAuthor;
}
/**
* setRefAuthor
*
* @param mixed $refAuthor
* @return self
*/
public function setRefAuthor(?string $refAuthor): self
{
$this->refAuthor = $refAuthor;
return $this;
}
/**
* getLengthToken
*
* @return int
*/
public function getLengthToken(): ?int
{
return $this->lengthToken;
}
/**
* setLengthToken
*
* @param mixed $lengthToken
* @return self
*/
public function setLengthToken(?int $lengthToken): self
{
$this->lengthToken = $lengthToken;
return $this;
}
/**
* getSrc404
*
* @return string
*/
public function getSrc404(): ?string
{
return $this->src404;
}
/**
* setSrc404
*
* @param mixed $src404
* @return self
*/
public function setSrc404(?string $src404): self
{
$this->src404 = $src404;
return $this;
}
/**
* getAlt404
*
* @return string
*/
public function getAlt404(): ?string
{
return $this->alt404;
}
/**
* setAlt404
*
* @param mixed $alt404
* @return self
*/
public function setAlt404(?string $alt404): self
{
$this->alt404 = $alt404;
return $this;
}
/**
* getTitle404
*
* @return string
*/
public function getTitle404(): ?string
{
return $this->title404;
}
/**
* setTitle404
*
* @param mixed $title404
* @return self
*/
public function setTitle404(?string $title404): self
{
$this->title404 = $title404;
return $this;
}
/**
* getMessage404
*
* @return string
*/
public function getMessage404(): ?string
{
return $this->message404;
}
/**
* setMessage404
*
* @param mixed $message404
* @return self
*/
public function setMessage404(?string $message404): self
{
$this->message404 = $message404;
return $this;
}
/**
* getSrc403
*
* @return string
*/
public function getSrc403(): ?string
{
return $this->src403;
}
/**
* setSrc403
*
* @param mixed $src403
* @return self
*/
public function setSrc403(?string $src403): self
{
$this->src403 = $src403;
return $this;
}
/**
* getAlt403
*
* @return string
*/
public function getAlt403(): ?string
{
return $this->alt403;
}
/**
* setAlt403
*
* @param mixed $alt403
* @return self
*/
public function setAlt403(?string $alt403): self
{
$this->alt403 = $alt403;
return $this;
}
/**
* getTitle403
*
* @return string
*/
public function getTitle403(): ?string
{
return $this->title403;
}
/**
* setTitle403
*
* @param mixed $title403
* @return self
*/
public function setTitle403(?string $title403): self
{
$this->title403 = $title403;
return $this;
}
/**
* getMessage403
*
* @return string
*/
public function getMessage403(): ?string
{
return $this->message403;
}
/**
* setMessage403
*
* @param mixed $message403
* @return self
*/
public function setMessage403(?string $message403): self
{
$this->message403 = $message403;
return $this;
}
public function getSujetSize(): ?int
{
return $this->sujetSize;
}
public function setSujetSize(?int $sujetSize): self
{
$this->sujetSize = $sujetSize;
return $this;
}
public function getCallSenior(): ?string
{
return $this->callSenior;
}
public function setCallSenior(?string $callSenior): self
{
$this->callSenior = $callSenior;
return $this;
}
public function getAgendaBefore(): ?int
{
return $this->agendaBefore;
}
public function setAgendaBefore(?int $agendaBefore): self
{
$this->agendaBefore = $agendaBefore;
return $this;
}
public function getAgendaNext(): ?int
{
return $this->agendaNext;
}
public function setAgendaNext(?int $agendaNext): self
{
$this->agendaNext = $agendaNext;
return $this;
}
public function getMessageDefault(): ?string
{
return $this->messageDefault;
}
public function setMessageDefault(?string $messageDefault): self
{
$this->messageDefault = $messageDefault;
return $this;
}
public function getTitreContact(): ?string
{
return $this->titreContact;
}
public function setTitreContact(?string $titreContact): self
{
$this->titreContact = $titreContact;
return $this;
}
public function getDescriptionContact(): ?string
{
return $this->descriptionContact;
}
public function setDescriptionContact(?string $descriptionContact): self
{
$this->descriptionContact = $descriptionContact;
return $this;
}
public function getEmailContact(): ?string
{
return $this->emailContact;
}
public function setEmailContact(?string $emailContact): self
{
$this->emailContact = $emailContact;
return $this;
}
public function getTitreAccueil(): ?string
{
return $this->titreAccueil;
}
public function setTitreAccueil(?string $titreAccueil): self
{
$this->titreAccueil = $titreAccueil;
return $this;
}
public function getAgendaTitre(): ?string
{
return $this->agendaTitre;
}
public function setAgendaTitre(?string $agendaTitre): self
{
$this->agendaTitre = $agendaTitre;
return $this;
}
public function getAgendaSrc(): ?string
{
return $this->agendaSrc;
}
public function setAgendaSrc(?string $agendaSrc): self
{
$this->agendaSrc = $agendaSrc;
return $this;
}
public function getAgendaAlt(): ?string
{
return $this->agendaAlt;
}
public function setAgendaAlt(?string $agendaAlt): self
{
$this->agendaAlt = $agendaAlt;
return $this;
}
public function getAgendaTitle(): ?string
{
return $this->agendaTitle;
}
public function setAgendaTitle(?string $agendaTitle): self
{
$this->agendaTitle = $agendaTitle;
return $this;
}
public function getAgendaDescription(): ?string
{
return $this->agendaDescription;
}
public function setAgendaDescription(?string $agendaDescription): self
{
$this->agendaDescription = $agendaDescription;
return $this;
}
public function getAgendaSrcImg(): ?string
{
return $this->agendaSrcImg;
}
public function setAgendaSrcImg(?string $agendaSrcImg): self
{
$this->agendaSrcImg = $agendaSrcImg;
return $this;
}
public function getAgendaAltImg(): ?string
{
return $this->agendaAltImg;
}
public function setAgendaAltImg(?string $agendaAltImg): self
{
$this->agendaAltImg = $agendaAltImg;
return $this;
}
public function getAgendaTitleImg(): ?string
{
return $this->agendaTitleImg;
}
public function setAgendaTitleImg(?string $agendaTitleImg): self
{
$this->agendaTitleImg = $agendaTitleImg;
return $this;
}
public function getAgendaIntro(): ?string
{
return $this->agendaIntro;
}
public function setAgendaIntro(?string $agendaIntro): self
{
$this->agendaIntro = $agendaIntro;
return $this;
}
public function getColor(): ?string
{
return $this->color;
}
public function setColor(?string $color): self
{
$this->color = $color;
return $this;
}
public function getNotice(): ?string
{
return $this->notice;
}
public function setNotice(?string $notice): self
{
$this->notice = $notice;
return $this;
}
public function getTchap(): ?string
{
return $this->tchap;
}
public function setTchap(?string $tchap): self
{
$this->tchap = $tchap;
return $this;
}
public function isTchapBool(): ?bool
{
return $this->tchapBool;
}
public function setTchapBool(?bool $tchapBool): self
{
$this->tchapBool = $tchapBool;
return $this;
}
public function getTitreSecondContact(): ?string
{
return $this->titreSecondContact;
}
public function setTitreSecondContact(?string $titreSecondContact): self
{
$this->titreSecondContact = $titreSecondContact;
return $this;
}
public function getTitreTchap(): ?string
{
return $this->titreTchap;
}
public function setTitreTchap(?string $titreTchap): self
{
$this->titreTchap = $titreTchap;
return $this;
}
public function getTitreLien(): ?string
{
return $this->titreLien;
}
public function setTitreLien(?string $titreLien): self
{
$this->titreLien = $titreLien;
return $this;
}
public function getColorLien(): ?string
{
return $this->colorLien;
}
public function setColorLien(?string $colorLien): self
{
$this->colorLien = $colorLien;
return $this;
}
public function getSizeDroit(): ?string
{
return $this->sizeDroit;
}
public function setSizeDroit(?string $sizeDroit): self
{
$this->sizeDroit = $sizeDroit;
return $this;
}
public function getLimitDroit(): ?string
{
return $this->limitDroit;
}
public function setLimitDroit(?string $limitDroit): self
{
$this->limitDroit = $limitDroit;
return $this;
}
public function getSizeAgora(): ?string
{
return $this->sizeAgora;
}
public function setSizeAgora(?string $sizeAgora): self
{
$this->sizeAgora = $sizeAgora;
return $this;
}
public function getLimitAgora(): ?string
{
return $this->limitAgora;
}
public function setLimitAgora(?string $limitAgora): self
{
$this->limitAgora = $limitAgora;
return $this;
}
public function getSizePost(): ?string
{
return $this->sizePost;
}
public function setSizePost(?string $sizePost): self
{
$this->sizePost = $sizePost;
return $this;
}
public function getLimitPost(): ?string
{
return $this->limitPost;
}
public function setLimitPost(?string $limitPost): self
{
$this->limitPost = $limitPost;
return $this;
}
public function getSizeParcours(): ?string
{
return $this->sizeParcours;
}
public function setSizeParcours(?string $sizeParcours): self
{
$this->sizeParcours = $sizeParcours;
return $this;
}
public function getSizeCompetences(): ?string
{
return $this->sizeCompetences;
}
public function setSizeCompetences(?string $sizeCompetences): self
{
$this->sizeCompetences = $sizeCompetences;
return $this;
}
public function getSizeAspiration(): ?string
{
return $this->sizeAspiration;
}
public function setSizeAspiration(?string $sizeAspiration): self
{
$this->sizeAspiration = $sizeAspiration;
return $this;
}
public function getResultat(): ?string
{
return $this->resultat;
}
public function setResultat(?string $resultat): self
{
$this->resultat = $resultat;
return $this;
}
public function getHoraire(): ?string
{
return $this->horaire;
}
public function setHoraire(?string $horaire): self
{
$this->horaire = $horaire;
return $this;
}
public function getSizeAgenda(): ?string
{
return $this->sizeAgenda;
}
public function setSizeAgenda(?string $sizeAgenda): self
{
$this->sizeAgenda = $sizeAgenda;
return $this;
}
public function getLimitAgenda(): ?string
{
return $this->limitAgenda;
}
public function setLimitAgenda(?string $limitAgenda): self
{
$this->limitAgenda = $limitAgenda;
return $this;
}
public function getLinkAgenda(): ?string
{
return $this->linkAgenda;
}
public function setLinkAgenda(?string $linkAgenda): self
{
$this->linkAgenda = $linkAgenda;
return $this;
}
public function getTextPresentiel(): ?string
{
return $this->textPresentiel;
}
public function setTextPresentiel(?string $textPresentiel): self
{
$this->textPresentiel = $textPresentiel;
return $this;
}
public function getTextDistanciel(): ?string
{
return $this->textDistanciel;
}
public function setTextDistanciel(?string $textDistanciel): self
{
$this->textDistanciel = $textDistanciel;
return $this;
}
public function getInscription(): ?string
{
return $this->inscription;
}
public function setInscription(?string $inscription): self
{
$this->inscription = $inscription;
return $this;
}
public function getLimitIntroActu(): ?string
{
return $this->limitIntroActu;
}
public function setLimitIntroActu(?string $limitIntroActu): self
{
$this->limitIntroActu = $limitIntroActu;
return $this;
}
}