src/Entity/TCnssA02.php line 9

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. use App\Repository\TCnssA02Repository;
  4. use Doctrine\ORM\Mapping as ORM;
  5. #[ORM\Entity(repositoryClassTCnssA02Repository::class)]
  6. class TCnssA02
  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(length9nullabletrue)]
  19.     private ?string $numAssure null;
  20.     #[ORM\Column(length60nullabletrue)]
  21.     private ?string $nomPrenom null;
  22.     #[ORM\Column(length2nullabletrue)]
  23.     private ?string $enfants null;
  24.     #[ORM\Column(length6nullabletrue)]
  25.     private ?string $afAPayer null;
  26.     #[ORM\Column(length6)]
  27.     private ?string $afADeduire null;
  28.     #[ORM\Column(length6nullabletrue)]
  29.     private ?string $afNetAPayer null;
  30.     #[ORM\Column(length6nullabletrue)]
  31.     private ?string $afAReverser null;
  32.     #[ORM\Column(length2nullabletrue)]
  33.     private ?string $nJoursDeclares null;
  34.     #[ORM\Column(length13nullabletrue)]
  35.     private ?string $nSalaireReel null;
  36.     #[ORM\Column(length9nullabletrue)]
  37.     private ?string $nSalairePlaf null;
  38.     #[ORM\Column(length2nullabletrue)]
  39.     private ?string $lSituation null;
  40.     #[ORM\Column(nullabletrue)]
  41.     private ?int $lSituationNum null;
  42.     #[ORM\Column(length19nullabletrue)]
  43.     private ?string $sCtr null;
  44.     #[ORM\Column(length155nullabletrue)]
  45.     private ?string $filler null;
  46.     #[ORM\Column(length60nullabletrue)]
  47.     private ?string $site null;
  48.     #[ORM\Column(length60nullabletrue)]
  49.     private ?string $statut null;
  50.     #[ORM\ManyToOne(inversedBy'tCnssA02s')]
  51.     private ?LContract $contract null;
  52.     #[ORM\ManyToOne(inversedBy'tCnssA02s')]
  53.     private ?TCnssA00 $cnssa00 null;
  54.     public function getId(): ?int
  55.     {
  56.         return $this->id;
  57.     }
  58.     public function getTypeEnreg(): ?string
  59.     {
  60.         return $this->typeEnreg;
  61.     }
  62.     public function setTypeEnreg(?string $typeEnreg): static
  63.     {
  64.         $this->typeEnreg $typeEnreg;
  65.         return $this;
  66.     }
  67.     public function getNumAffilie(): ?string
  68.     {
  69.         return $this->numAffilie;
  70.     }
  71.     public function setNumAffilie(?string $numAffilie): static
  72.     {
  73.         $this->numAffilie $numAffilie;
  74.         return $this;
  75.     }
  76.     public function getPeriode(): ?string
  77.     {
  78.         return $this->periode;
  79.     }
  80.     public function setPeriode(?string $periode): static
  81.     {
  82.         $this->periode $periode;
  83.         return $this;
  84.     }
  85.     public function getNumAssure(): ?string
  86.     {
  87.         return $this->numAssure;
  88.     }
  89.     public function setNumAssure(?string $numAssure): static
  90.     {
  91.         $this->numAssure $numAssure;
  92.         return $this;
  93.     }
  94.     public function getNomPrenom(): ?string
  95.     {
  96.         return $this->nomPrenom;
  97.     }
  98.     public function setNomPrenom(?string $nomPrenom): static
  99.     {
  100.         $this->nomPrenom $nomPrenom;
  101.         return $this;
  102.     }
  103.     public function getEnfants(): ?string
  104.     {
  105.         return $this->enfants;
  106.     }
  107.     public function setEnfants(?string $enfants): static
  108.     {
  109.         $this->enfants $enfants;
  110.         return $this;
  111.     }
  112.     public function getAfAPayer(): ?string
  113.     {
  114.         return $this->afAPayer;
  115.     }
  116.     public function setAfAPayer(?string $afAPayer): static
  117.     {
  118.         $this->afAPayer $afAPayer;
  119.         return $this;
  120.     }
  121.     public function getAfADeduire(): ?string
  122.     {
  123.         return $this->afADeduire;
  124.     }
  125.     public function setAfADeduire(string $afADeduire): static
  126.     {
  127.         $this->afADeduire $afADeduire;
  128.         return $this;
  129.     }
  130.     public function getAfNetAPayer(): ?string
  131.     {
  132.         return $this->afNetAPayer;
  133.     }
  134.     public function setAfNetAPayer(?string $afNetAPayer): static
  135.     {
  136.         $this->afNetAPayer $afNetAPayer;
  137.         return $this;
  138.     }
  139.     public function getAfAReverser(): ?string
  140.     {
  141.         return $this->afAReverser;
  142.     }
  143.     public function setAfAReverser(?string $afAReverser): static
  144.     {
  145.         $this->afAReverser $afAReverser;
  146.         return $this;
  147.     }
  148.     public function getNJoursDeclares(): ?string
  149.     {
  150.         return $this->nJoursDeclares;
  151.     }
  152.     public function setNJoursDeclares(?string $nJoursDeclares): static
  153.     {
  154.         $this->nJoursDeclares $nJoursDeclares;
  155.         return $this;
  156.     }
  157.     public function getNSalaireReel(): ?string
  158.     {
  159.         return $this->nSalaireReel;
  160.     }
  161.     public function setNSalaireReel(?string $nSalaireReel): static
  162.     {
  163.         $this->nSalaireReel $nSalaireReel;
  164.         return $this;
  165.     }
  166.     public function getNSalairePlaf(): ?string
  167.     {
  168.         return $this->nSalairePlaf;
  169.     }
  170.     public function setNSalairePlaf(?string $nSalairePlaf): static
  171.     {
  172.         $this->nSalairePlaf $nSalairePlaf;
  173.         return $this;
  174.     }
  175.     public function getLSituation(): ?string
  176.     {
  177.         return $this->lSituation;
  178.     }
  179.     public function setLSituation(?string $lSituation): static
  180.     {
  181.         $this->lSituation $lSituation;
  182.         return $this;
  183.     }
  184.     public function getLSituationNum(): ?int
  185.     {
  186.         return $this->lSituationNum;
  187.     }
  188.     public function setLSituationNum(?int $lSituationNum): static
  189.     {
  190.         $this->lSituationNum $lSituationNum;
  191.         return $this;
  192.     }
  193.     public function getSCtr(): ?string
  194.     {
  195.         return $this->sCtr;
  196.     }
  197.     public function setSCtr(?string $sCtr): static
  198.     {
  199.         $this->sCtr $sCtr;
  200.         return $this;
  201.     }
  202.     public function getFiller(): ?string
  203.     {
  204.         return $this->filler;
  205.     }
  206.     public function setFiller(?string $filler): static
  207.     {
  208.         $this->filler $filler;
  209.         return $this;
  210.     }
  211.     public function getSite(): ?string
  212.     {
  213.         return $this->site;
  214.     }
  215.     public function setSite(?string $site): static
  216.     {
  217.         $this->site $site;
  218.         return $this;
  219.     }
  220.     public function getStatut(): ?string
  221.     {
  222.         return $this->statut;
  223.     }
  224.     public function setStatut(?string $statut): static
  225.     {
  226.         $this->statut $statut;
  227.         return $this;
  228.     }
  229.     public function getContract(): ?LContract
  230.     {
  231.         return $this->contract;
  232.     }
  233.     public function setContract(?LContract $contract): static
  234.     {
  235.         $this->contract $contract;
  236.         return $this;
  237.     }
  238.     public function getCnssa00(): ?TCnssA00
  239.     {
  240.         return $this->cnssa00;
  241.     }
  242.     public function setCnssa00(?TCnssA00 $cnssa00): static
  243.     {
  244.         $this->cnssa00 $cnssa00;
  245.         return $this;
  246.     }
  247. }