src/Entity/MenuCard.php line 11

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. use App\Repository\MenuCardRepository;
  4. use Doctrine\ORM\Mapping as ORM;
  5. /**
  6.  * @ORM\Entity(repositoryClass=MenuCardRepository::class)
  7.  */
  8. class MenuCard
  9. {
  10.     /**
  11.      * @ORM\Id
  12.      * @ORM\GeneratedValue
  13.      * @ORM\Column(type="integer")
  14.      */
  15.     private $id;
  16.     /**
  17.      * @ORM\Column(type="string", length=255, nullable=true)
  18.      */
  19.     private $name;
  20.     /**
  21.      * @ORM\Column(type="boolean", nullable=true)
  22.      */
  23.     private $isSix;
  24.     /**
  25.      * @ORM\Column(type="boolean", nullable=true)
  26.      */
  27.     private $isSeven;
  28.     /**
  29.      * @ORM\Column(type="string", length=255, nullable=true)
  30.      */
  31.     private $namePlat1;
  32.     /**
  33.      * @ORM\Column(type="string", length=255, nullable=true)
  34.      */
  35.     private $descriptionPlat1;
  36.     /**
  37.      * @ORM\Column(type="string", length=255, nullable=true)
  38.      */
  39.     private $pricePlat1;
  40.     /**
  41.      * @ORM\Column(type="string", length=255, nullable=true)
  42.      */
  43.     private $namePlat2;
  44.     /**
  45.      * @ORM\Column(type="string", length=255, nullable=true)
  46.      */
  47.     private $descriptionPlat2;
  48.     /**
  49.      * @ORM\Column(type="string", length=255, nullable=true)
  50.      */
  51.     private $pricePlat2;
  52.     /**
  53.      * @ORM\Column(type="string", length=255, nullable=true)
  54.      */
  55.     private $namePlat3;
  56.     /**
  57.      * @ORM\Column(type="string", length=255, nullable=true)
  58.      */
  59.     private $descriptionPlat3;
  60.     /**
  61.      * @ORM\Column(type="string", length=255, nullable=true)
  62.      */
  63.     private $pricePlat3;
  64.     /**
  65.      * @ORM\Column(type="string", length=255, nullable=true)
  66.      */
  67.     private $namePlat4;
  68.     /**
  69.      * @ORM\Column(type="string", length=255, nullable=true)
  70.      */
  71.     private $descriptionPlat4;
  72.     /**
  73.      * @ORM\Column(type="string", length=255, nullable=true)
  74.      */
  75.     private $pricePlat4;
  76.     /**
  77.      * @ORM\Column(type="string", length=255, nullable=true)
  78.      */
  79.     private $namePlat5;
  80.     /**
  81.      * @ORM\Column(type="string", length=255, nullable=true)
  82.      */
  83.     private $descriptionPlat5;
  84.     /**
  85.      * @ORM\Column(type="string", length=255, nullable=true)
  86.      */
  87.     private $pricePlat5;
  88.     /**
  89.      * @ORM\Column(type="string", length=255, nullable=true)
  90.      */
  91.     private $namePlat6;
  92.     /**
  93.      * @ORM\Column(type="string", length=255, nullable=true)
  94.      */
  95.     private $descriptionPlat6;
  96.     /**
  97.      * @ORM\Column(type="string", length=255, nullable=true)
  98.      */
  99.     private $pricePlat6;
  100.     /**
  101.      * @ORM\Column(type="string", length=255, nullable=true)
  102.      */
  103.     private $namePlat7;
  104.     /**
  105.      * @ORM\Column(type="string", length=255, nullable=true)
  106.      */
  107.     private $descriptionPlat7;
  108.     /**
  109.      * @ORM\Column(type="string", length=255, nullable=true)
  110.      */
  111.     private $pricePlat7;
  112.     /**
  113.      * @ORM\Column(type="string", length=255, nullable=true)
  114.      */
  115.     private $namePlat8;
  116.     /**
  117.      * @ORM\Column(type="string", length=255, nullable=true)
  118.      */
  119.     private $descriptionPlat8;
  120.     /**
  121.      * @ORM\Column(type="string", length=255, nullable=true)
  122.      */
  123.     private $pricePlat8;
  124.     /**
  125.      * @ORM\Column(type="string", length=255, nullable=true)
  126.      */
  127.     private $namePlat9;
  128.     /**
  129.      * @ORM\Column(type="string", length=255, nullable=true)
  130.      */
  131.     private $descriptionPlat9;
  132.     /**
  133.      * @ORM\Column(type="string", length=255, nullable=true)
  134.      */
  135.     private $pricePlat9;
  136.     /**
  137.      * @ORM\Column(type="string", length=255, nullable=true)
  138.      */
  139.     private $namePlat10;
  140.     /**
  141.      * @ORM\Column(type="string", length=255, nullable=true)
  142.      */
  143.     private $descriptionPlat10;
  144.     /**
  145.      * @ORM\Column(type="string", length=255, nullable=true)
  146.      */
  147.     private $pricePlat10;
  148.     /**
  149.      * @ORM\Column(type="string", length=255, nullable=true)
  150.      */
  151.     private $namePlat1en;
  152.     /**
  153.      * @ORM\Column(type="string", length=255, nullable=true)
  154.      */
  155.     private $descriptionPlat1en;
  156.     /**
  157.      * @ORM\Column(type="string", length=255, nullable=true)
  158.      */
  159.     private $namePlat2en;
  160.     /**
  161.      * @ORM\Column(type="string", length=255, nullable=true)
  162.      */
  163.     private $descriptionPlat2en;
  164.     /**
  165.      * @ORM\Column(type="string", length=255, nullable=true)
  166.      */
  167.     private $namePlat3en;
  168.     /**
  169.      * @ORM\Column(type="string", length=255, nullable=true)
  170.      */
  171.     private $descriptionPlat3en;
  172.     /**
  173.      * @ORM\Column(type="string", length=255, nullable=true)
  174.      */
  175.     private $namePlat4en;
  176.     /**
  177.      * @ORM\Column(type="string", length=255, nullable=true)
  178.      */
  179.     private $descriptionPlat4en;
  180.     /**
  181.      * @ORM\Column(type="string", length=255, nullable=true)
  182.      */
  183.     private $namePlat5en;
  184.     /**
  185.      * @ORM\Column(type="string", length=255, nullable=true)
  186.      */
  187.     private $descriptionPlat5en;
  188.     /**
  189.      * @ORM\Column(type="string", length=255, nullable=true)
  190.      */
  191.     private $namePlat6en;
  192.     /**
  193.      * @ORM\Column(type="string", length=255, nullable=true)
  194.      */
  195.     private $descriptionPlat6en;
  196.     /**
  197.      * @ORM\Column(type="string", length=255, nullable=true)
  198.      */
  199.     private $namePlat7en;
  200.     /**
  201.      * @ORM\Column(type="string", length=255, nullable=true)
  202.      */
  203.     private $descriptionPlat7en;
  204.     /**
  205.      * @ORM\Column(type="string", length=255, nullable=true)
  206.      */
  207.     private $namePlat8en;
  208.     /**
  209.      * @ORM\Column(type="string", length=255, nullable=true)
  210.      */
  211.     private $descriptionPlat8en;
  212.     /**
  213.      * @ORM\Column(type="string", length=255, nullable=true)
  214.      */
  215.     private $namePlat9en;
  216.     /**
  217.      * @ORM\Column(type="string", length=255, nullable=true)
  218.      */
  219.     private $descriptionPlat9en;
  220.     /**
  221.      * @ORM\Column(type="string", length=255, nullable=true)
  222.      */
  223.     private $namePlat10en;
  224.     /**
  225.      * @ORM\Column(type="string", length=255, nullable=true)
  226.      */
  227.     private $descriptionPlat10en;
  228.     /**
  229.      * @ORM\Column(type="string", length=255, nullable=true)
  230.      */
  231.     private $nameEn;
  232.     /**
  233.      * @ORM\Column(type="text", nullable=true)
  234.      */
  235.     private $comment;
  236.     /**
  237.      * @ORM\Column(type="text", nullable=true)
  238.      */
  239.     private $commentEn;
  240.     public function getId(): ?int
  241.     {
  242.         return $this->id;
  243.     }
  244.     public function getName(): ?string
  245.     {
  246.         return $this->name;
  247.     }
  248.     public function setName(?string $name): self
  249.     {
  250.         $this->name $name;
  251.         return $this;
  252.     }
  253.     public function getIsSix(): ?bool
  254.     {
  255.         return $this->isSix;
  256.     }
  257.     public function setIsSix(?bool $isSix): self
  258.     {
  259.         $this->isSix $isSix;
  260.         return $this;
  261.     }
  262.     public function getIsSeven(): ?bool
  263.     {
  264.         return $this->isSeven;
  265.     }
  266.     public function setIsSeven(?bool $isSeven): self
  267.     {
  268.         $this->isSeven $isSeven;
  269.         return $this;
  270.     }
  271.     public function getNamePlat1(): ?string
  272.     {
  273.         return $this->namePlat1;
  274.     }
  275.     public function setNamePlat1(?string $namePlat1): self
  276.     {
  277.         $this->namePlat1 $namePlat1;
  278.         return $this;
  279.     }
  280.     public function getDescriptionPlat1(): ?string
  281.     {
  282.         return $this->descriptionPlat1;
  283.     }
  284.     public function setDescriptionPlat1(?string $descriptionPlat1): self
  285.     {
  286.         $this->descriptionPlat1 $descriptionPlat1;
  287.         return $this;
  288.     }
  289.     public function getPricePlat1(): ?string
  290.     {
  291.         return $this->pricePlat1;
  292.     }
  293.     public function setPricePlat1(?string $pricePlat1): self
  294.     {
  295.         $this->pricePlat1 $pricePlat1;
  296.         return $this;
  297.     }
  298.     public function getNamePlat2(): ?string
  299.     {
  300.         return $this->namePlat2;
  301.     }
  302.     public function setNamePlat2(?string $namePlat2): self
  303.     {
  304.         $this->namePlat2 $namePlat2;
  305.         return $this;
  306.     }
  307.     public function getDescriptionPlat2(): ?string
  308.     {
  309.         return $this->descriptionPlat2;
  310.     }
  311.     public function setDescriptionPlat2(?string $descriptionPlat2): self
  312.     {
  313.         $this->descriptionPlat2 $descriptionPlat2;
  314.         return $this;
  315.     }
  316.     public function getPricePlat2(): ?string
  317.     {
  318.         return $this->pricePlat2;
  319.     }
  320.     public function setPricePlat2(?string $pricePlat2): self
  321.     {
  322.         $this->pricePlat2 $pricePlat2;
  323.         return $this;
  324.     }
  325.     public function getNamePlat3(): ?string
  326.     {
  327.         return $this->namePlat3;
  328.     }
  329.     public function setNamePlat3(?string $namePlat3): self
  330.     {
  331.         $this->namePlat3 $namePlat3;
  332.         return $this;
  333.     }
  334.     public function getDescriptionPlat3(): ?string
  335.     {
  336.         return $this->descriptionPlat3;
  337.     }
  338.     public function setDescriptionPlat3(?string $descriptionPlat3): self
  339.     {
  340.         $this->descriptionPlat3 $descriptionPlat3;
  341.         return $this;
  342.     }
  343.     public function getPricePlat3(): ?string
  344.     {
  345.         return $this->pricePlat3;
  346.     }
  347.     public function setPricePlat3(?string $pricePlat3): self
  348.     {
  349.         $this->pricePlat3 $pricePlat3;
  350.         return $this;
  351.     }
  352.     public function getNamePlat4(): ?string
  353.     {
  354.         return $this->namePlat4;
  355.     }
  356.     public function setNamePlat4(?string $namePlat4): self
  357.     {
  358.         $this->namePlat4 $namePlat4;
  359.         return $this;
  360.     }
  361.     public function getDescriptionPlat4(): ?string
  362.     {
  363.         return $this->descriptionPlat4;
  364.     }
  365.     public function setDescriptionPlat4(?string $descriptionPlat4): self
  366.     {
  367.         $this->descriptionPlat4 $descriptionPlat4;
  368.         return $this;
  369.     }
  370.     public function getPricePlat4(): ?string
  371.     {
  372.         return $this->pricePlat4;
  373.     }
  374.     public function setPricePlat4(?string $pricePlat4): self
  375.     {
  376.         $this->pricePlat4 $pricePlat4;
  377.         return $this;
  378.     }
  379.     public function getNamePlat5(): ?string
  380.     {
  381.         return $this->namePlat5;
  382.     }
  383.     public function setNamePlat5(?string $namePlat5): self
  384.     {
  385.         $this->namePlat5 $namePlat5;
  386.         return $this;
  387.     }
  388.     public function getDescriptionPlat5(): ?string
  389.     {
  390.         return $this->descriptionPlat5;
  391.     }
  392.     public function setDescriptionPlat5(?string $descriptionPlat5): self
  393.     {
  394.         $this->descriptionPlat5 $descriptionPlat5;
  395.         return $this;
  396.     }
  397.     public function getPricePlat5(): ?string
  398.     {
  399.         return $this->pricePlat5;
  400.     }
  401.     public function setPricePlat5(?string $pricePlat5): self
  402.     {
  403.         $this->pricePlat5 $pricePlat5;
  404.         return $this;
  405.     }
  406.     public function getNamePlat6(): ?string
  407.     {
  408.         return $this->namePlat6;
  409.     }
  410.     public function setNamePlat6(?string $namePlat6): self
  411.     {
  412.         $this->namePlat6 $namePlat6;
  413.         return $this;
  414.     }
  415.     public function getDescriptionPlat6(): ?string
  416.     {
  417.         return $this->descriptionPlat6;
  418.     }
  419.     public function setDescriptionPlat6(?string $descriptionPlat6): self
  420.     {
  421.         $this->descriptionPlat6 $descriptionPlat6;
  422.         return $this;
  423.     }
  424.     public function getPricePlat6(): ?string
  425.     {
  426.         return $this->pricePlat6;
  427.     }
  428.     public function setPricePlat6(?string $pricePlat6): self
  429.     {
  430.         $this->pricePlat6 $pricePlat6;
  431.         return $this;
  432.     }
  433.     public function getNamePlat7(): ?string
  434.     {
  435.         return $this->namePlat7;
  436.     }
  437.     public function setNamePlat7(?string $namePlat7): self
  438.     {
  439.         $this->namePlat7 $namePlat7;
  440.         return $this;
  441.     }
  442.     public function getDescriptionPlat7(): ?string
  443.     {
  444.         return $this->descriptionPlat7;
  445.     }
  446.     public function setDescriptionPlat7(?string $descriptionPlat7): self
  447.     {
  448.         $this->descriptionPlat7 $descriptionPlat7;
  449.         return $this;
  450.     }
  451.     public function getPricePlat7(): ?string
  452.     {
  453.         return $this->pricePlat7;
  454.     }
  455.     public function setPricePlat7(?string $pricePlat7): self
  456.     {
  457.         $this->pricePlat7 $pricePlat7;
  458.         return $this;
  459.     }
  460.     public function getNamePlat8(): ?string
  461.     {
  462.         return $this->namePlat8;
  463.     }
  464.     public function setNamePlat8(?string $namePlat8): self
  465.     {
  466.         $this->namePlat8 $namePlat8;
  467.         return $this;
  468.     }
  469.     public function getDescriptionPlat8(): ?string
  470.     {
  471.         return $this->descriptionPlat8;
  472.     }
  473.     public function setDescriptionPlat8(?string $descriptionPlat8): self
  474.     {
  475.         $this->descriptionPlat8 $descriptionPlat8;
  476.         return $this;
  477.     }
  478.     public function getPricePlat8(): ?string
  479.     {
  480.         return $this->pricePlat8;
  481.     }
  482.     public function setPricePlat8(?string $pricePlat8): self
  483.     {
  484.         $this->pricePlat8 $pricePlat8;
  485.         return $this;
  486.     }
  487.     public function getNamePlat9(): ?string
  488.     {
  489.         return $this->namePlat9;
  490.     }
  491.     public function setNamePlat9(?string $namePlat9): self
  492.     {
  493.         $this->namePlat9 $namePlat9;
  494.         return $this;
  495.     }
  496.     public function getDescriptionPlat9(): ?string
  497.     {
  498.         return $this->descriptionPlat9;
  499.     }
  500.     public function setDescriptionPlat9(?string $descriptionPlat9): self
  501.     {
  502.         $this->descriptionPlat9 $descriptionPlat9;
  503.         return $this;
  504.     }
  505.     public function getPricePlat9(): ?string
  506.     {
  507.         return $this->pricePlat9;
  508.     }
  509.     public function setPricePlat9(?string $pricePlat9): self
  510.     {
  511.         $this->pricePlat9 $pricePlat9;
  512.         return $this;
  513.     }
  514.     public function getNamePlat10(): ?string
  515.     {
  516.         return $this->namePlat10;
  517.     }
  518.     public function setNamePlat10(?string $namePlat10): self
  519.     {
  520.         $this->namePlat10 $namePlat10;
  521.         return $this;
  522.     }
  523.     public function getDescriptionPlat10(): ?string
  524.     {
  525.         return $this->descriptionPlat10;
  526.     }
  527.     public function setDescriptionPlat10(?string $descriptionPlat10): self
  528.     {
  529.         $this->descriptionPlat10 $descriptionPlat10;
  530.         return $this;
  531.     }
  532.     public function getPricePlat10(): ?string
  533.     {
  534.         return $this->pricePlat10;
  535.     }
  536.     public function setPricePlat10(?string $pricePlat10): self
  537.     {
  538.         $this->pricePlat10 $pricePlat10;
  539.         return $this;
  540.     }
  541.     public function getNamePlat1en(): ?string
  542.     {
  543.         return $this->namePlat1en;
  544.     }
  545.     public function setNamePlat1en(?string $namePlat1en): self
  546.     {
  547.         $this->namePlat1en $namePlat1en;
  548.         return $this;
  549.     }
  550.     public function getDescriptionPlat1en(): ?string
  551.     {
  552.         return $this->descriptionPlat1en;
  553.     }
  554.     public function setDescriptionPlat1en(?string $descriptionPlat1en): self
  555.     {
  556.         $this->descriptionPlat1en $descriptionPlat1en;
  557.         return $this;
  558.     }
  559.     public function getNamePlat2en(): ?string
  560.     {
  561.         return $this->namePlat2en;
  562.     }
  563.     public function setNamePlat2en(?string $namePlat2en): self
  564.     {
  565.         $this->namePlat2en $namePlat2en;
  566.         return $this;
  567.     }
  568.     public function getDescriptionPlat2en(): ?string
  569.     {
  570.         return $this->descriptionPlat2en;
  571.     }
  572.     public function setDescriptionPlat2en(?string $descriptionPlat2en): self
  573.     {
  574.         $this->descriptionPlat2en $descriptionPlat2en;
  575.         return $this;
  576.     }
  577.     public function getNamePlat3en(): ?string
  578.     {
  579.         return $this->namePlat3en;
  580.     }
  581.     public function setNamePlat3en(?string $namePlat3en): self
  582.     {
  583.         $this->namePlat3en $namePlat3en;
  584.         return $this;
  585.     }
  586.     public function getDescriptionPlat3en(): ?string
  587.     {
  588.         return $this->descriptionPlat3en;
  589.     }
  590.     public function setDescriptionPlat3en(?string $descriptionPlat3en): self
  591.     {
  592.         $this->descriptionPlat3en $descriptionPlat3en;
  593.         return $this;
  594.     }
  595.     public function getNamePlat4en(): ?string
  596.     {
  597.         return $this->namePlat4en;
  598.     }
  599.     public function setNamePlat4en(?string $namePlat4en): self
  600.     {
  601.         $this->namePlat4en $namePlat4en;
  602.         return $this;
  603.     }
  604.     public function getDescriptionPlat4en(): ?string
  605.     {
  606.         return $this->descriptionPlat4en;
  607.     }
  608.     public function setDescriptionPlat4en(?string $descriptionPlat4en): self
  609.     {
  610.         $this->descriptionPlat4en $descriptionPlat4en;
  611.         return $this;
  612.     }
  613.     public function getNamePlat5en(): ?string
  614.     {
  615.         return $this->namePlat5en;
  616.     }
  617.     public function setNamePlat5en(?string $namePlat5en): self
  618.     {
  619.         $this->namePlat5en $namePlat5en;
  620.         return $this;
  621.     }
  622.     public function getDescriptionPlat5en(): ?string
  623.     {
  624.         return $this->descriptionPlat5en;
  625.     }
  626.     public function setDescriptionPlat5en(?string $descriptionPlat5en): self
  627.     {
  628.         $this->descriptionPlat5en $descriptionPlat5en;
  629.         return $this;
  630.     }
  631.     public function getNamePlat6en(): ?string
  632.     {
  633.         return $this->namePlat6en;
  634.     }
  635.     public function setNamePlat6en(?string $namePlat6en): self
  636.     {
  637.         $this->namePlat6en $namePlat6en;
  638.         return $this;
  639.     }
  640.     public function getDescriptionPlat6en(): ?string
  641.     {
  642.         return $this->descriptionPlat6en;
  643.     }
  644.     public function setDescriptionPlat6en(?string $descriptionPlat6en): self
  645.     {
  646.         $this->descriptionPlat6en $descriptionPlat6en;
  647.         return $this;
  648.     }
  649.     public function getNamePlat7en(): ?string
  650.     {
  651.         return $this->namePlat7en;
  652.     }
  653.     public function setNamePlat7en(?string $namePlat7en): self
  654.     {
  655.         $this->namePlat7en $namePlat7en;
  656.         return $this;
  657.     }
  658.     public function getDescriptionPlat7en(): ?string
  659.     {
  660.         return $this->descriptionPlat7en;
  661.     }
  662.     public function setDescriptionPlat7en(?string $descriptionPlat7en): self
  663.     {
  664.         $this->descriptionPlat7en $descriptionPlat7en;
  665.         return $this;
  666.     }
  667.     public function getNamePlat8en(): ?string
  668.     {
  669.         return $this->namePlat8en;
  670.     }
  671.     public function setNamePlat8en(?string $namePlat8en): self
  672.     {
  673.         $this->namePlat8en $namePlat8en;
  674.         return $this;
  675.     }
  676.     public function getDescriptionPlat8en(): ?string
  677.     {
  678.         return $this->descriptionPlat8en;
  679.     }
  680.     public function setDescriptionPlat8en(?string $descriptionPlat8en): self
  681.     {
  682.         $this->descriptionPlat8en $descriptionPlat8en;
  683.         return $this;
  684.     }
  685.     public function getNamePlat9en(): ?string
  686.     {
  687.         return $this->namePlat9en;
  688.     }
  689.     public function setNamePlat9en(?string $namePlat9en): self
  690.     {
  691.         $this->namePlat9en $namePlat9en;
  692.         return $this;
  693.     }
  694.     public function getDescriptionPlat9en(): ?string
  695.     {
  696.         return $this->descriptionPlat9en;
  697.     }
  698.     public function setDescriptionPlat9en(?string $descriptionPlat9en): self
  699.     {
  700.         $this->descriptionPlat9en $descriptionPlat9en;
  701.         return $this;
  702.     }
  703.     public function getNamePlat10en(): ?string
  704.     {
  705.         return $this->namePlat10en;
  706.     }
  707.     public function setNamePlat10en(?string $namePlat10en): self
  708.     {
  709.         $this->namePlat10en $namePlat10en;
  710.         return $this;
  711.     }
  712.     public function getDescriptionPlat10en(): ?string
  713.     {
  714.         return $this->descriptionPlat10en;
  715.     }
  716.     public function setDescriptionPlat10en(?string $descriptionPlat10en): self
  717.     {
  718.         $this->descriptionPlat10en $descriptionPlat10en;
  719.         return $this;
  720.     }
  721.     public function getNameEn(): ?string
  722.     {
  723.         return $this->nameEn;
  724.     }
  725.     public function setNameEn(?string $nameEn): self
  726.     {
  727.         $this->nameEn $nameEn;
  728.         return $this;
  729.     }
  730.     public function getComment(): ?string
  731.     {
  732.         return $this->comment;
  733.     }
  734.     public function setComment(?string $comment): self
  735.     {
  736.         $this->comment $comment;
  737.         return $this;
  738.     }
  739.     public function getCommentEn(): ?string
  740.     {
  741.         return $this->commentEn;
  742.     }
  743.     public function setCommentEn(?string $commentEn): self
  744.     {
  745.         $this->commentEn $commentEn;
  746.         return $this;
  747.     }
  748. }