src/Entity/TCnssB03.php line 9

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. use App\Repository\TCnssB03Repository;
  4. use Doctrine\ORM\Mapping as ORM;
  5. #[ORM\Entity(repositoryClassTCnssB03Repository::class)]
  6. class TCnssB03
  7. {
  8.     #[ORM\Id]
  9.     #[ORM\GeneratedValue]
  10.     #[ORM\Column]
  11.     private ?int $id null;
  12.     #[ORM\Column(length3nullabletrue)]
  13.     private ?string $typeEnreg null;
  14.     #[ORM\Column(length7nullabletrue)]
  15.     private ?string $numAffilie null;
  16.     #[ORM\Column(length6nullabletrue)]
  17.     private ?string $periode null;
  18.     #[ORM\Column(length6nullabletrue)]
  19.     private ?string $nbrSalaries null;
  20.     #[ORM\Column(length6nullabletrue)]
  21.     private ?string $tEnfants null;
  22.     #[ORM\Column(length12nullabletrue)]
  23.     private ?string $tAfAPayer null;
  24.     #[ORM\Column(length12nullabletrue)]
  25.     private ?string $tAfADeduire null;
  26.     #[ORM\Column(length12nullabletrue)]
  27.     private ?string $tAfNetAPayer null;
  28.     #[ORM\Column(length15nullabletrue)]
  29.     private ?string $tNumImma null;
  30.     #[ORM\Column(length12nullabletrue)]
  31.     private ?string $tAfAReverser null;
  32.     #[ORM\Column(length6nullabletrue)]
  33.     private ?string $tJoursDeclares null;
  34.     #[ORM\Column(length15nullabletrue)]
  35.     private ?string $tSalaireReel null;
  36.     #[ORM\Column(length13nullabletrue)]
  37.     private ?string $tSalairePlaf null;
  38.     #[ORM\Column(length15nullabletrue)]
  39.     private ?string $tCtr null;
  40.     #[ORM\Column(length120nullabletrue)]
  41.     private ?string $filler null;
  42.     #[ORM\ManyToOne(inversedBy'tCnssB03s')]
  43.     private ?TCnssB00 $cnssb00 null;
  44.     public function getId(): ?int
  45.     {
  46.         return $this->id;
  47.     }
  48.     public function getTypeEnreg(): ?string
  49.     {
  50.         return $this->typeEnreg;
  51.     }
  52.     public function setTypeEnreg(?string $typeEnreg): static
  53.     {
  54.         $this->typeEnreg $typeEnreg;
  55.         return $this;
  56.     }
  57.     public function getNumAffilie(): ?string
  58.     {
  59.         return $this->numAffilie;
  60.     }
  61.     public function setNumAffilie(?string $numAffilie): static
  62.     {
  63.         $this->numAffilie $numAffilie;
  64.         return $this;
  65.     }
  66.     public function getPeriode(): ?string
  67.     {
  68.         return $this->periode;
  69.     }
  70.     public function setPeriode(?string $periode): static
  71.     {
  72.         $this->periode $periode;
  73.         return $this;
  74.     }
  75.     public function getNbrSalaries(): ?string
  76.     {
  77.         return $this->nbrSalaries;
  78.     }
  79.     public function setNbrSalaries(?string $nbrSalaries): static
  80.     {
  81.         $this->nbrSalaries $nbrSalaries;
  82.         return $this;
  83.     }
  84.     public function getTEnfants(): ?string
  85.     {
  86.         return $this->tEnfants;
  87.     }
  88.     public function setTEnfants(?string $tEnfants): static
  89.     {
  90.         $this->tEnfants $tEnfants;
  91.         return $this;
  92.     }
  93.     public function getTAfAPayer(): ?string
  94.     {
  95.         return $this->tAfAPayer;
  96.     }
  97.     public function setTAfAPayer(?string $tAfAPayer): static
  98.     {
  99.         $this->tAfAPayer $tAfAPayer;
  100.         return $this;
  101.     }
  102.     public function getTAfADeduire(): ?string
  103.     {
  104.         return $this->tAfADeduire;
  105.     }
  106.     public function setTAfADeduire(?string $tAfADeduire): static
  107.     {
  108.         $this->tAfADeduire $tAfADeduire;
  109.         return $this;
  110.     }
  111.     public function getTAfNetAPayer(): ?string
  112.     {
  113.         return $this->tAfNetAPayer;
  114.     }
  115.     public function setTAfNetAPayer(?string $tAfNetAPayer): static
  116.     {
  117.         $this->tAfNetAPayer $tAfNetAPayer;
  118.         return $this;
  119.     }
  120.     public function getTNumImma(): ?string
  121.     {
  122.         return $this->tNumImma;
  123.     }
  124.     public function setTNumImma(?string $tNumImma): static
  125.     {
  126.         $this->tNumImma $tNumImma;
  127.         return $this;
  128.     }
  129.     public function getTAfAReverser(): ?string
  130.     {
  131.         return $this->tAfAReverser;
  132.     }
  133.     public function setTAfAReverser(?string $tAfAReverser): static
  134.     {
  135.         $this->tAfAReverser $tAfAReverser;
  136.         return $this;
  137.     }
  138.     public function getTJoursDeclares(): ?string
  139.     {
  140.         return $this->tJoursDeclares;
  141.     }
  142.     public function setTJoursDeclares(?string $tJoursDeclares): static
  143.     {
  144.         $this->tJoursDeclares $tJoursDeclares;
  145.         return $this;
  146.     }
  147.     public function getTSalaireReel(): ?string
  148.     {
  149.         return $this->tSalaireReel;
  150.     }
  151.     public function setTSalaireReel(?string $tSalaireReel): static
  152.     {
  153.         $this->tSalaireReel $tSalaireReel;
  154.         return $this;
  155.     }
  156.     public function getTSalairePlaf(): ?string
  157.     {
  158.         return $this->tSalairePlaf;
  159.     }
  160.     public function setTSalairePlaf(?string $tSalairePlaf): static
  161.     {
  162.         $this->tSalairePlaf $tSalairePlaf;
  163.         return $this;
  164.     }
  165.     public function getTCtr(): ?string
  166.     {
  167.         return $this->tCtr;
  168.     }
  169.     public function setTCtr(?string $tCtr): static
  170.     {
  171.         $this->tCtr $tCtr;
  172.         return $this;
  173.     }
  174.     public function getFiller(): ?string
  175.     {
  176.         return $this->filler;
  177.     }
  178.     public function setFiller(?string $filler): static
  179.     {
  180.         $this->filler $filler;
  181.         return $this;
  182.     }
  183.     public function getCnssb00(): ?TCnssB00
  184.     {
  185.         return $this->cnssb00;
  186.     }
  187.     public function setCnssb00(?TCnssB00 $cnssb00): static
  188.     {
  189.         $this->cnssb00 $cnssb00;
  190.         return $this;
  191.     }
  192. }