<?php
namespace App\Entity;
use App\Repository\WhyChooseUsRepository;
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Entity(repositoryClass=WhyChooseUsRepository::class)
*/
class WhyChooseUs
{
/**
* @ORM\Id
* @ORM\GeneratedValue
* @ORM\Column(type="integer")
*/
private $id;
/**
* @ORM\Column(type="string", length=255)
*/
private $title;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $subTitle;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $title1;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $content1;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $icon1;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $title2;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $content2;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $icon2;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $title3;
/**
* @ORM\Column(type="text", nullable=true)
*/
private $content3;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $icon3;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $title4;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $content4;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $icon4;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $title5;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $content5;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $icon5;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $title6;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $content6;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $icon6;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $title7;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $content7;
/**
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $icon7;
public function getId(): ?int
{
return $this->id;
}
public function getTitle(): ?string
{
return $this->title;
}
public function setTitle(string $title): self
{
$this->title = $title;
return $this;
}
public function getSubTitle(): ?string
{
return $this->subTitle;
}
public function setSubTitle(?string $subTitle): self
{
$this->subTitle = $subTitle;
return $this;
}
public function getTitle1(): ?string
{
return $this->title1;
}
public function setTitle1(?string $title1): self
{
$this->title1 = $title1;
return $this;
}
public function getContent1(): ?string
{
return $this->content1;
}
public function setContent1(?string $content1): self
{
$this->content1 = $content1;
return $this;
}
public function getIcon1(): ?string
{
return $this->icon1;
}
public function setIcon1(?string $icon1): self
{
$this->icon1 = $icon1;
return $this;
}
public function getTitle2(): ?string
{
return $this->title2;
}
public function setTitle2(?string $title2): self
{
$this->title2 = $title2;
return $this;
}
public function getContent2(): ?string
{
return $this->content2;
}
public function setContent2(?string $content2): self
{
$this->content2 = $content2;
return $this;
}
public function getIcon2(): ?string
{
return $this->icon2;
}
public function setIcon2(?string $icon2): self
{
$this->icon2 = $icon2;
return $this;
}
public function getTitle3(): ?string
{
return $this->title3;
}
public function setTitle3(?string $title3): self
{
$this->title3 = $title3;
return $this;
}
public function getContent3(): ?string
{
return $this->content3;
}
public function setContent3(string $content3): self
{
$this->content3 = $content3;
return $this;
}
public function getIcon3(): ?string
{
return $this->icon3;
}
public function setIcon3(?string $icon3): self
{
$this->icon3 = $icon3;
return $this;
}
public function getTitle4(): ?string
{
return $this->title4;
}
public function setTitle4(?string $title4): self
{
$this->title4 = $title4;
return $this;
}
public function getContent4(): ?string
{
return $this->content4;
}
public function setContent4(?string $content4): self
{
$this->content4 = $content4;
return $this;
}
public function getIcon4(): ?string
{
return $this->icon4;
}
public function setIcon4(?string $icon4): self
{
$this->icon4 = $icon4;
return $this;
}
public function getTitle5(): ?string
{
return $this->title5;
}
public function setTitle5(?string $title5): self
{
$this->title5 = $title5;
return $this;
}
public function getContent5(): ?string
{
return $this->content5;
}
public function setContent5(?string $content5): self
{
$this->content5 = $content5;
return $this;
}
public function getIcon5(): ?string
{
return $this->icon5;
}
public function setIcon5(?string $icon5): self
{
$this->icon5 = $icon5;
return $this;
}
public function getTitle6(): ?string
{
return $this->title6;
}
public function setTitle6(?string $title6): self
{
$this->title6 = $title6;
return $this;
}
public function getContent6(): ?string
{
return $this->content6;
}
public function setContent6(?string $content6): self
{
$this->content6 = $content6;
return $this;
}
public function getIcon6(): ?string
{
return $this->icon6;
}
public function setIcon6(?string $icon6): self
{
$this->icon6 = $icon6;
return $this;
}
public function getTitle7(): ?string
{
return $this->title7;
}
public function setTitle7(?string $title7): self
{
$this->title7 = $title7;
return $this;
}
public function getContent7(): ?string
{
return $this->content7;
}
public function setContent7(?string $content7): self
{
$this->content7 = $content7;
return $this;
}
public function getIcon7(): ?string
{
return $this->icon7;
}
public function setIcon7(?string $icon7): self
{
$this->icon7 = $icon7;
return $this;
}
}