src/Entity/FinancialPart.php line 12

  1. <?php
  2. namespace App\Entity;
  3. use App\Repository\FinancialPartRepository;
  4. use App\Repository\SantaRepository;
  5. use Doctrine\ORM\Mapping as ORM;
  6. #[ORM\Entity(repositoryClassFinancialPartRepository::class)]
  7. class FinancialPart
  8. {
  9.     #[ORM\Id]
  10.     #[ORM\GeneratedValue]
  11.     #[ORM\Column]
  12.     private ?int $id null;
  13.     #[ORM\ManyToOne(targetEntityPage::class)]
  14.     #[ORM\JoinColumn(nullabletrueonDelete'CASCADE')]
  15.     private ?Page $page null;
  16.     #[ORM\Column(type'float'nullabletrue)]
  17.     private ?float $totalPrice;
  18.     #[ORM\ManyToOne(targetEntityUser::class)]
  19.     #[ORM\JoinColumn(nullabletrueonDelete'CASCADE')]
  20.     private ?User $manager null;
  21.     #[ORM\ManyToOne(targetEntityUser::class)]
  22.     #[ORM\JoinColumn(nullabletrueonDelete'CASCADE')]
  23.     private ?User $photo1 null;
  24.     #[ORM\Column(type'float'nullabletrue)]
  25.     private ?float $photo1Percent null;
  26.     #[ORM\Column(type'float'nullabletrue)]
  27.     private ?float $photo1Salary null;
  28.     #[ORM\ManyToOne(targetEntityUser::class)]
  29.     #[ORM\JoinColumn(nullabletrueonDelete'CASCADE')]
  30.     private ?User $photo2 null;
  31.     #[ORM\Column(type'float'nullabletrue)]
  32.     private ?float $photo2Percent null;
  33.     #[ORM\Column(type'float'nullabletrue)]
  34.     private ?float $photo2Salary null;
  35.     #[ORM\ManyToOne(targetEntityUser::class)]
  36.     #[ORM\JoinColumn(nullabletrueonDelete'CASCADE')]
  37.     private ?User $photo3 null;
  38.     #[ORM\Column(type'float'nullabletrue)]
  39.     private ?float $adminExpense null;
  40.     #[ORM\Column(type'float'nullabletrue)]
  41.     private ?float $adminProportion null;
  42.     #[ORM\Column(type'float'nullabletrue)]
  43.     private ?float $photo3Percent null;
  44.     #[ORM\Column(type'float'nullabletrue)]
  45.     private ?float $photo3Salary null;
  46.     #[ORM\Column(type'string'nullabletrue)]
  47.     private ?string $coinType1 null;
  48.     #[ORM\Column(type'float'nullabletrue)]
  49.     private ?float $managerSalary null;
  50.     #[ORM\Column(type'float'nullabletrue)]
  51.     private ?float $coinQuantity1 null;
  52.     #[ORM\Column(type'float'nullabletrue)]
  53.     private ?float $transferQuantity1 null;
  54.     #[ORM\Column(type'string'nullabletrue)]
  55.     private ?string $coinType2 null;
  56.     #[ORM\Column(type'float'nullabletrue)]
  57.     private ?float $coinQuantity2 null;
  58.     #[ORM\Column(type'float'nullabletrue)]
  59.     private ?float $transferQuantity2 null;
  60.     #[ORM\Column(type'string'nullabletrue)]
  61.     private ?string $coinType3 null;
  62.     #[ORM\Column(type'float'nullabletrue)]
  63.     private ?float $coinQuantity3 null;
  64.     #[ORM\Column(type'float'nullabletrue)]
  65.     private ?float $transferQuantity3 null;
  66.     #[ORM\Column(type'string'nullabletrue)]
  67.     private ?string $coinType4 null;
  68.     #[ORM\Column(type'float'nullabletrue)]
  69.     private ?float $coinQuantity4 null;
  70.     #[ORM\Column(type'float'nullabletrue)]
  71.     private ?float $transferQuantity4 null;
  72.     #[ORM\Column(type'string'nullabletrue)]
  73.     private ?string $coinType5 null;
  74.     #[ORM\Column(type'float'nullabletrue)]
  75.     private ?float $coinQuantity5 null;
  76.     #[ORM\Column(type'float'nullabletrue)]
  77.     private ?float $transferQuantity5 null;
  78.     #[ORM\Column(type'string'nullabletrue)]
  79.     private ?string $coinType6 null;
  80.     #[ORM\Column(type'float'nullabletrue)]
  81.     private ?float $coinQuantity6 null;
  82.     #[ORM\Column(type'float'nullabletrue)]
  83.     private ?float $transferQuantity6 null;
  84.     #[ORM\Column(type'string'nullabletrue)]
  85.     private ?string $coinType7 null;
  86.     #[ORM\Column(type'float'nullabletrue)]
  87.     private ?float $coinQuantity7 null;
  88.     #[ORM\Column(type'float'nullabletrue)]
  89.     private ?float $transferQuantity7 null;
  90.     #[ORM\Column(type'string'nullabletrue)]
  91.     private ?string $coinType8 null;
  92.     #[ORM\Column(type'float'nullabletrue)]
  93.     private ?float $coinQuantity8 null;
  94.     #[ORM\Column(type'float'nullabletrue)]
  95.     private ?float $transferQuantity8 null;
  96.     #[ORM\Column(type'string'nullabletrue)]
  97.     private ?string $coinType9 null;
  98.     #[ORM\Column(type'float'nullabletrue)]
  99.     private ?float $coinQuantity9 null;
  100.     #[ORM\Column(type'float'nullabletrue)]
  101.     private ?float $transferQuantity9 null;
  102.     #[ORM\Column(type'string'nullabletrue)]
  103.     private ?string $coinType10 null;
  104.     #[ORM\Column(type'float'nullabletrue)]
  105.     private ?float $coinQuantity10 null;
  106.     #[ORM\Column(type'float'nullabletrue)]
  107.     private ?float $transferQuantity10 null;
  108.     #[ORM\Column(type'string'nullabletrue)]
  109.     private ?string $coinType11 null;
  110.     #[ORM\Column(type'float'nullabletrue)]
  111.     private ?float $coinQuantity11 null;
  112.     #[ORM\Column(type'float'nullabletrue)]
  113.     private ?float $transferQuantity11 null;
  114.     #[ORM\Column(type'string'nullabletrue)]
  115.     private ?string $coinType12 null;
  116.     #[ORM\Column(type'float'nullabletrue)]
  117.     private ?float $coinQuantity12 null;
  118.     #[ORM\Column(type'float'nullabletrue)]
  119.     private ?float $transferQuantity12 null;
  120.     #[ORM\Column(type'string'nullabletrue)]
  121.     private ?string $coinType13 null;
  122.     #[ORM\Column(type'float'nullabletrue)]
  123.     private ?float $coinQuantity13 null;
  124.     #[ORM\Column(type'float'nullabletrue)]
  125.     private ?float $transferQuantity13 null;
  126.     #[ORM\Column(type'string'nullabletrue)]
  127.     private ?string $coinType14 null;
  128.     #[ORM\Column(type'float'nullabletrue)]
  129.     private ?float $coinQuantity14 null;
  130.     #[ORM\Column(type'float'nullabletrue)]
  131.     private ?float $transferQuantity14 null;
  132.     #[ORM\Column(type'string'nullabletrue)]
  133.     private ?string $coinType15 null;
  134.     #[ORM\Column(type'float'nullabletrue)]
  135.     private ?float $coinQuantity15 null;
  136.     #[ORM\Column(type'float'nullabletrue)]
  137.     private ?float $transferQuantity15 null;
  138.     #[ORM\Column(type'datetime'nullabletrue)]
  139.     private \DateTimeInterface|null $createdAt null;
  140.     #[ORM\Column(type'date'nullabletrue)]
  141.     private ?\DateTimeInterface $currentDay null;
  142.     #[ORM\Column(type'integer'nullabletrue)]
  143.     private ?int $type null;
  144.     public function getId(): ?int
  145.     {
  146.         return $this->id;
  147.     }
  148.     public function getTotalPrice(): ?float
  149.     {
  150.         return $this->totalPrice;
  151.     }
  152.     public function setTotalPrice(?float $totalPrice): static
  153.     {
  154.         $this->totalPrice $totalPrice;
  155.         return $this;
  156.     }
  157.     public function getPhoto1Percent(): ?float
  158.     {
  159.         return $this->photo1Percent;
  160.     }
  161.     public function setPhoto1Percent(?float $photo1Percent): static
  162.     {
  163.         $this->photo1Percent $photo1Percent;
  164.         return $this;
  165.     }
  166.     public function getPhoto2Percent(): ?float
  167.     {
  168.         return $this->photo2Percent;
  169.     }
  170.     public function setPhoto2Percent(?float $photo2Percent): static
  171.     {
  172.         $this->photo2Percent $photo2Percent;
  173.         return $this;
  174.     }
  175.     public function getPhoto3Percent(): ?float
  176.     {
  177.         return $this->photo3Percent;
  178.     }
  179.     public function setPhoto3Percent(?float $photo3Percent): static
  180.     {
  181.         $this->photo3Percent $photo3Percent;
  182.         return $this;
  183.     }
  184.     public function getCoinType1(): ?string
  185.     {
  186.         return $this->coinType1;
  187.     }
  188.     public function setCoinType1(?string $coinType1): static
  189.     {
  190.         $this->coinType1 $coinType1;
  191.         return $this;
  192.     }
  193.     public function getCoinQuantity1(): ?float
  194.     {
  195.         return $this->coinQuantity1;
  196.     }
  197.     public function setCoinQuantity1(?float $coinQuantity1): static
  198.     {
  199.         $this->coinQuantity1 $coinQuantity1;
  200.         return $this;
  201.     }
  202.     public function getTransferQuantity1(): ?float
  203.     {
  204.         return $this->transferQuantity1;
  205.     }
  206.     public function setTransferQuantity1(?float $transferQuantity1): static
  207.     {
  208.         $this->transferQuantity1 $transferQuantity1;
  209.         return $this;
  210.     }
  211.     public function getCoinType2(): ?string
  212.     {
  213.         return $this->coinType2;
  214.     }
  215.     public function setCoinType2(?string $coinType2): static
  216.     {
  217.         $this->coinType2 $coinType2;
  218.         return $this;
  219.     }
  220.     public function getCoinQuantity2(): ?float
  221.     {
  222.         return $this->coinQuantity2;
  223.     }
  224.     public function setCoinQuantity2(?float $coinQuantity2): static
  225.     {
  226.         $this->coinQuantity2 $coinQuantity2;
  227.         return $this;
  228.     }
  229.     public function getTransferQuantity2(): ?float
  230.     {
  231.         return $this->transferQuantity2;
  232.     }
  233.     public function setTransferQuantity2(?float $transferQuantity2): static
  234.     {
  235.         $this->transferQuantity2 $transferQuantity2;
  236.         return $this;
  237.     }
  238.     public function getCoinType3(): ?string
  239.     {
  240.         return $this->coinType3;
  241.     }
  242.     public function setCoinType3(?string $coinType3): static
  243.     {
  244.         $this->coinType3 $coinType3;
  245.         return $this;
  246.     }
  247.     public function getCoinQuantity3(): ?float
  248.     {
  249.         return $this->coinQuantity3;
  250.     }
  251.     public function setCoinQuantity3(?float $coinQuantity3): static
  252.     {
  253.         $this->coinQuantity3 $coinQuantity3;
  254.         return $this;
  255.     }
  256.     public function getTransferQuantity3(): ?float
  257.     {
  258.         return $this->transferQuantity3;
  259.     }
  260.     public function setTransferQuantity3(?float $transferQuantity3): static
  261.     {
  262.         $this->transferQuantity3 $transferQuantity3;
  263.         return $this;
  264.     }
  265.     public function getCoinType4(): ?string
  266.     {
  267.         return $this->coinType4;
  268.     }
  269.     public function setCoinType4(?string $coinType4): static
  270.     {
  271.         $this->coinType4 $coinType4;
  272.         return $this;
  273.     }
  274.     public function getCoinQuantity4(): ?float
  275.     {
  276.         return $this->coinQuantity4;
  277.     }
  278.     public function setCoinQuantity4(?float $coinQuantity4): static
  279.     {
  280.         $this->coinQuantity4 $coinQuantity4;
  281.         return $this;
  282.     }
  283.     public function getTransferQuantity4(): ?float
  284.     {
  285.         return $this->transferQuantity4;
  286.     }
  287.     public function setTransferQuantity4(?float $transferQuantity4): static
  288.     {
  289.         $this->transferQuantity4 $transferQuantity4;
  290.         return $this;
  291.     }
  292.     public function getCoinType5(): ?string
  293.     {
  294.         return $this->coinType5;
  295.     }
  296.     public function setCoinType5(?string $coinType5): static
  297.     {
  298.         $this->coinType5 $coinType5;
  299.         return $this;
  300.     }
  301.     public function getCoinQuantity5(): ?float
  302.     {
  303.         return $this->coinQuantity5;
  304.     }
  305.     public function setCoinQuantity5(?float $coinQuantity5): static
  306.     {
  307.         $this->coinQuantity5 $coinQuantity5;
  308.         return $this;
  309.     }
  310.     public function getTransferQuantity5(): ?float
  311.     {
  312.         return $this->transferQuantity5;
  313.     }
  314.     public function setTransferQuantity5(?float $transferQuantity5): static
  315.     {
  316.         $this->transferQuantity5 $transferQuantity5;
  317.         return $this;
  318.     }
  319.     public function getCoinType6(): ?string
  320.     {
  321.         return $this->coinType6;
  322.     }
  323.     public function setCoinType6(?string $coinType6): static
  324.     {
  325.         $this->coinType6 $coinType6;
  326.         return $this;
  327.     }
  328.     public function getCoinQuantity6(): ?float
  329.     {
  330.         return $this->coinQuantity6;
  331.     }
  332.     public function setCoinQuantity6(?float $coinQuantity6): static
  333.     {
  334.         $this->coinQuantity6 $coinQuantity6;
  335.         return $this;
  336.     }
  337.     public function getTransferQuantity6(): ?float
  338.     {
  339.         return $this->transferQuantity6;
  340.     }
  341.     public function setTransferQuantity6(?float $transferQuantity6): static
  342.     {
  343.         $this->transferQuantity6 $transferQuantity6;
  344.         return $this;
  345.     }
  346.     public function getCoinType7(): ?string
  347.     {
  348.         return $this->coinType7;
  349.     }
  350.     public function setCoinType7(?string $coinType7): static
  351.     {
  352.         $this->coinType7 $coinType7;
  353.         return $this;
  354.     }
  355.     public function getCoinQuantity7(): ?float
  356.     {
  357.         return $this->coinQuantity7;
  358.     }
  359.     public function setCoinQuantity7(?float $coinQuantity7): static
  360.     {
  361.         $this->coinQuantity7 $coinQuantity7;
  362.         return $this;
  363.     }
  364.     public function getTransferQuantity7(): ?float
  365.     {
  366.         return $this->transferQuantity7;
  367.     }
  368.     public function setTransferQuantity7(?float $transferQuantity7): static
  369.     {
  370.         $this->transferQuantity7 $transferQuantity7;
  371.         return $this;
  372.     }
  373.     public function getCoinType8(): ?string
  374.     {
  375.         return $this->coinType8;
  376.     }
  377.     public function setCoinType8(?string $coinType8): static
  378.     {
  379.         $this->coinType8 $coinType8;
  380.         return $this;
  381.     }
  382.     public function getCoinQuantity8(): ?float
  383.     {
  384.         return $this->coinQuantity8;
  385.     }
  386.     public function setCoinQuantity8(?float $coinQuantity8): static
  387.     {
  388.         $this->coinQuantity8 $coinQuantity8;
  389.         return $this;
  390.     }
  391.     public function getTransferQuantity8(): ?float
  392.     {
  393.         return $this->transferQuantity8;
  394.     }
  395.     public function setTransferQuantity8(?float $transferQuantity8): static
  396.     {
  397.         $this->transferQuantity8 $transferQuantity8;
  398.         return $this;
  399.     }
  400.     public function getCoinType9(): ?string
  401.     {
  402.         return $this->coinType9;
  403.     }
  404.     public function setCoinType9(?string $coinType9): static
  405.     {
  406.         $this->coinType9 $coinType9;
  407.         return $this;
  408.     }
  409.     public function getCoinQuantity9(): ?float
  410.     {
  411.         return $this->coinQuantity9;
  412.     }
  413.     public function setCoinQuantity9(?float $coinQuantity9): static
  414.     {
  415.         $this->coinQuantity9 $coinQuantity9;
  416.         return $this;
  417.     }
  418.     public function getTransferQuantity9(): ?float
  419.     {
  420.         return $this->transferQuantity9;
  421.     }
  422.     public function setTransferQuantity9(?float $transferQuantity9): static
  423.     {
  424.         $this->transferQuantity9 $transferQuantity9;
  425.         return $this;
  426.     }
  427.     public function getCoinType10(): ?string
  428.     {
  429.         return $this->coinType10;
  430.     }
  431.     public function setCoinType10(?string $coinType10): static
  432.     {
  433.         $this->coinType10 $coinType10;
  434.         return $this;
  435.     }
  436.     public function getCoinQuantity10(): ?float
  437.     {
  438.         return $this->coinQuantity10;
  439.     }
  440.     public function setCoinQuantity10(?float $coinQuantity10): static
  441.     {
  442.         $this->coinQuantity10 $coinQuantity10;
  443.         return $this;
  444.     }
  445.     public function getTransferQuantity10(): ?float
  446.     {
  447.         return $this->transferQuantity10;
  448.     }
  449.     public function setTransferQuantity10(?float $transferQuantity10): static
  450.     {
  451.         $this->transferQuantity10 $transferQuantity10;
  452.         return $this;
  453.     }
  454.     public function getCoinType11(): ?string
  455.     {
  456.         return $this->coinType11;
  457.     }
  458.     public function setCoinType11(?string $coinType11): static
  459.     {
  460.         $this->coinType11 $coinType11;
  461.         return $this;
  462.     }
  463.     public function getCoinQuantity11(): ?float
  464.     {
  465.         return $this->coinQuantity11;
  466.     }
  467.     public function setCoinQuantity11(?float $coinQuantity11): static
  468.     {
  469.         $this->coinQuantity11 $coinQuantity11;
  470.         return $this;
  471.     }
  472.     public function getTransferQuantity11(): ?float
  473.     {
  474.         return $this->transferQuantity11;
  475.     }
  476.     public function setTransferQuantity11(?float $transferQuantity11): static
  477.     {
  478.         $this->transferQuantity11 $transferQuantity11;
  479.         return $this;
  480.     }
  481.     public function getCoinType12(): ?string
  482.     {
  483.         return $this->coinType12;
  484.     }
  485.     public function setCoinType12(?string $coinType12): static
  486.     {
  487.         $this->coinType12 $coinType12;
  488.         return $this;
  489.     }
  490.     public function getCoinQuantity12(): ?float
  491.     {
  492.         return $this->coinQuantity12;
  493.     }
  494.     public function setCoinQuantity12(?float $coinQuantity12): static
  495.     {
  496.         $this->coinQuantity12 $coinQuantity12;
  497.         return $this;
  498.     }
  499.     public function getTransferQuantity12(): ?float
  500.     {
  501.         return $this->transferQuantity12;
  502.     }
  503.     public function setTransferQuantity12(?float $transferQuantity12): static
  504.     {
  505.         $this->transferQuantity12 $transferQuantity12;
  506.         return $this;
  507.     }
  508.     public function getCoinType13(): ?string
  509.     {
  510.         return $this->coinType13;
  511.     }
  512.     public function setCoinType13(?string $coinType13): static
  513.     {
  514.         $this->coinType13 $coinType13;
  515.         return $this;
  516.     }
  517.     public function getCoinQuantity13(): ?float
  518.     {
  519.         return $this->coinQuantity13;
  520.     }
  521.     public function setCoinQuantity13(?float $coinQuantity13): static
  522.     {
  523.         $this->coinQuantity13 $coinQuantity13;
  524.         return $this;
  525.     }
  526.     public function getTransferQuantity13(): ?float
  527.     {
  528.         return $this->transferQuantity13;
  529.     }
  530.     public function setTransferQuantity13(?float $transferQuantity13): static
  531.     {
  532.         $this->transferQuantity13 $transferQuantity13;
  533.         return $this;
  534.     }
  535.     public function getCoinType14(): ?string
  536.     {
  537.         return $this->coinType14;
  538.     }
  539.     public function setCoinType14(?string $coinType14): static
  540.     {
  541.         $this->coinType14 $coinType14;
  542.         return $this;
  543.     }
  544.     public function getCoinQuantity14(): ?float
  545.     {
  546.         return $this->coinQuantity14;
  547.     }
  548.     public function setCoinQuantity14(?float $coinQuantity14): static
  549.     {
  550.         $this->coinQuantity14 $coinQuantity14;
  551.         return $this;
  552.     }
  553.     public function getTransferQuantity14(): ?float
  554.     {
  555.         return $this->transferQuantity14;
  556.     }
  557.     public function setTransferQuantity14(?float $transferQuantity14): static
  558.     {
  559.         $this->transferQuantity14 $transferQuantity14;
  560.         return $this;
  561.     }
  562.     public function getCoinType15(): ?string
  563.     {
  564.         return $this->coinType15;
  565.     }
  566.     public function setCoinType15(?string $coinType15): static
  567.     {
  568.         $this->coinType15 $coinType15;
  569.         return $this;
  570.     }
  571.     public function getCoinQuantity15(): ?float
  572.     {
  573.         return $this->coinQuantity15;
  574.     }
  575.     public function setCoinQuantity15(?float $coinQuantity15): static
  576.     {
  577.         $this->coinQuantity15 $coinQuantity15;
  578.         return $this;
  579.     }
  580.     public function getTransferQuantity15(): ?float
  581.     {
  582.         return $this->transferQuantity15;
  583.     }
  584.     public function setTransferQuantity15(?float $transferQuantity15): static
  585.     {
  586.         $this->transferQuantity15 $transferQuantity15;
  587.         return $this;
  588.     }
  589.     public function getPage(): ?Page
  590.     {
  591.         return $this->page;
  592.     }
  593.     public function setPage(?Page $page): static
  594.     {
  595.         $this->page $page;
  596.         return $this;
  597.     }
  598.     public function getManager(): ?User
  599.     {
  600.         return $this->manager;
  601.     }
  602.     public function setManager(?User $manager): static
  603.     {
  604.         $this->manager $manager;
  605.         return $this;
  606.     }
  607.     public function getPhoto1(): ?User
  608.     {
  609.         return $this->photo1;
  610.     }
  611.     public function setPhoto1(?User $photo1): static
  612.     {
  613.         $this->photo1 $photo1;
  614.         return $this;
  615.     }
  616.     public function getPhoto2(): ?User
  617.     {
  618.         return $this->photo2;
  619.     }
  620.     public function setPhoto2(?User $photo2): static
  621.     {
  622.         $this->photo2 $photo2;
  623.         return $this;
  624.     }
  625.     public function getPhoto3(): ?User
  626.     {
  627.         return $this->photo3;
  628.     }
  629.     public function setPhoto3(?User $photo3): static
  630.     {
  631.         $this->photo3 $photo3;
  632.         return $this;
  633.     }
  634.     /**
  635.      * @return float|null
  636.      */
  637.     public function getAdminExpense(): ?float
  638.     {
  639.         return $this->adminExpense;
  640.     }
  641.     /**
  642.      * @param float|null $adminExpense
  643.      */
  644.     public function setAdminExpense(?float $adminExpense): void
  645.     {
  646.         $this->adminExpense $adminExpense;
  647.     }
  648.     /**
  649.      * @return \DateTimeInterface|null
  650.      */
  651.     public function getCreatedAt(): ?\DateTimeInterface
  652.     {
  653.         return $this->createdAt;
  654.     }
  655.     /**
  656.      * @param \DateTimeInterface|null $createdAt
  657.      */
  658.     public function setCreatedAt(?\DateTimeInterface $createdAt): void
  659.     {
  660.         $this->createdAt $createdAt;
  661.     }
  662.     /**
  663.      * @return \DateTimeInterface|null
  664.      */
  665.     public function getCurrentDay(): ?\DateTimeInterface
  666.     {
  667.         return $this->currentDay;
  668.     }
  669.     /**
  670.      * @param \DateTimeInterface|null $currentDay
  671.      */
  672.     public function setCurrentDay(?\DateTimeInterface $currentDay): void
  673.     {
  674.         $this->currentDay $currentDay;
  675.     }
  676.     /**
  677.      * @return int|null
  678.      */
  679.     public function getType(): ?int
  680.     {
  681.         return $this->type;
  682.     }
  683.     /**
  684.      * @param int|null $type
  685.      */
  686.     public function setType(?int $type): void
  687.     {
  688.         $this->type $type;
  689.     }
  690.     /**
  691.      * @return float|null
  692.      */
  693.     public function getAdminProportion(): ?float
  694.     {
  695.         return $this->adminProportion;
  696.     }
  697.     /**
  698.      * @param float|null $adminProportion
  699.      */
  700.     public function setAdminProportion(?float $adminProportion): void
  701.     {
  702.         $this->adminProportion $adminProportion;
  703.     }
  704.     /**
  705.      * @return float|null
  706.      */
  707.     public function getPhoto1Salary(): ?float
  708.     {
  709.         return $this->photo1Salary;
  710.     }
  711.     /**
  712.      * @param float|null $photo1Salary
  713.      */
  714.     public function setPhoto1Salary(?float $photo1Salary): void
  715.     {
  716.         $this->photo1Salary $photo1Salary;
  717.     }
  718.     /**
  719.      * @return float|null
  720.      */
  721.     public function getPhoto2Salary(): ?float
  722.     {
  723.         return $this->photo2Salary;
  724.     }
  725.     /**
  726.      * @param float|null $photo2Salary
  727.      */
  728.     public function setPhoto2Salary(?float $photo2Salary): void
  729.     {
  730.         $this->photo2Salary $photo2Salary;
  731.     }
  732.     /**
  733.      * @return float|null
  734.      */
  735.     public function getPhoto3Salary(): ?float
  736.     {
  737.         return $this->photo3Salary;
  738.     }
  739.     /**
  740.      * @param float|null $photo3Salary
  741.      */
  742.     public function setPhoto3Salary(?float $photo3Salary): void
  743.     {
  744.         $this->photo3Salary $photo3Salary;
  745.     }
  746.     /**
  747.      * @return float|null
  748.      */
  749.     public function getManagerSalary(): ?float
  750.     {
  751.         return $this->managerSalary;
  752.     }
  753.     /**
  754.      * @param float|null $managerSalary
  755.      */
  756.     public function setManagerSalary(?float $managerSalary): void
  757.     {
  758.         $this->managerSalary $managerSalary;
  759.     }
  760. }