src/Entity/Prubrique.php line 11

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. use App\Repository\PrubriqueRepository;
  4. use Doctrine\Common\Collections\ArrayCollection;
  5. use Doctrine\Common\Collections\Collection;
  6. use Doctrine\ORM\Mapping as ORM;
  7. #[ORM\Entity(repositoryClassPrubriqueRepository::class)]
  8. class Prubrique
  9. {
  10.     #[ORM\Id]
  11.     #[ORM\GeneratedValue]
  12.     #[ORM\Column]
  13.     private ?int $id null;
  14.     #[ORM\Column(length100)]
  15.     private ?string $code null;
  16.     #[ORM\Column(length100)]
  17.     private ?string $designation null;
  18.     #[ORM\OneToMany(mappedBy'rubrique'targetEntityLelementFixe::class)]
  19.     private Collection $lelementFixes;
  20.     #[ORM\OneToMany(mappedBy'rubrique'targetEntityPbaremeBrute::class)]
  21.     private Collection $PbaremeBrutes;
  22.     #[ORM\Column]
  23.     private ?int $facture null;
  24.     #[ORM\Column]
  25.     private ?int $paiement null;
  26.     #[ORM\Column(length100)]
  27.     private ?string $fournisseur null;
  28.     #[ORM\Column]
  29.     private ?int $idArticle null;
  30.     #[ORM\OneToMany(mappedBy'rubrique'targetEntityLElementEcheance::class)]
  31.     private Collection $elementEcheances;
  32.     #[ORM\OneToMany(mappedBy'rubrique'targetEntityVMatrix::class)]
  33.     private Collection $matrices;
  34.     #[ORM\OneToMany(mappedBy'rubrique'targetEntityTbulletinLg::class)]
  35.     private Collection $bulletinLgs;
  36.     #[ORM\OneToMany(mappedBy'rubrique'targetEntityPBaremeCimr::class)]
  37.     private Collection $baremeCimrs;
  38.     #[ORM\OneToMany(mappedBy'rubrique'targetEntityPPrelevement::class)]
  39.     private Collection $prelevements;
  40.     #[ORM\Column(nullabletrue)]
  41.     private ?bool $honoraire false;
  42.     #[ORM\Column(nullabletrue)]
  43.     private ?bool $indeminite null;
  44.     #[ORM\Column(nullabletrue)]
  45.     private ?bool $prets null;
  46.     #[ORM\Column(nullabletrue)]
  47.     private ?float $sens null;
  48.     #[ORM\Column(nullabletrue)]
  49.     private ?bool $absence null;
  50.     #[ORM\Column(nullabletrue)]
  51.     private ?bool $fixe null;
  52.     #[ORM\OneToMany(mappedBy'rubrique'targetEntityPCompteComptable::class)]
  53.     private Collection $compteComptables;
  54.     #[ORM\Column(nullabletrue)]
  55.     private ?bool $journal null;
  56.     #[ORM\Column(nullabletrue)]
  57.     private ?bool $flagInput null;
  58.     #[ORM\Column(nullabletrue)]
  59.     private ?int $siteId null;
  60.     #[ORM\OneToMany(mappedBy'rubrique'targetEntityJournalBulletinLg::class)]
  61.     private Collection $journalBulletinLgs;
  62.     #[ORM\Column(nullabletrue)]
  63.     private ?int $partenaireId null;
  64.     #[ORM\Column(nullabletrue)]
  65.     private ?int $regulArticleUgouvId null;
  66.     #[ORM\Column(nullabletrue)]
  67.     private ?bool $imposable null;
  68.     #[ORM\Column(nullabletrue)]
  69.     private ?bool $active null;
  70.     #[ORM\Column(nullabletrue)]
  71.     private ?bool $echeance null;
  72.     #[ORM\Column(length255nullabletrue)]
  73.     private ?string $famille null;
  74.     #[ORM\Column(length255nullabletrue)]
  75.     private ?string $type null;
  76.     #[ORM\Column(nullabletrue)]
  77.     private ?int $ord null;
  78.     #[ORM\Column(length255nullabletrue)]
  79.     private ?string $rubthm0 null;
  80.     #[ORM\Column(length255nullabletrue)]
  81.     private ?string $oldDesignation null;
  82.     #[ORM\OneToMany(mappedBy'rubrique'targetEntityInjectRemuneration::class)]
  83.     private Collection $injectRemunerations;
  84.     public function __construct()
  85.     {
  86.         $this->lelementFixes = new ArrayCollection();
  87.         $this->PbaremeBrutes = new ArrayCollection();
  88.         $this->elementEcheances = new ArrayCollection();
  89.         $this->matrices = new ArrayCollection();
  90.         $this->bulletinLgs = new ArrayCollection();
  91.         $this->baremeCimrs = new ArrayCollection();
  92.         $this->prelevements = new ArrayCollection();
  93.         $this->compteComptables = new ArrayCollection();
  94.         $this->journalBulletinLgs = new ArrayCollection();
  95.         $this->injectRemunerations = new ArrayCollection();
  96.     }
  97.     public function getId(): ?int
  98.     {
  99.         return $this->id;
  100.     }
  101.     public function getCode(): ?string
  102.     {
  103.         return $this->code;
  104.     }
  105.     public function setCode(string $code): self
  106.     {
  107.         $this->code $code;
  108.         return $this;
  109.     }
  110.     public function getDesignation(): ?string
  111.     {
  112.         return $this->designation;
  113.     }
  114.     public function setDesignation(string $Designation): self
  115.     {
  116.         $this->designation $Designation;
  117.         return $this;
  118.     }
  119.    
  120.    
  121.     /**
  122.      * @return Collection<int, LelementFixe>
  123.      */
  124.     public function getLelementFixes(): Collection
  125.     {
  126.         return $this->lelementFixes;
  127.     }
  128.     public function addLelementFix(LelementFixe $lelementFix): self
  129.     {
  130.         if (!$this->lelementFixes->contains($lelementFix)) {
  131.             $this->lelementFixes->add($lelementFix);
  132.             $lelementFix->setRubriqueId($this);
  133.         }
  134.         return $this;
  135.     }
  136.     public function removeLelementFix(LelementFixe $lelementFix): self
  137.     {
  138.         if ($this->lelementFixes->removeElement($lelementFix)) {
  139.             // set the owning side to null (unless already changed)
  140.             if ($lelementFix->getRubriqueId() === $this) {
  141.                 $lelementFix->setRubriqueId(null);
  142.             }
  143.         }
  144.         return $this;
  145.     }
  146.     /**
  147.      * @return Collection<int, PbaremeBrute>
  148.      */
  149.     public function getPbaremeBrutes(): Collection
  150.     {
  151.         return $this->PbaremeBrutes;
  152.     }
  153.     public function addPbaremeBrute(PbaremeBrute $PbaremeBrute): self
  154.     {
  155.         if (!$this->PbaremeBrutes->contains($PbaremeBrute)) {
  156.             $this->PbaremeBrutes->add($PbaremeBrute);
  157.             $PbaremeBrute->setRubriqueId($this);
  158.         }
  159.         return $this;
  160.     }
  161.     public function removePbaremeBrute(PbaremeBrute $PbaremeBrute): self
  162.     {
  163.         if ($this->PbaremeBrutes->removeElement($PbaremeBrute)) {
  164.             // set the owning side to null (unless already changed)
  165.             if ($PbaremeBrute->getRubriqueId() === $this) {
  166.                 $PbaremeBrute->setRubriqueId(null);
  167.             }
  168.         }
  169.         return $this;
  170.     }
  171.     public function getFacture(): ?int
  172.     {
  173.         return $this->facture;
  174.     }
  175.     public function setFacture(int $facture): self
  176.     {
  177.         $this->facture $facture;
  178.         return $this;
  179.     }
  180.     public function getPaiement(): ?int
  181.     {
  182.         return $this->paiement;
  183.     }
  184.     public function setPaiement(int $paiement): self
  185.     {
  186.         $this->paiement $paiement;
  187.         return $this;
  188.     }
  189.     public function getFournisseur(): ?string
  190.     {
  191.         return $this->fournisseur;
  192.     }
  193.     public function setFournisseur(string $fournisseur): self
  194.     {
  195.         $this->fournisseur $fournisseur;
  196.         return $this;
  197.     }
  198.     public function getIdArticle(): ?int
  199.     {
  200.         return $this->idArticle;
  201.     }
  202.     public function setIdArticle(int $idArticle): self
  203.     {
  204.         $this->idArticle $idArticle;
  205.         return $this;
  206.     }
  207.     /**
  208.      * @return Collection<int, LElementEcheance>
  209.      */
  210.     public function getElementEcheances(): Collection
  211.     {
  212.         return $this->elementEcheances;
  213.     }
  214.     public function addElementEcheance(LElementEcheance $elementEcheance): self
  215.     {
  216.         if (!$this->elementEcheances->contains($elementEcheance)) {
  217.             $this->elementEcheances->add($elementEcheance);
  218.             $elementEcheance->setRubrique($this);
  219.         }
  220.         return $this;
  221.     }
  222.     public function removeElementEcheance(LElementEcheance $elementEcheance): self
  223.     {
  224.         if ($this->elementEcheances->removeElement($elementEcheance)) {
  225.             // set the owning side to null (unless already changed)
  226.             if ($elementEcheance->getRubrique() === $this) {
  227.                 $elementEcheance->setRubrique(null);
  228.             }
  229.         }
  230.         return $this;
  231.     }
  232.     /**
  233.      * @return Collection<int, VMatrix>
  234.      */
  235.     public function getMatrices(): Collection
  236.     {
  237.         return $this->matrices;
  238.     }
  239.     public function addMatrix(VMatrix $matrix): self
  240.     {
  241.         if (!$this->matrices->contains($matrix)) {
  242.             $this->matrices->add($matrix);
  243.             $matrix->setRubrique($this);
  244.         }
  245.         return $this;
  246.     }
  247.     public function removeMatrix(VMatrix $matrix): self
  248.     {
  249.         if ($this->matrices->removeElement($matrix)) {
  250.             // set the owning side to null (unless already changed)
  251.             if ($matrix->getRubrique() === $this) {
  252.                 $matrix->setRubrique(null);
  253.             }
  254.         }
  255.         return $this;
  256.     }
  257.     /**
  258.      * @return Collection<int, TbulletinLg>
  259.      */
  260.     public function getBulletinLgs(): Collection
  261.     {
  262.         return $this->bulletinLgs;
  263.     }
  264.     public function addBulletinLg(TbulletinLg $bulletinLg): self
  265.     {
  266.         if (!$this->bulletinLgs->contains($bulletinLg)) {
  267.             $this->bulletinLgs->add($bulletinLg);
  268.             $bulletinLg->setRubrique($this);
  269.         }
  270.         return $this;
  271.     }
  272.     public function removeBulletinLg(TbulletinLg $bulletinLg): self
  273.     {
  274.         if ($this->bulletinLgs->removeElement($bulletinLg)) {
  275.             // set the owning side to null (unless already changed)
  276.             if ($bulletinLg->getRubrique() === $this) {
  277.                 $bulletinLg->setRubrique(null);
  278.             }
  279.         }
  280.         return $this;
  281.     }
  282.     /**
  283.      * @return Collection<int, PBaremeCimr>
  284.      */
  285.     public function getBaremeCimrs(): Collection
  286.     {
  287.         return $this->baremeCimrs;
  288.     }
  289.     public function addBaremeCimr(PBaremeCimr $baremeCimr): self
  290.     {
  291.         if (!$this->baremeCimrs->contains($baremeCimr)) {
  292.             $this->baremeCimrs->add($baremeCimr);
  293.             $baremeCimr->setRubrique($this);
  294.         }
  295.         return $this;
  296.     }
  297.     public function removeBaremeCimr(PBaremeCimr $baremeCimr): self
  298.     {
  299.         if ($this->baremeCimrs->removeElement($baremeCimr)) {
  300.             // set the owning side to null (unless already changed)
  301.             if ($baremeCimr->getRubrique() === $this) {
  302.                 $baremeCimr->setRubrique(null);
  303.             }
  304.         }
  305.         return $this;
  306.     }
  307.     /**
  308.      * @return Collection<int, PPrelevement>
  309.      */
  310.     public function getPrelevements(): Collection
  311.     {
  312.         return $this->prelevements;
  313.     }
  314.     public function addPrelevement(PPrelevement $prelevement): self
  315.     {
  316.         if (!$this->prelevements->contains($prelevement)) {
  317.             $this->prelevements->add($prelevement);
  318.             $prelevement->setRubrique($this);
  319.         }
  320.         return $this;
  321.     }
  322.     public function removePrelevement(PPrelevement $prelevement): self
  323.     {
  324.         if ($this->prelevements->removeElement($prelevement)) {
  325.             // set the owning side to null (unless already changed)
  326.             if ($prelevement->getRubrique() === $this) {
  327.                 $prelevement->setRubrique(null);
  328.             }
  329.         }
  330.         return $this;
  331.     }
  332.     public function isHonoraire(): ?bool
  333.     {
  334.         return $this->honoraire;
  335.     }
  336.     public function setHonoraire(?bool $honoraire): self
  337.     {
  338.         $this->honoraire $honoraire;
  339.         return $this;
  340.     }
  341.     public function isIndeminite(): ?bool
  342.     {
  343.         return $this->indeminite;
  344.     }
  345.     public function setIndeminite(?bool $indeminite): self
  346.     {
  347.         $this->indeminite $indeminite;
  348.         return $this;
  349.     }
  350.     public function isPrets(): ?bool
  351.     {
  352.         return $this->prets;
  353.     }
  354.     public function setPrets(?bool $prets): self
  355.     {
  356.         $this->prets $prets;
  357.         return $this;
  358.     }
  359.     public function getSens(): ?float
  360.     {
  361.         return $this->sens;
  362.     }
  363.     public function setSens(?float $sens): self
  364.     {
  365.         $this->sens $sens;
  366.         return $this;
  367.     }
  368.     public function isAbsence(): ?bool
  369.     {
  370.         return $this->absence;
  371.     }
  372.     public function setAbsence(?bool $absence): self
  373.     {
  374.         $this->absence $absence;
  375.         return $this;
  376.     }
  377.     public function isFixe(): ?bool
  378.     {
  379.         return $this->fixe;
  380.     }
  381.     public function setFixe(?bool $fixe): self
  382.     {
  383.         $this->fixe $fixe;
  384.         return $this;
  385.     }
  386.     /**
  387.      * @return Collection<int, PCompteComptable>
  388.      */
  389.     public function getCompteComptables(): Collection
  390.     {
  391.         return $this->compteComptables;
  392.     }
  393.     public function addCompteComptable(PCompteComptable $compteComptable): self
  394.     {
  395.         if (!$this->compteComptables->contains($compteComptable)) {
  396.             $this->compteComptables->add($compteComptable);
  397.             $compteComptable->setRubrique($this);
  398.         }
  399.         return $this;
  400.     }
  401.     public function removeCompteComptable(PCompteComptable $compteComptable): self
  402.     {
  403.         if ($this->compteComptables->removeElement($compteComptable)) {
  404.             // set the owning side to null (unless already changed)
  405.             if ($compteComptable->getRubrique() === $this) {
  406.                 $compteComptable->setRubrique(null);
  407.             }
  408.         }
  409.         return $this;
  410.     }
  411.     public function isJournal(): ?bool
  412.     {
  413.         return $this->journal;
  414.     }
  415.     public function setJournal(?bool $journal): self
  416.     {
  417.         $this->journal $journal;
  418.         return $this;
  419.     }
  420.     public function isFlagInput(): ?bool
  421.     {
  422.         return $this->flagInput;
  423.     }
  424.     public function setFlagInput(?bool $flagInput): self
  425.     {
  426.         $this->flagInput $flagInput;
  427.         return $this;
  428.     }
  429.     public function getSiteId(): ?int
  430.     {
  431.         return $this->siteId;
  432.     }
  433.     public function setSiteId(?int $siteId): self
  434.     {
  435.         $this->siteId $siteId;
  436.         return $this;
  437.     }
  438.     /**
  439.      * @return Collection<int, JournalBulletinLg>
  440.      */
  441.     public function getJournalBulletinLgs(): Collection
  442.     {
  443.         return $this->journalBulletinLgs;
  444.     }
  445.     public function addJournalBulletinLg(JournalBulletinLg $journalBulletinLg): self
  446.     {
  447.         if (!$this->journalBulletinLgs->contains($journalBulletinLg)) {
  448.             $this->journalBulletinLgs->add($journalBulletinLg);
  449.             $journalBulletinLg->setRubrique($this);
  450.         }
  451.         return $this;
  452.     }
  453.     public function removeJournalBulletinLg(JournalBulletinLg $journalBulletinLg): self
  454.     {
  455.         if ($this->journalBulletinLgs->removeElement($journalBulletinLg)) {
  456.             // set the owning side to null (unless already changed)
  457.             if ($journalBulletinLg->getRubrique() === $this) {
  458.                 $journalBulletinLg->setRubrique(null);
  459.             }
  460.         }
  461.         return $this;
  462.     }
  463.     public function getPartenaireId(): ?int
  464.     {
  465.         return $this->partenaireId;
  466.     }
  467.     public function setPartenaireId(?int $partenaireId): self
  468.     {
  469.         $this->partenaireId $partenaireId;
  470.         return $this;
  471.     }
  472.     public function getRegulArticleUgouvId(): ?int
  473.     {
  474.         return $this->regulArticleUgouvId;
  475.     }
  476.     public function setRegulArticleUgouvId(?int $RegulArticleUgouvId): self
  477.     {
  478.         $this->regulArticleUgouvId $RegulArticleUgouvId;
  479.         return $this;
  480.     }
  481.     public function isImposable(): ?bool
  482.     {
  483.         return $this->imposable;
  484.     }
  485.     public function setImposable(?bool $imposable): static
  486.     {
  487.         $this->imposable $imposable;
  488.         return $this;
  489.     }
  490.     public function isActive(): ?bool
  491.     {
  492.         return $this->active;
  493.     }
  494.     public function setActive(?bool $active): static
  495.     {
  496.         $this->active $active;
  497.         return $this;
  498.     }
  499.     public function isEcheance(): ?bool
  500.     {
  501.         return $this->echeance;
  502.     }
  503.     public function setEcheance(?bool $echeance): static
  504.     {
  505.         $this->echeance $echeance;
  506.         return $this;
  507.     }
  508.     public function getFamille(): ?string
  509.     {
  510.         return $this->famille;
  511.     }
  512.     public function setFamille(?string $famille): static
  513.     {
  514.         $this->famille $famille;
  515.         return $this;
  516.     }
  517.     public function getType(): ?string
  518.     {
  519.         return $this->type;
  520.     }
  521.     public function setType(?string $type): static
  522.     {
  523.         $this->type $type;
  524.         return $this;
  525.     }
  526.     public function getOrd(): ?int
  527.     {
  528.         return $this->ord;
  529.     }
  530.     public function setOrd(?int $ord): static
  531.     {
  532.         $this->ord $ord;
  533.         return $this;
  534.     }
  535.     public function getRubthm0(): ?string
  536.     {
  537.         return $this->rubthm0;
  538.     }
  539.     public function setRubthm0(?string $rubthm0): static
  540.     {
  541.         $this->rubthm0 $rubthm0;
  542.         return $this;
  543.     }
  544.     public function getOldDesignation(): ?string
  545.     {
  546.         return $this->oldDesignation;
  547.     }
  548.     public function setOldDesignation(?string $oldDesignation): static
  549.     {
  550.         $this->oldDesignation $oldDesignation;
  551.         return $this;
  552.     }
  553.     /**
  554.      * @return Collection<int, InjectRemuneration>
  555.      */
  556.     public function getInjectRemunerations(): Collection
  557.     {
  558.         return $this->injectRemunerations;
  559.     }
  560.     public function addInjectRemuneration(InjectRemuneration $injectRemuneration): static
  561.     {
  562.         if (!$this->injectRemunerations->contains($injectRemuneration)) {
  563.             $this->injectRemunerations->add($injectRemuneration);
  564.             $injectRemuneration->setRubrique($this);
  565.         }
  566.         return $this;
  567.     }
  568.     public function removeInjectRemuneration(InjectRemuneration $injectRemuneration): static
  569.     {
  570.         if ($this->injectRemunerations->removeElement($injectRemuneration)) {
  571.             // set the owning side to null (unless already changed)
  572.             if ($injectRemuneration->getRubrique() === $this) {
  573.                 $injectRemuneration->setRubrique(null);
  574.             }
  575.         }
  576.         return $this;
  577.     }
  578. }