Completed
Push — master ( 17d78d...4b1efa )
by WEBEWEB
01:27
created

ConstantesEntreprise   F

Complexity

Total Complexity 505

Size/Duplication

Total Lines 6814
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 0
Metric Value
wmc 505
lcom 0
cbo 0
dl 0
loc 6814
rs 0.8
c 0
b 0
f 0

How to fix   Complexity   

Complex Class

Complex classes like ConstantesEntreprise often do a lot of different things. To break such a class down, we need to identify a cohesive component within that class. A common approach to find such a component is to look for fields/methods that share the same prefixes, or suffixes. You can also have a look at the cohesion graph to spot any un-connected, or weakly-connected components.

Once you have determined the fields that belong together, you can apply the Extract Class refactoring. If the component makes sense as a sub-class, Extract Subclass is also a candidate, and is often faster.

While breaking up the class, it is a good idea to analyze how other classes use ConstantesEntreprise, and based on these observations, apply Extract Interface, too.

1
<?php
2
3
/*
4
 * This file is part of the core-library package.
5
 *
6
 * (c) 2018 WEBEWEB
7
 *
8
 * For the full copyright and license information, please view the LICENSE
9
 * file that was distributed with this source code.
10
 */
11
12
namespace WBW\Library\Core\ThirdParty\Quadratus\Model\QPaie;
13
14
use DateTime;
15
16
/**
17
 * Constantes entreprise.
18
 *
19
 * @author webeweb <https://github.com/webeweb/>
20
 * @package WBW\Library\Core\ThirdParty\Quadratus\Model\QPaie
21
 */
22
class ConstantesEntreprise {
23
24
    /**
25
     * Absence extra.
26
     *
27
     * @var string|null
28
     */
29
    private $absenceExtra;
30
31
    /**
32
     * Activer pointage qws.
33
     *
34
     * @var bool|null
35
     */
36
    private $activerPointageQws;
37
38
    /**
39
     * Adhesion tds norme.
40
     *
41
     * @var string|null
42
     */
43
    private $adhesionTdsNorme;
44
45
    /**
46
     * Affaire.
47
     *
48
     * @var string|null
49
     */
50
    private $affaire;
51
52
    /**
53
     * Affectation taux27.
54
     *
55
     * @var bool|null
56
     */
57
    private $affectationTaux27;
58
59
    /**
60
     * Analytique employe.
61
     *
62
     * @var bool|null
63
     */
64
    private $analytiqueEmploye;
65
66
    /**
67
     * Arbitrage auto.
68
     *
69
     * @var string|null
70
     */
71
    private $arbitrageAuto;
72
73
    /**
74
     * Archivage actif.
75
     *
76
     * @var bool|null
77
     */
78
    private $archivageActif;
79
80
    /**
81
     * Attest auto.
82
     *
83
     * @var bool|null
84
     */
85
    private $attestAuto;
86
87
    /**
88
     * Beneficie cice.
89
     *
90
     * @var bool|null
91
     */
92
    private $beneficieCice;
93
94
    /**
95
     * Brut al sal min conv.
96
     *
97
     * @var bool|null
98
     */
99
    private $brutAlSalMinConv;
100
101
    /**
102
     * Cice pj mail cli ducs edi.
103
     *
104
     * @var bool|null
105
     */
106
    private $cicePjMailCliDucsEdi;
107
108
    /**
109
     * Calcul auto h theorique.
110
     *
111
     * @var bool|null
112
     */
113
    private $calculAutoHTheorique;
114
115
    /**
116
     * Certif auto.
117
     *
118
     * @var bool|null
119
     */
120
    private $certifAuto;
121
122
    /**
123
     * Cheques euro.
124
     *
125
     * @var string|null
126
     */
127
    private $chequesEuro;
128
129
    /**
130
     * Choix edition cheque tc.
131
     *
132
     * @var bool|null
133
     */
134
    private $choixEditionChequeTc;
135
136
    /**
137
     * Cle acces1.
138
     *
139
     * @var string|null
140
     */
141
    private $cleAcces1;
142
143
    /**
144
     * Cle portable.
145
     *
146
     * @var string|null
147
     */
148
    private $clePortable;
149
150
    /**
151
     * Code org btpdadsu.
152
     *
153
     * @var string|null
154
     */
155
    private $codeOrgBtpdadsu;
156
157
    /**
158
     * Collaborateuri paie.
159
     *
160
     * @var string|null
161
     */
162
    private $collaborateuriPaie;
163
164
    /**
165
     * Compression.
166
     *
167
     * @var bool|null
168
     */
169
    private $compression;
170
171
    /**
172
     * Compte gain euro.
173
     *
174
     * @var string|null
175
     */
176
    private $compteGainEuro;
177
178
    /**
179
     * Compte perte euro.
180
     *
181
     * @var string|null
182
     */
183
    private $comptePerteEuro;
184
185
    /**
186
     * Cpta elit euros.
187
     *
188
     * @var bool|null
189
     */
190
    private $cptaElitEuros;
191
192
    /**
193
     * Ctrl auto cp.
194
     *
195
     * @var bool|null
196
     */
197
    private $ctrlAutoCp;
198
199
    /**
200
     * Ctrl auto cp anticip.
201
     *
202
     * @var bool|null
203
     */
204
    private $ctrlAutoCpAnticip;
205
206
    /**
207
     * Ctrl taux base.
208
     *
209
     * @var bool|null
210
     */
211
    private $ctrlTauxBase;
212
213
    /**
214
     * Dads dernier choix gestion aen.
215
     *
216
     * @var string|null
217
     */
218
    private $dadsDernierChoixGestionAen;
219
220
    /**
221
     * Dads type gestion aen.
222
     *
223
     * @var string|null
224
     */
225
    private $dadsTypeGestionAen;
226
227
    /**
228
     * Dadsu num agr ansp.
229
     *
230
     * @var string|null
231
     */
232
    private $dadsuNumAgrAnsp;
233
234
    /**
235
     * Dadsu ref dec.
236
     *
237
     * @var string|null
238
     */
239
    private $dadsuRefDec;
240
241
    /**
242
     * Das type decl.
243
     *
244
     * @var string|null
245
     */
246
    private $dasTypeDecl;
247
248
    /**
249
     * Das type decl detail.
250
     *
251
     * @var string|null
252
     */
253
    private $dasTypeDeclDetail;
254
255
    /**
256
     * Date dp.
257
     *
258
     * @var DateTime|null
259
     */
260
    private $dateDp;
261
262
    /**
263
     * Debut periode das.
264
     *
265
     * @var DateTime|null
266
     */
267
    private $debutPeriodeDas;
268
269
    /**
270
     * Debut periode histo das.
271
     *
272
     * @var DateTime|null
273
     */
274
    private $debutPeriodeHistoDas;
275
276
    /**
277
     * Deduction h sup fillon.
278
     *
279
     * @var bool|null
280
     */
281
    private $deductionHSupFillon;
282
283
    /**
284
     * Deduire h sup non structurelle.
285
     *
286
     * @var bool|null
287
     */
288
    private $deduireHSupNonStructurelle;
289
290
    /**
291
     * Dernier indice bul.
292
     *
293
     * @var int|null
294
     */
295
    private $dernierIndiceBul;
296
297
    /**
298
     * Dest point irc.
299
     *
300
     * @var string|null
301
     */
302
    private $destPointIrc;
303
304
    /**
305
     * Dest tri point.
306
     *
307
     * @var string|null
308
     */
309
    private $destTriPoint;
310
311
    /**
312
     * Dossier proprete.
313
     *
314
     * @var string|null
315
     */
316
    private $dossierProprete;
317
318
    /**
319
     * Dossier sur web.
320
     *
321
     * @var bool|null
322
     */
323
    private $dossierSurWeb;
324
325
    /**
326
     * Ds code collab.
327
     *
328
     * @var string|null
329
     */
330
    private $dsCodeCollab;
331
332
    /**
333
     * Ds date retour.
334
     *
335
     * @var DateTime|null
336
     */
337
    private $dsDateRetour;
338
339
    /**
340
     * Ds date sortie.
341
     *
342
     * @var DateTime|null
343
     */
344
    private $dsDateSortie;
345
346
    /**
347
     * Ds fusion.
348
     *
349
     * @var string|null
350
     */
351
    private $dsFusion;
352
353
    /**
354
     * Ds type edition.
355
     *
356
     * @var string|null
357
     */
358
    private $dsTypeEdition;
359
360
    /**
361
     * Dt debut periode.
362
     *
363
     * @var DateTime|null
364
     */
365
    private $dtDebutPeriode;
366
367
    /**
368
     * Dt fin periode.
369
     *
370
     * @var DateTime|null
371
     */
372
    private $dtFinPeriode;
373
374
    /**
375
     * Ducs franc euro.
376
     *
377
     * @var string|null
378
     */
379
    private $ducsFrancEuro;
380
381
    /**
382
     * Ecr type.
383
     *
384
     * @var string|null
385
     */
386
    private $ecrType;
387
388
    /**
389
     * Ed bord choix modele.
390
     *
391
     * @var string|null
392
     */
393
    private $edBordChoixModele;
394
395
    /**
396
     * Ed bord rupture emp.
397
     *
398
     * @var bool|null
399
     */
400
    private $edBordRuptureEmp;
401
402
    /**
403
     * Ed bord type imp.
404
     *
405
     * @var string|null
406
     */
407
    private $edBordTypeImp;
408
409
    /**
410
     * Ed bordereau.
411
     *
412
     * @var bool|null
413
     */
414
    private $edBordereau;
415
416
    /**
417
     * Ed bordereau prep.
418
     *
419
     * @var bool|null
420
     */
421
    private $edBordereauPrep;
422
423
    /**
424
     * Ed bordereau prepa.
425
     *
426
     * @var bool|null
427
     */
428
    private $edBordereauPrepa;
429
430
    /**
431
     * Ed bul last fax.
432
     *
433
     * @var string|null
434
     */
435
    private $edBulLastFax;
436
437
    /**
438
     * Ed bul last mail.
439
     *
440
     * @var string|null
441
     */
442
    private $edBulLastMail;
443
444
    /**
445
     * Ed bul type sortie.
446
     *
447
     * @var string|null
448
     */
449
    private $edBulTypeSortie;
450
451
    /**
452
     * Ed correspondance.
453
     *
454
     * @var bool|null
455
     */
456
    private $edCorrespondance;
457
458
    /**
459
     * Ed ducs nb ex.
460
     *
461
     * @var string|null
462
     */
463
    private $edDucsNbEx;
464
465
    /**
466
     * Ed ducs opt btp.
467
     *
468
     * @var string|null
469
     */
470
    private $edDucsOptBtp;
471
472
    /**
473
     * Ed ducs type sortie.
474
     *
475
     * @var string|null
476
     */
477
    private $edDucsTypeSortie;
478
479
    /**
480
     * Ed ducs auto.
481
     *
482
     * @var bool|null
483
     */
484
    private $edDucsAuto;
485
486
    /**
487
     * Ed h sup bonif que majo.
488
     *
489
     * @var bool|null
490
     */
491
    private $edHSupBonifQueMajo;
492
493
    /**
494
     * Ed histo tri emp.
495
     *
496
     * @var string|null
497
     */
498
    private $edHistoTriEmp;
499
500
    /**
501
     * Ed histo tri etablissement.
502
     *
503
     * @var bool|null
504
     */
505
    private $edHistoTriEtablissement;
506
507
    /**
508
     * Ed histo tri service.
509
     *
510
     * @var bool|null
511
     */
512
    private $edHistoTriService;
513
514
    /**
515
     * Ed histo type.
516
     *
517
     * @var string|null
518
     */
519
    private $edHistoType;
520
521
    /**
522
     * Ed imput comptable.
523
     *
524
     * @var bool|null
525
     */
526
    private $edImputComptable;
527
528
    /**
529
     * Ed texte1.
530
     *
531
     * @var string|null
532
     */
533
    private $edTexte1;
534
535
    /**
536
     * Ed texte2.
537
     *
538
     * @var string|null
539
     */
540
    private $edTexte2;
541
542
    /**
543
     * Ed trt cpta last fax.
544
     *
545
     * @var string|null
546
     */
547
    private $edTrtCptaLastFax;
548
549
    /**
550
     * Ed trt cpta last mail.
551
     *
552
     * @var string|null
553
     */
554
    private $edTrtCptaLastMail;
555
556
    /**
557
     * Ed trt cpta sortie.
558
     *
559
     * @var string|null
560
     */
561
    private $edTrtCptaSortie;
562
563
    /**
564
     * Edit qpxl absences.
565
     *
566
     * @var bool|null
567
     */
568
    private $editQpxlAbsences;
569
570
    /**
571
     * Edit qpxl acomptes.
572
     *
573
     * @var bool|null
574
     */
575
    private $editQpxlAcomptes;
576
577
    /**
578
     * Edit qpxl tri emp.
579
     *
580
     * @var string|null
581
     */
582
    private $editQpxlTriEmp;
583
584
    /**
585
     * Edit qpxl vider lib.
586
     *
587
     * @var bool|null
588
     */
589
    private $editQpxlViderLib;
590
591
    /**
592
     * Editer bulletin stc.
593
     *
594
     * @var bool|null
595
     */
596
    private $editerBulletinStc;
597
598
    /**
599
     * Edition cheque tc.
600
     *
601
     * @var bool|null
602
     */
603
    private $editionChequeTc;
604
605
    /**
606
     * Edition date.
607
     *
608
     * @var bool|null
609
     */
610
    private $editionDate;
611
612
    /**
613
     * Edition heure.
614
     *
615
     * @var bool|null
616
     */
617
    private $editionHeure;
618
619
    /**
620
     * Email.
621
     *
622
     * @var string|null
623
     */
624
    private $email;
625
626
    /**
627
     * Entete solde tc.
628
     *
629
     * @var bool|null
630
     */
631
    private $enteteSoldeTc;
632
633
    /**
634
     * Etat controle dadsu.
635
     *
636
     * @var string|null
637
     */
638
    private $etatControleDadsu;
639
640
    /**
641
     * Etat ctrl norme.
642
     *
643
     * @var string|null
644
     */
645
    private $etatCtrlNorme;
646
647
    /**
648
     * Etat das.
649
     *
650
     * @var string|null
651
     */
652
    private $etatDas;
653
654
    /**
655
     * Etat das rect.
656
     *
657
     * @var string|null
658
     */
659
    private $etatDasRect;
660
661
    /**
662
     * Fichier unique.
663
     *
664
     * @var bool|null
665
     */
666
    private $fichierUnique;
667
668
    /**
669
     * Filtrer liste emp.
670
     *
671
     * @var int|null
672
     */
673
    private $filtrerListeEmp;
674
675
    /**
676
     * Fin periode das.
677
     *
678
     * @var DateTime|null
679
     */
680
    private $finPeriodeDas;
681
682
    /**
683
     * Fin periode histo das.
684
     *
685
     * @var DateTime|null
686
     */
687
    private $finPeriodeHistoDas;
688
689
    /**
690
     * Flag traite.
691
     *
692
     * @var string|null
693
     */
694
    private $flagTraite;
695
696
    /**
697
     * Flag traite2.
698
     *
699
     * @var int|null
700
     */
701
    private $flagTraite2;
702
703
    /**
704
     * Flag traite3.
705
     *
706
     * @var int|null
707
     */
708
    private $flagTraite3;
709
710
    /**
711
     * Format fic virement.
712
     *
713
     * @var string|null
714
     */
715
    private $formatFicVirement;
716
717
    /**
718
     * Gest num bulletin.
719
     *
720
     * @var bool|null
721
     */
722
    private $gestNumBulletin;
723
724
    /**
725
     * Gest repo compens.
726
     *
727
     * @var bool|null
728
     */
729
    private $gestRepoCompens;
730
731
    /**
732
     * Gest texte.
733
     *
734
     * @var bool|null
735
     */
736
    private $gestTexte;
737
738
    /**
739
     * Gestion coeff.
740
     *
741
     * @var bool|null
742
     */
743
    private $gestionCoeff;
744
745
    /**
746
     * Gestion coeff grille.
747
     *
748
     * @var bool|null
749
     */
750
    private $gestionCoeffGrille;
751
752
    /**
753
     * Gestion exemplaire.
754
     *
755
     * @var string|null
756
     */
757
    private $gestionExemplaire;
758
759
    /**
760
     * Gestion intemperie.
761
     *
762
     * @var bool|null
763
     */
764
    private $gestionIntemperie;
765
766
    /**
767
     * Gestion numero employe auto.
768
     *
769
     * @var bool|null
770
     */
771
    private $gestionNumeroEmployeAuto;
772
773
    /**
774
     * Gestion qpxl.
775
     *
776
     * @var bool|null
777
     */
778
    private $gestionQpxl;
779
780
    /**
781
     * Gestion td bilaterale.
782
     *
783
     * @var bool|null
784
     */
785
    private $gestionTdBilaterale;
786
787
    /**
788
     * Gestion td sou dadsu.
789
     *
790
     * @var bool|null
791
     */
792
    private $gestionTdSouDadsu;
793
794
    /**
795
     * Groupe gi.
796
     *
797
     * @var string|null
798
     */
799
    private $groupeGi;
800
801
    /**
802
     * H bonif influ cassation.
803
     *
804
     * @var string|null
805
     */
806
    private $hBonifInfluCassation;
807
808
    /**
809
     * H sup1 structurelle.
810
     *
811
     * @var bool|null
812
     */
813
    private $hSup1Structurelle;
814
815
    /**
816
     * H sup2 structurelle.
817
     *
818
     * @var bool|null
819
     */
820
    private $hSup2Structurelle;
821
822
    /**
823
     * H sup3 structurelle.
824
     *
825
     * @var bool|null
826
     */
827
    private $hSup3Structurelle;
828
829
    /**
830
     * H sup4 structurelle.
831
     *
832
     * @var bool|null
833
     */
834
    private $hSup4Structurelle;
835
836
    /**
837
     * H sup5 structurelle.
838
     *
839
     * @var bool|null
840
     */
841
    private $hSup5Structurelle;
842
843
    /**
844
     * Heure sup2 influ cassation.
845
     *
846
     * @var string|null
847
     */
848
    private $heureSup2InfluCassation;
849
850
    /**
851
     * Heure sup3 influ cassation.
852
     *
853
     * @var string|null
854
     */
855
    private $heureSup3InfluCassation;
856
857
    /**
858
     * Heure sup4 influ cassation.
859
     *
860
     * @var string|null
861
     */
862
    private $heureSup4InfluCassation;
863
864
    /**
865
     * Heure sup5 influ cassation.
866
     *
867
     * @var string|null
868
     */
869
    private $heureSup5InfluCassation;
870
871
    /**
872
     * Heure sup influ cassation.
873
     *
874
     * @var string|null
875
     */
876
    private $heureSupInfluCassation;
877
878
    /**
879
     * Heure theo base trav.
880
     *
881
     * @var string|null
882
     */
883
    private $heureTheoBaseTrav;
884
885
    /**
886
     * Indem cp intervient brut al.
887
     *
888
     * @var bool|null
889
     */
890
    private $indemCpIntervientBrutAl;
891
892
    /**
893
     * Jour debut transfert.
894
     *
895
     * @var int|null
896
     */
897
    private $jourDebutTransfert;
898
899
    /**
900
     * Jour fin transfert.
901
     *
902
     * @var int|null
903
     */
904
    private $jourFinTransfert;
905
906
    /**
907
     * Jrn format.
908
     *
909
     * @var string|null
910
     */
911
    private $jrnFormat;
912
913
    /**
914
     * Jrn regroupe abs.
915
     *
916
     * @var bool|null
917
     */
918
    private $jrnRegroupeAbs;
919
920
    /**
921
     * Jrn tri.
922
     *
923
     * @var string|null
924
     */
925
    private $jrnTri;
926
927
    /**
928
     * Jrn tri etablissement.
929
     *
930
     * @var string|null
931
     */
932
    private $jrnTriEtablissement;
933
934
    /**
935
     * Jrn tri service.
936
     *
937
     * @var string|null
938
     */
939
    private $jrnTriService;
940
941
    /**
942
     * Jrn type.
943
     *
944
     * @var string|null
945
     */
946
    private $jrnType;
947
948
    /**
949
     * Liaison proprete.
950
     *
951
     * @var bool|null
952
     */
953
    private $liaisonProprete;
954
955
    /**
956
     * Lib arbitrage.
957
     *
958
     * @var string|null
959
     */
960
    private $libArbitrage;
961
962
    /**
963
     * Lib bqcp.
964
     *
965
     * @var string|null
966
     */
967
    private $libBqcp;
968
969
    /**
970
     * Lib base conge.
971
     *
972
     * @var string|null
973
     */
974
    private $libBaseConge;
975
976
    /**
977
     * Lib cachet aem.
978
     *
979
     * @var string|null
980
     */
981
    private $libCachetAem;
982
983
    /**
984
     * Lib cotis cne.
985
     *
986
     * @var string|null
987
     */
988
    private $libCotisCne;
989
990
    /**
991
     * Lib fin contrat.
992
     *
993
     * @var string|null
994
     */
995
    private $libFinContrat;
996
997
    /**
998
     * Lib fin contrat cne.
999
     *
1000
     * @var string|null
1001
     */
1002
    private $libFinContratCne;
1003
1004
    /**
1005
     * Lib indem cp.
1006
     *
1007
     * @var string|null
1008
     */
1009
    private $libIndemCp;
1010
1011
    /**
1012
     * Libelle libre virement.
1013
     *
1014
     * @var string|null
1015
     */
1016
    private $libelleLibreVirement;
1017
1018
    /**
1019
     * Ligne bul euro.
1020
     *
1021
     * @var bool|null
1022
     */
1023
    private $ligneBulEuro;
1024
1025
    /**
1026
     * Lignes transport.
1027
     *
1028
     * @var bool|null
1029
     */
1030
    private $lignesTransport;
1031
1032
    /**
1033
     * Mail bulletin.
1034
     *
1035
     * @var string|null
1036
     */
1037
    private $mailBulletin;
1038
1039
    /**
1040
     * Mail bulletin cle.
1041
     *
1042
     * @var string|null
1043
     */
1044
    private $mailBulletinCle;
1045
1046
    /**
1047
     * Mail bulletin pj.
1048
     *
1049
     * @var string|null
1050
     */
1051
    private $mailBulletinPj;
1052
1053
    /**
1054
     * Mail c li ducs edi.
1055
     *
1056
     * @var bool|null
1057
     */
1058
    private $mailCLiDucsEdi;
1059
1060
    /**
1061
     * Mention cp.
1062
     *
1063
     * @var bool|null
1064
     */
1065
    private $mentionCp;
1066
1067
    /**
1068
     * Message vu.
1069
     *
1070
     * @var bool|null
1071
     */
1072
    private $messageVu;
1073
1074
    /**
1075
     * Millesime1.
1076
     *
1077
     * @var int|null
1078
     */
1079
    private $millesime1;
1080
1081
    /**
1082
     * Mode planning.
1083
     *
1084
     * @var int|null
1085
     */
1086
    private $modePlanning;
1087
1088
    /**
1089
     * Modele apercu.
1090
     *
1091
     * @var string|null
1092
     */
1093
    private $modeleApercu;
1094
1095
    /**
1096
     * Modele bon bleu.
1097
     *
1098
     * @var string|null
1099
     */
1100
    private $modeleBonBleu;
1101
1102
    /**
1103
     * Modele bulletin.
1104
     *
1105
     * @var string|null
1106
     */
1107
    private $modeleBulletin;
1108
1109
    /**
1110
     * Modele certif.
1111
     *
1112
     * @var string|null
1113
     */
1114
    private $modeleCertif;
1115
1116
    /**
1117
     * Modele certif trav.
1118
     *
1119
     * @var string|null
1120
     */
1121
    private $modeleCertifTrav;
1122
1123
    /**
1124
     * Modele cheque.
1125
     *
1126
     * @var string|null
1127
     */
1128
    private $modeleCheque;
1129
1130
    /**
1131
     * Mois cloture an.
1132
     *
1133
     * @var string|null
1134
     */
1135
    private $moisClotureAn;
1136
1137
    /**
1138
     * N attest aem.
1139
     *
1140
     * @var int|null
1141
     */
1142
    private $nAttestAem;
1143
1144
    /**
1145
     * N attest aemedi.
1146
     *
1147
     * @var int|null
1148
     */
1149
    private $nAttestAemedi;
1150
1151
    /**
1152
     * N attest aemx.
1153
     *
1154
     * @var int|null
1155
     */
1156
    private $nAttestAemx;
1157
1158
    /**
1159
     * N attest assedic.
1160
     *
1161
     * @var int|null
1162
     */
1163
    private $nAttestAssedic;
1164
1165
    /**
1166
     * N attest extras.
1167
     *
1168
     * @var int|null
1169
     */
1170
    private $nAttestExtras;
1171
1172
    /**
1173
     * N attest ijss.
1174
     *
1175
     * @var int|null
1176
     */
1177
    private $nAttestIjss;
1178
1179
    /**
1180
     * N attest ijss at.
1181
     *
1182
     * @var int|null
1183
     */
1184
    private $nAttestIjssAt;
1185
1186
    /**
1187
     * Nce conges spectacles.
1188
     *
1189
     * @var int|null
1190
     */
1191
    private $nceCongesSpectacles;
1192
1193
    /**
1194
     * N der document.
1195
     *
1196
     * @var int|null
1197
     */
1198
    private $nDerDocument;
1199
1200
    /**
1201
     * Nap euro.
1202
     *
1203
     * @var bool|null
1204
     */
1205
    private $napEuro;
1206
1207
    /**
1208
     * Nb exemplaire.
1209
     *
1210
     * @var string|null
1211
     */
1212
    private $nbExemplaire;
1213
1214
    /**
1215
     * Nouv param retraite type.
1216
     *
1217
     * @var bool|null
1218
     */
1219
    private $nouvParamRetraiteType;
1220
1221
    /**
1222
     * Options calc abs.
1223
     *
1224
     * @var bool|null
1225
     */
1226
    private $optionsCalcAbs;
1227
1228
    /**
1229
     * Ordre libelle h sup.
1230
     *
1231
     * @var string|null
1232
     */
1233
    private $ordreLibelleHSup;
1234
1235
    /**
1236
     * Paie euro.
1237
     *
1238
     * @var bool|null
1239
     */
1240
    private $paieEuro;
1241
1242
    /**
1243
     * Part sal seule.
1244
     *
1245
     * @var bool|null
1246
     */
1247
    private $partSalSeule;
1248
1249
    /**
1250
     * Pas gestion indice bul.
1251
     *
1252
     * @var bool|null
1253
     */
1254
    private $pasGestionIndiceBul;
1255
1256
    /**
1257
     * Pas prendre iccp fillon.
1258
     *
1259
     * @var bool|null
1260
     */
1261
    private $pasPrendreIccpFillon;
1262
1263
    /**
1264
     * Pas sous tot s base.
1265
     *
1266
     * @var bool|null
1267
     */
1268
    private $pasSousTotSBase;
1269
1270
    /**
1271
     * Passage35 h fait.
1272
     *
1273
     * @var bool|null
1274
     */
1275
    private $passage35HFait;
1276
1277
    /**
1278
     * Path virement.
1279
     *
1280
     * @var string|null
1281
     */
1282
    private $pathVirement;
1283
1284
    /**
1285
     * Periode i paie.
1286
     *
1287
     * @var DateTime|null
1288
     */
1289
    private $periodeIPaie;
1290
1291
    /**
1292
     * Periode paie.
1293
     *
1294
     * @var DateTime|null
1295
     */
1296
    private $periodePaie;
1297
1298
    /**
1299
     * Pj mail c li ducs edi.
1300
     *
1301
     * @var bool|null
1302
     */
1303
    private $pjMailCLiDucsEdi;
1304
1305
    /**
1306
     * Pj mail cli coupon paiement.
1307
     *
1308
     * @var bool|null
1309
     */
1310
    private $pjMailCliCouponPaiement;
1311
1312
    /**
1313
     * Plafond.
1314
     *
1315
     * @var float|null
1316
     */
1317
    private $plafond;
1318
1319
    /**
1320
     * Porta frais sante certif trav.
1321
     *
1322
     * @var bool|null
1323
     */
1324
    private $portaFraisSanteCertifTrav;
1325
1326
    /**
1327
     * Porta prevoyance oblig.
1328
     *
1329
     * @var bool|null
1330
     */
1331
    private $portaPrevoyanceOblig;
1332
1333
    /**
1334
     * Preparation tdp.
1335
     *
1336
     * @var bool|null
1337
     */
1338
    private $preparationTdp;
1339
1340
    /**
1341
     * Presence min.
1342
     *
1343
     * @var string|null
1344
     */
1345
    private $presenceMin;
1346
1347
    /**
1348
     * Prorata dif certif trav.
1349
     *
1350
     * @var bool|null
1351
     */
1352
    private $prorataDifCertifTrav;
1353
1354
    /**
1355
     * Rdlpascii.
1356
     *
1357
     * @var bool|null
1358
     */
1359
    private $rdlpascii;
1360
1361
    /**
1362
     * Rdlpemployes.
1363
     *
1364
     * @var bool|null
1365
     */
1366
    private $rdlpemployes;
1367
1368
    /**
1369
     * Raz commentaire.
1370
     *
1371
     * @var string|null
1372
     */
1373
    private $razCommentaire;
1374
1375
    /**
1376
     * Raz h sup.
1377
     *
1378
     * @var string|null
1379
     */
1380
    private $razHSup;
1381
1382
    /**
1383
     * Ref remise.
1384
     *
1385
     * @var int|null
1386
     */
1387
    private $refRemise;
1388
1389
    /**
1390
     * Ref trans.
1391
     *
1392
     * @var int|null
1393
     */
1394
    private $refTrans;
1395
1396
    /**
1397
     * Reference interne virement.
1398
     *
1399
     * @var string|null
1400
     */
1401
    private $referenceInterneVirement;
1402
1403
    /**
1404
     * Regroup lib ed bul.
1405
     *
1406
     * @var bool|null
1407
     */
1408
    private $regroupLibEdBul;
1409
1410
    /**
1411
     * Report minimum.
1412
     *
1413
     * @var int|null
1414
     */
1415
    private $reportMinimum;
1416
1417
    /**
1418
     * Retraite97.
1419
     *
1420
     * @var bool|null
1421
     */
1422
    private $retraite97;
1423
1424
    /**
1425
     * Sais plan emp sem.
1426
     *
1427
     * @var string|null
1428
     */
1429
    private $saisPlanEmpSem;
1430
1431
    /**
1432
     * Saisie indice bul.
1433
     *
1434
     * @var bool|null
1435
     */
1436
    private $saisieIndiceBul;
1437
1438
    /**
1439
     * Saut page.
1440
     *
1441
     * @var bool|null
1442
     */
1443
    private $sautPage;
1444
1445
    /**
1446
     * Seuil.
1447
     *
1448
     * @var float|null
1449
     */
1450
    private $seuil;
1451
1452
    /**
1453
     * Seuil conting.
1454
     *
1455
     * @var float|null
1456
     */
1457
    private $seuilConting;
1458
1459
    /**
1460
     * Stc auto.
1461
     *
1462
     * @var bool|null
1463
     */
1464
    private $stcAuto;
1465
1466
    /**
1467
     * Tab bord tri etablissement.
1468
     *
1469
     * @var bool|null
1470
     */
1471
    private $tabBordTriEtablissement;
1472
1473
    /**
1474
     * Tab bord tri service.
1475
     *
1476
     * @var bool|null
1477
     */
1478
    private $tabBordTriService;
1479
1480
    /**
1481
     * Tableau charge.
1482
     *
1483
     * @var string|null
1484
     */
1485
    private $tableauCharge;
1486
1487
    /**
1488
     * Tds annee.
1489
     *
1490
     * @var int|null
1491
     */
1492
    private $tdsAnnee;
1493
1494
    /**
1495
     * Tds euro.
1496
     *
1497
     * @var bool|null
1498
     */
1499
    private $tdsEuro;
1500
1501
    /**
1502
     * Tot gene isole.
1503
     *
1504
     * @var string|null
1505
     */
1506
    private $totGeneIsole;
1507
1508
    /**
1509
     * Tot service isole.
1510
     *
1511
     * @var string|null
1512
     */
1513
    private $totServiceIsole;
1514
1515
    /**
1516
     * Total etab isole.
1517
     *
1518
     * @var string|null
1519
     */
1520
    private $totalEtabIsole;
1521
1522
    /**
1523
     * Trans rupture.
1524
     *
1525
     * @var string|null
1526
     */
1527
    private $transRupture;
1528
1529
    /**
1530
     * Trans tri etablissement.
1531
     *
1532
     * @var string|null
1533
     */
1534
    private $transTriEtablissement;
1535
1536
    /**
1537
     * Transfert tds emp.
1538
     *
1539
     * @var bool|null
1540
     */
1541
    private $transfertTdsEmp;
1542
1543
    /**
1544
     * Tri employe.
1545
     *
1546
     * @var string|null
1547
     */
1548
    private $triEmploye;
1549
1550
    /**
1551
     * Tx sal decote.
1552
     *
1553
     * @var float|null
1554
     */
1555
    private $txSalDecote;
1556
1557
    /**
1558
     * Type abs sans solde.
1559
     *
1560
     * @var string|null
1561
     */
1562
    private $typeAbsSansSolde;
1563
1564
    /**
1565
     * Type agrement aem.
1566
     *
1567
     * @var string|null
1568
     */
1569
    private $typeAgrementAem;
1570
1571
    /**
1572
     * Type bordereau prepa.
1573
     *
1574
     * @var string|null
1575
     */
1576
    private $typeBordereauPrepa;
1577
1578
    /**
1579
     * Type bulletin.
1580
     *
1581
     * @var string|null
1582
     */
1583
    private $typeBulletin;
1584
1585
    /**
1586
     * Type due.
1587
     *
1588
     * @var string|null
1589
     */
1590
    private $typeDue;
1591
1592
    /**
1593
     * Type dossier.
1594
     *
1595
     * @var string|null
1596
     */
1597
    private $typeDossier;
1598
1599
    /**
1600
     * Type effectif.
1601
     *
1602
     * @var string|null
1603
     */
1604
    private $typeEffectif;
1605
1606
    /**
1607
     * Type fich bilat.
1608
     *
1609
     * @var string|null
1610
     */
1611
    private $typeFichBilat;
1612
1613
    /**
1614
     * Type gestion bal.
1615
     *
1616
     * @var string|null
1617
     */
1618
    private $typeGestionBal;
1619
1620
    /**
1621
     * Type modele.
1622
     *
1623
     * @var string|null
1624
     */
1625
    private $typeModele;
1626
1627
    /**
1628
     * Type prep dadsu.
1629
     *
1630
     * @var string|null
1631
     */
1632
    private $typePrepDadsu;
1633
1634
    /**
1635
     * Type saisie abs.
1636
     *
1637
     * @var string|null
1638
     */
1639
    private $typeSaisieAbs;
1640
1641
    /**
1642
     * Type saisie absence.
1643
     *
1644
     * @var string|null
1645
     */
1646
    private $typeSaisieAbsence;
1647
1648
    /**
1649
     * Type stc.
1650
     *
1651
     * @var string|null
1652
     */
1653
    private $typeStc;
1654
1655
    /**
1656
     * Type taux intemperie.
1657
     *
1658
     * @var string|null
1659
     */
1660
    private $typeTauxIntemperie;
1661
1662
    /**
1663
     * Type tri.
1664
     *
1665
     * @var string|null
1666
     */
1667
    private $typeTri;
1668
1669
    /**
1670
     * Type virement.
1671
     *
1672
     * @var string|null
1673
     */
1674
    private $typeVirement;
1675
1676
    /**
1677
     * Type visu col saisie bul.
1678
     *
1679
     * @var string|null
1680
     */
1681
    private $typeVisuColSaisieBul;
1682
1683
    /**
1684
     * Utilise pdp quadra.
1685
     *
1686
     * @var bool|null
1687
     */
1688
    private $utilisePdpQuadra;
1689
1690
    /**
1691
     * Utilise pdp quadra2.
1692
     *
1693
     * @var bool|null
1694
     */
1695
    private $utilisePdpQuadra2;
1696
1697
    /**
1698
     * Val cp bulletin.
1699
     *
1700
     * @var bool|null
1701
     */
1702
    private $valCpBulletin;
1703
1704
    /**
1705
     * Val filtre liste emp.
1706
     *
1707
     * @var int|null
1708
     */
1709
    private $valFiltreListeEmp;
1710
1711
    /**
1712
     * Version controle dadsu.
1713
     *
1714
     * @var int|null
1715
     */
1716
    private $versionControleDadsu;
1717
1718
    /**
1719
     * Vir code etab.
1720
     *
1721
     * @var string|null
1722
     */
1723
    private $virCodeEtab;
1724
1725
    /**
1726
     * Vir collectivite.
1727
     *
1728
     * @var string|null
1729
     */
1730
    private $virCollectivite;
1731
1732
    /**
1733
     * Vir comptable centre.
1734
     *
1735
     * @var string|null
1736
     */
1737
    private $virComptableCentre;
1738
1739
    /**
1740
     * Vir comptable sub.
1741
     *
1742
     * @var string|null
1743
     */
1744
    private $virComptableSub;
1745
1746
    /**
1747
     * Vir fonction publique.
1748
     *
1749
     * @var bool|null
1750
     */
1751
    private $virFonctionPublique;
1752
1753
    /**
1754
     * Vir seuil.
1755
     *
1756
     * @var float|null
1757
     */
1758
    private $virSeuil;
1759
1760
    /**
1761
     * Vir type etab.
1762
     *
1763
     * @var string|null
1764
     */
1765
    private $virTypeEtab;
1766
1767
    /**
1768
     * Virement cr lf.
1769
     *
1770
     * @var bool|null
1771
     */
1772
    private $virementCrLf;
1773
1774
    /**
1775
     * Virements euro.
1776
     *
1777
     * @var string|null
1778
     */
1779
    private $virementsEuro;
1780
1781
    /**
1782
     * Web prioritaire.
1783
     *
1784
     * @var bool|null
1785
     */
1786
    private $webPrioritaire;
1787
1788
1789
    /**
1790
     * Constructor.
1791
     */
1792
    public function __construct() {
1793
        // NOTHING TO DO
1794
    }
1795
1796
    /**
1797
     * Get the absence extra.
1798
     *
1799
     * @return string|null Returns the absence extra.
1800
     */
1801
    public function getAbsenceExtra(): ?string{
1802
        return $this->absenceExtra;
1803
    }
1804
1805
    /**
1806
     * Get the activer pointage qws.
1807
     *
1808
     * @return bool|null Returns the activer pointage qws.
1809
     */
1810
    public function getActiverPointageQws(): ?bool{
1811
        return $this->activerPointageQws;
1812
    }
1813
1814
    /**
1815
     * Get the adhesion tds norme.
1816
     *
1817
     * @return string|null Returns the adhesion tds norme.
1818
     */
1819
    public function getAdhesionTdsNorme(): ?string{
1820
        return $this->adhesionTdsNorme;
1821
    }
1822
1823
    /**
1824
     * Get the affaire.
1825
     *
1826
     * @return string|null Returns the affaire.
1827
     */
1828
    public function getAffaire(): ?string{
1829
        return $this->affaire;
1830
    }
1831
1832
    /**
1833
     * Get the affectation taux27.
1834
     *
1835
     * @return bool|null Returns the affectation taux27.
1836
     */
1837
    public function getAffectationTaux27(): ?bool{
1838
        return $this->affectationTaux27;
1839
    }
1840
1841
    /**
1842
     * Get the analytique employe.
1843
     *
1844
     * @return bool|null Returns the analytique employe.
1845
     */
1846
    public function getAnalytiqueEmploye(): ?bool{
1847
        return $this->analytiqueEmploye;
1848
    }
1849
1850
    /**
1851
     * Get the arbitrage auto.
1852
     *
1853
     * @return string|null Returns the arbitrage auto.
1854
     */
1855
    public function getArbitrageAuto(): ?string{
1856
        return $this->arbitrageAuto;
1857
    }
1858
1859
    /**
1860
     * Get the archivage actif.
1861
     *
1862
     * @return bool|null Returns the archivage actif.
1863
     */
1864
    public function getArchivageActif(): ?bool{
1865
        return $this->archivageActif;
1866
    }
1867
1868
    /**
1869
     * Get the attest auto.
1870
     *
1871
     * @return bool|null Returns the attest auto.
1872
     */
1873
    public function getAttestAuto(): ?bool{
1874
        return $this->attestAuto;
1875
    }
1876
1877
    /**
1878
     * Get the beneficie cice.
1879
     *
1880
     * @return bool|null Returns the beneficie cice.
1881
     */
1882
    public function getBeneficieCice(): ?bool{
1883
        return $this->beneficieCice;
1884
    }
1885
1886
    /**
1887
     * Get the brut al sal min conv.
1888
     *
1889
     * @return bool|null Returns the brut al sal min conv.
1890
     */
1891
    public function getBrutAlSalMinConv(): ?bool{
1892
        return $this->brutAlSalMinConv;
1893
    }
1894
1895
    /**
1896
     * Get the cice pj mail cli ducs edi.
1897
     *
1898
     * @return bool|null Returns the cice pj mail cli ducs edi.
1899
     */
1900
    public function getCicePjMailCliDucsEdi(): ?bool{
1901
        return $this->cicePjMailCliDucsEdi;
1902
    }
1903
1904
    /**
1905
     * Get the calcul auto h theorique.
1906
     *
1907
     * @return bool|null Returns the calcul auto h theorique.
1908
     */
1909
    public function getCalculAutoHTheorique(): ?bool{
1910
        return $this->calculAutoHTheorique;
1911
    }
1912
1913
    /**
1914
     * Get the certif auto.
1915
     *
1916
     * @return bool|null Returns the certif auto.
1917
     */
1918
    public function getCertifAuto(): ?bool{
1919
        return $this->certifAuto;
1920
    }
1921
1922
    /**
1923
     * Get the cheques euro.
1924
     *
1925
     * @return string|null Returns the cheques euro.
1926
     */
1927
    public function getChequesEuro(): ?string{
1928
        return $this->chequesEuro;
1929
    }
1930
1931
    /**
1932
     * Get the choix edition cheque tc.
1933
     *
1934
     * @return bool|null Returns the choix edition cheque tc.
1935
     */
1936
    public function getChoixEditionChequeTc(): ?bool{
1937
        return $this->choixEditionChequeTc;
1938
    }
1939
1940
    /**
1941
     * Get the cle acces1.
1942
     *
1943
     * @return string|null Returns the cle acces1.
1944
     */
1945
    public function getCleAcces1(): ?string{
1946
        return $this->cleAcces1;
1947
    }
1948
1949
    /**
1950
     * Get the cle portable.
1951
     *
1952
     * @return string|null Returns the cle portable.
1953
     */
1954
    public function getClePortable(): ?string{
1955
        return $this->clePortable;
1956
    }
1957
1958
    /**
1959
     * Get the code org btpdadsu.
1960
     *
1961
     * @return string|null Returns the code org btpdadsu.
1962
     */
1963
    public function getCodeOrgBtpdadsu(): ?string{
1964
        return $this->codeOrgBtpdadsu;
1965
    }
1966
1967
    /**
1968
     * Get the collaborateuri paie.
1969
     *
1970
     * @return string|null Returns the collaborateuri paie.
1971
     */
1972
    public function getCollaborateuriPaie(): ?string{
1973
        return $this->collaborateuriPaie;
1974
    }
1975
1976
    /**
1977
     * Get the compression.
1978
     *
1979
     * @return bool|null Returns the compression.
1980
     */
1981
    public function getCompression(): ?bool{
1982
        return $this->compression;
1983
    }
1984
1985
    /**
1986
     * Get the compte gain euro.
1987
     *
1988
     * @return string|null Returns the compte gain euro.
1989
     */
1990
    public function getCompteGainEuro(): ?string{
1991
        return $this->compteGainEuro;
1992
    }
1993
1994
    /**
1995
     * Get the compte perte euro.
1996
     *
1997
     * @return string|null Returns the compte perte euro.
1998
     */
1999
    public function getComptePerteEuro(): ?string{
2000
        return $this->comptePerteEuro;
2001
    }
2002
2003
    /**
2004
     * Get the cpta elit euros.
2005
     *
2006
     * @return bool|null Returns the cpta elit euros.
2007
     */
2008
    public function getCptaElitEuros(): ?bool{
2009
        return $this->cptaElitEuros;
2010
    }
2011
2012
    /**
2013
     * Get the ctrl auto cp.
2014
     *
2015
     * @return bool|null Returns the ctrl auto cp.
2016
     */
2017
    public function getCtrlAutoCp(): ?bool{
2018
        return $this->ctrlAutoCp;
2019
    }
2020
2021
    /**
2022
     * Get the ctrl auto cp anticip.
2023
     *
2024
     * @return bool|null Returns the ctrl auto cp anticip.
2025
     */
2026
    public function getCtrlAutoCpAnticip(): ?bool{
2027
        return $this->ctrlAutoCpAnticip;
2028
    }
2029
2030
    /**
2031
     * Get the ctrl taux base.
2032
     *
2033
     * @return bool|null Returns the ctrl taux base.
2034
     */
2035
    public function getCtrlTauxBase(): ?bool{
2036
        return $this->ctrlTauxBase;
2037
    }
2038
2039
    /**
2040
     * Get the dads dernier choix gestion aen.
2041
     *
2042
     * @return string|null Returns the dads dernier choix gestion aen.
2043
     */
2044
    public function getDadsDernierChoixGestionAen(): ?string{
2045
        return $this->dadsDernierChoixGestionAen;
2046
    }
2047
2048
    /**
2049
     * Get the dads type gestion aen.
2050
     *
2051
     * @return string|null Returns the dads type gestion aen.
2052
     */
2053
    public function getDadsTypeGestionAen(): ?string{
2054
        return $this->dadsTypeGestionAen;
2055
    }
2056
2057
    /**
2058
     * Get the dadsu num agr ansp.
2059
     *
2060
     * @return string|null Returns the dadsu num agr ansp.
2061
     */
2062
    public function getDadsuNumAgrAnsp(): ?string{
2063
        return $this->dadsuNumAgrAnsp;
2064
    }
2065
2066
    /**
2067
     * Get the dadsu ref dec.
2068
     *
2069
     * @return string|null Returns the dadsu ref dec.
2070
     */
2071
    public function getDadsuRefDec(): ?string{
2072
        return $this->dadsuRefDec;
2073
    }
2074
2075
    /**
2076
     * Get the das type decl.
2077
     *
2078
     * @return string|null Returns the das type decl.
2079
     */
2080
    public function getDasTypeDecl(): ?string{
2081
        return $this->dasTypeDecl;
2082
    }
2083
2084
    /**
2085
     * Get the das type decl detail.
2086
     *
2087
     * @return string|null Returns the das type decl detail.
2088
     */
2089
    public function getDasTypeDeclDetail(): ?string{
2090
        return $this->dasTypeDeclDetail;
2091
    }
2092
2093
    /**
2094
     * Get the date dp.
2095
     *
2096
     * @return DateTime|null Returns the date dp.
2097
     */
2098
    public function getDateDp(): ?DateTime{
2099
        return $this->dateDp;
2100
    }
2101
2102
    /**
2103
     * Get the debut periode das.
2104
     *
2105
     * @return DateTime|null Returns the debut periode das.
2106
     */
2107
    public function getDebutPeriodeDas(): ?DateTime{
2108
        return $this->debutPeriodeDas;
2109
    }
2110
2111
    /**
2112
     * Get the debut periode histo das.
2113
     *
2114
     * @return DateTime|null Returns the debut periode histo das.
2115
     */
2116
    public function getDebutPeriodeHistoDas(): ?DateTime{
2117
        return $this->debutPeriodeHistoDas;
2118
    }
2119
2120
    /**
2121
     * Get the deduction h sup fillon.
2122
     *
2123
     * @return bool|null Returns the deduction h sup fillon.
2124
     */
2125
    public function getDeductionHSupFillon(): ?bool{
2126
        return $this->deductionHSupFillon;
2127
    }
2128
2129
    /**
2130
     * Get the deduire h sup non structurelle.
2131
     *
2132
     * @return bool|null Returns the deduire h sup non structurelle.
2133
     */
2134
    public function getDeduireHSupNonStructurelle(): ?bool{
2135
        return $this->deduireHSupNonStructurelle;
2136
    }
2137
2138
    /**
2139
     * Get the dernier indice bul.
2140
     *
2141
     * @return int|null Returns the dernier indice bul.
2142
     */
2143
    public function getDernierIndiceBul(): ?int{
2144
        return $this->dernierIndiceBul;
2145
    }
2146
2147
    /**
2148
     * Get the dest point irc.
2149
     *
2150
     * @return string|null Returns the dest point irc.
2151
     */
2152
    public function getDestPointIrc(): ?string{
2153
        return $this->destPointIrc;
2154
    }
2155
2156
    /**
2157
     * Get the dest tri point.
2158
     *
2159
     * @return string|null Returns the dest tri point.
2160
     */
2161
    public function getDestTriPoint(): ?string{
2162
        return $this->destTriPoint;
2163
    }
2164
2165
    /**
2166
     * Get the dossier proprete.
2167
     *
2168
     * @return string|null Returns the dossier proprete.
2169
     */
2170
    public function getDossierProprete(): ?string{
2171
        return $this->dossierProprete;
2172
    }
2173
2174
    /**
2175
     * Get the dossier sur web.
2176
     *
2177
     * @return bool|null Returns the dossier sur web.
2178
     */
2179
    public function getDossierSurWeb(): ?bool{
2180
        return $this->dossierSurWeb;
2181
    }
2182
2183
    /**
2184
     * Get the ds code collab.
2185
     *
2186
     * @return string|null Returns the ds code collab.
2187
     */
2188
    public function getDsCodeCollab(): ?string{
2189
        return $this->dsCodeCollab;
2190
    }
2191
2192
    /**
2193
     * Get the ds date retour.
2194
     *
2195
     * @return DateTime|null Returns the ds date retour.
2196
     */
2197
    public function getDsDateRetour(): ?DateTime{
2198
        return $this->dsDateRetour;
2199
    }
2200
2201
    /**
2202
     * Get the ds date sortie.
2203
     *
2204
     * @return DateTime|null Returns the ds date sortie.
2205
     */
2206
    public function getDsDateSortie(): ?DateTime{
2207
        return $this->dsDateSortie;
2208
    }
2209
2210
    /**
2211
     * Get the ds fusion.
2212
     *
2213
     * @return string|null Returns the ds fusion.
2214
     */
2215
    public function getDsFusion(): ?string{
2216
        return $this->dsFusion;
2217
    }
2218
2219
    /**
2220
     * Get the ds type edition.
2221
     *
2222
     * @return string|null Returns the ds type edition.
2223
     */
2224
    public function getDsTypeEdition(): ?string{
2225
        return $this->dsTypeEdition;
2226
    }
2227
2228
    /**
2229
     * Get the dt debut periode.
2230
     *
2231
     * @return DateTime|null Returns the dt debut periode.
2232
     */
2233
    public function getDtDebutPeriode(): ?DateTime{
2234
        return $this->dtDebutPeriode;
2235
    }
2236
2237
    /**
2238
     * Get the dt fin periode.
2239
     *
2240
     * @return DateTime|null Returns the dt fin periode.
2241
     */
2242
    public function getDtFinPeriode(): ?DateTime{
2243
        return $this->dtFinPeriode;
2244
    }
2245
2246
    /**
2247
     * Get the ducs franc euro.
2248
     *
2249
     * @return string|null Returns the ducs franc euro.
2250
     */
2251
    public function getDucsFrancEuro(): ?string{
2252
        return $this->ducsFrancEuro;
2253
    }
2254
2255
    /**
2256
     * Get the ecr type.
2257
     *
2258
     * @return string|null Returns the ecr type.
2259
     */
2260
    public function getEcrType(): ?string{
2261
        return $this->ecrType;
2262
    }
2263
2264
    /**
2265
     * Get the ed bord choix modele.
2266
     *
2267
     * @return string|null Returns the ed bord choix modele.
2268
     */
2269
    public function getEdBordChoixModele(): ?string{
2270
        return $this->edBordChoixModele;
2271
    }
2272
2273
    /**
2274
     * Get the ed bord rupture emp.
2275
     *
2276
     * @return bool|null Returns the ed bord rupture emp.
2277
     */
2278
    public function getEdBordRuptureEmp(): ?bool{
2279
        return $this->edBordRuptureEmp;
2280
    }
2281
2282
    /**
2283
     * Get the ed bord type imp.
2284
     *
2285
     * @return string|null Returns the ed bord type imp.
2286
     */
2287
    public function getEdBordTypeImp(): ?string{
2288
        return $this->edBordTypeImp;
2289
    }
2290
2291
    /**
2292
     * Get the ed bordereau.
2293
     *
2294
     * @return bool|null Returns the ed bordereau.
2295
     */
2296
    public function getEdBordereau(): ?bool{
2297
        return $this->edBordereau;
2298
    }
2299
2300
    /**
2301
     * Get the ed bordereau prep.
2302
     *
2303
     * @return bool|null Returns the ed bordereau prep.
2304
     */
2305
    public function getEdBordereauPrep(): ?bool{
2306
        return $this->edBordereauPrep;
2307
    }
2308
2309
    /**
2310
     * Get the ed bordereau prepa.
2311
     *
2312
     * @return bool|null Returns the ed bordereau prepa.
2313
     */
2314
    public function getEdBordereauPrepa(): ?bool{
2315
        return $this->edBordereauPrepa;
2316
    }
2317
2318
    /**
2319
     * Get the ed bul last fax.
2320
     *
2321
     * @return string|null Returns the ed bul last fax.
2322
     */
2323
    public function getEdBulLastFax(): ?string{
2324
        return $this->edBulLastFax;
2325
    }
2326
2327
    /**
2328
     * Get the ed bul last mail.
2329
     *
2330
     * @return string|null Returns the ed bul last mail.
2331
     */
2332
    public function getEdBulLastMail(): ?string{
2333
        return $this->edBulLastMail;
2334
    }
2335
2336
    /**
2337
     * Get the ed bul type sortie.
2338
     *
2339
     * @return string|null Returns the ed bul type sortie.
2340
     */
2341
    public function getEdBulTypeSortie(): ?string{
2342
        return $this->edBulTypeSortie;
2343
    }
2344
2345
    /**
2346
     * Get the ed correspondance.
2347
     *
2348
     * @return bool|null Returns the ed correspondance.
2349
     */
2350
    public function getEdCorrespondance(): ?bool{
2351
        return $this->edCorrespondance;
2352
    }
2353
2354
    /**
2355
     * Get the ed ducs nb ex.
2356
     *
2357
     * @return string|null Returns the ed ducs nb ex.
2358
     */
2359
    public function getEdDucsNbEx(): ?string{
2360
        return $this->edDucsNbEx;
2361
    }
2362
2363
    /**
2364
     * Get the ed ducs opt btp.
2365
     *
2366
     * @return string|null Returns the ed ducs opt btp.
2367
     */
2368
    public function getEdDucsOptBtp(): ?string{
2369
        return $this->edDucsOptBtp;
2370
    }
2371
2372
    /**
2373
     * Get the ed ducs type sortie.
2374
     *
2375
     * @return string|null Returns the ed ducs type sortie.
2376
     */
2377
    public function getEdDucsTypeSortie(): ?string{
2378
        return $this->edDucsTypeSortie;
2379
    }
2380
2381
    /**
2382
     * Get the ed ducs auto.
2383
     *
2384
     * @return bool|null Returns the ed ducs auto.
2385
     */
2386
    public function getEdDucsAuto(): ?bool{
2387
        return $this->edDucsAuto;
2388
    }
2389
2390
    /**
2391
     * Get the ed h sup bonif que majo.
2392
     *
2393
     * @return bool|null Returns the ed h sup bonif que majo.
2394
     */
2395
    public function getEdHSupBonifQueMajo(): ?bool{
2396
        return $this->edHSupBonifQueMajo;
2397
    }
2398
2399
    /**
2400
     * Get the ed histo tri emp.
2401
     *
2402
     * @return string|null Returns the ed histo tri emp.
2403
     */
2404
    public function getEdHistoTriEmp(): ?string{
2405
        return $this->edHistoTriEmp;
2406
    }
2407
2408
    /**
2409
     * Get the ed histo tri etablissement.
2410
     *
2411
     * @return bool|null Returns the ed histo tri etablissement.
2412
     */
2413
    public function getEdHistoTriEtablissement(): ?bool{
2414
        return $this->edHistoTriEtablissement;
2415
    }
2416
2417
    /**
2418
     * Get the ed histo tri service.
2419
     *
2420
     * @return bool|null Returns the ed histo tri service.
2421
     */
2422
    public function getEdHistoTriService(): ?bool{
2423
        return $this->edHistoTriService;
2424
    }
2425
2426
    /**
2427
     * Get the ed histo type.
2428
     *
2429
     * @return string|null Returns the ed histo type.
2430
     */
2431
    public function getEdHistoType(): ?string{
2432
        return $this->edHistoType;
2433
    }
2434
2435
    /**
2436
     * Get the ed imput comptable.
2437
     *
2438
     * @return bool|null Returns the ed imput comptable.
2439
     */
2440
    public function getEdImputComptable(): ?bool{
2441
        return $this->edImputComptable;
2442
    }
2443
2444
    /**
2445
     * Get the ed texte1.
2446
     *
2447
     * @return string|null Returns the ed texte1.
2448
     */
2449
    public function getEdTexte1(): ?string{
2450
        return $this->edTexte1;
2451
    }
2452
2453
    /**
2454
     * Get the ed texte2.
2455
     *
2456
     * @return string|null Returns the ed texte2.
2457
     */
2458
    public function getEdTexte2(): ?string{
2459
        return $this->edTexte2;
2460
    }
2461
2462
    /**
2463
     * Get the ed trt cpta last fax.
2464
     *
2465
     * @return string|null Returns the ed trt cpta last fax.
2466
     */
2467
    public function getEdTrtCptaLastFax(): ?string{
2468
        return $this->edTrtCptaLastFax;
2469
    }
2470
2471
    /**
2472
     * Get the ed trt cpta last mail.
2473
     *
2474
     * @return string|null Returns the ed trt cpta last mail.
2475
     */
2476
    public function getEdTrtCptaLastMail(): ?string{
2477
        return $this->edTrtCptaLastMail;
2478
    }
2479
2480
    /**
2481
     * Get the ed trt cpta sortie.
2482
     *
2483
     * @return string|null Returns the ed trt cpta sortie.
2484
     */
2485
    public function getEdTrtCptaSortie(): ?string{
2486
        return $this->edTrtCptaSortie;
2487
    }
2488
2489
    /**
2490
     * Get the edit qpxl absences.
2491
     *
2492
     * @return bool|null Returns the edit qpxl absences.
2493
     */
2494
    public function getEditQpxlAbsences(): ?bool{
2495
        return $this->editQpxlAbsences;
2496
    }
2497
2498
    /**
2499
     * Get the edit qpxl acomptes.
2500
     *
2501
     * @return bool|null Returns the edit qpxl acomptes.
2502
     */
2503
    public function getEditQpxlAcomptes(): ?bool{
2504
        return $this->editQpxlAcomptes;
2505
    }
2506
2507
    /**
2508
     * Get the edit qpxl tri emp.
2509
     *
2510
     * @return string|null Returns the edit qpxl tri emp.
2511
     */
2512
    public function getEditQpxlTriEmp(): ?string{
2513
        return $this->editQpxlTriEmp;
2514
    }
2515
2516
    /**
2517
     * Get the edit qpxl vider lib.
2518
     *
2519
     * @return bool|null Returns the edit qpxl vider lib.
2520
     */
2521
    public function getEditQpxlViderLib(): ?bool{
2522
        return $this->editQpxlViderLib;
2523
    }
2524
2525
    /**
2526
     * Get the editer bulletin stc.
2527
     *
2528
     * @return bool|null Returns the editer bulletin stc.
2529
     */
2530
    public function getEditerBulletinStc(): ?bool{
2531
        return $this->editerBulletinStc;
2532
    }
2533
2534
    /**
2535
     * Get the edition cheque tc.
2536
     *
2537
     * @return bool|null Returns the edition cheque tc.
2538
     */
2539
    public function getEditionChequeTc(): ?bool{
2540
        return $this->editionChequeTc;
2541
    }
2542
2543
    /**
2544
     * Get the edition date.
2545
     *
2546
     * @return bool|null Returns the edition date.
2547
     */
2548
    public function getEditionDate(): ?bool{
2549
        return $this->editionDate;
2550
    }
2551
2552
    /**
2553
     * Get the edition heure.
2554
     *
2555
     * @return bool|null Returns the edition heure.
2556
     */
2557
    public function getEditionHeure(): ?bool{
2558
        return $this->editionHeure;
2559
    }
2560
2561
    /**
2562
     * Get the email.
2563
     *
2564
     * @return string|null Returns the email.
2565
     */
2566
    public function getEmail(): ?string{
2567
        return $this->email;
2568
    }
2569
2570
    /**
2571
     * Get the entete solde tc.
2572
     *
2573
     * @return bool|null Returns the entete solde tc.
2574
     */
2575
    public function getEnteteSoldeTc(): ?bool{
2576
        return $this->enteteSoldeTc;
2577
    }
2578
2579
    /**
2580
     * Get the etat controle dadsu.
2581
     *
2582
     * @return string|null Returns the etat controle dadsu.
2583
     */
2584
    public function getEtatControleDadsu(): ?string{
2585
        return $this->etatControleDadsu;
2586
    }
2587
2588
    /**
2589
     * Get the etat ctrl norme.
2590
     *
2591
     * @return string|null Returns the etat ctrl norme.
2592
     */
2593
    public function getEtatCtrlNorme(): ?string{
2594
        return $this->etatCtrlNorme;
2595
    }
2596
2597
    /**
2598
     * Get the etat das.
2599
     *
2600
     * @return string|null Returns the etat das.
2601
     */
2602
    public function getEtatDas(): ?string{
2603
        return $this->etatDas;
2604
    }
2605
2606
    /**
2607
     * Get the etat das rect.
2608
     *
2609
     * @return string|null Returns the etat das rect.
2610
     */
2611
    public function getEtatDasRect(): ?string{
2612
        return $this->etatDasRect;
2613
    }
2614
2615
    /**
2616
     * Get the fichier unique.
2617
     *
2618
     * @return bool|null Returns the fichier unique.
2619
     */
2620
    public function getFichierUnique(): ?bool{
2621
        return $this->fichierUnique;
2622
    }
2623
2624
    /**
2625
     * Get the filtrer liste emp.
2626
     *
2627
     * @return int|null Returns the filtrer liste emp.
2628
     */
2629
    public function getFiltrerListeEmp(): ?int{
2630
        return $this->filtrerListeEmp;
2631
    }
2632
2633
    /**
2634
     * Get the fin periode das.
2635
     *
2636
     * @return DateTime|null Returns the fin periode das.
2637
     */
2638
    public function getFinPeriodeDas(): ?DateTime{
2639
        return $this->finPeriodeDas;
2640
    }
2641
2642
    /**
2643
     * Get the fin periode histo das.
2644
     *
2645
     * @return DateTime|null Returns the fin periode histo das.
2646
     */
2647
    public function getFinPeriodeHistoDas(): ?DateTime{
2648
        return $this->finPeriodeHistoDas;
2649
    }
2650
2651
    /**
2652
     * Get the flag traite.
2653
     *
2654
     * @return string|null Returns the flag traite.
2655
     */
2656
    public function getFlagTraite(): ?string{
2657
        return $this->flagTraite;
2658
    }
2659
2660
    /**
2661
     * Get the flag traite2.
2662
     *
2663
     * @return int|null Returns the flag traite2.
2664
     */
2665
    public function getFlagTraite2(): ?int{
2666
        return $this->flagTraite2;
2667
    }
2668
2669
    /**
2670
     * Get the flag traite3.
2671
     *
2672
     * @return int|null Returns the flag traite3.
2673
     */
2674
    public function getFlagTraite3(): ?int{
2675
        return $this->flagTraite3;
2676
    }
2677
2678
    /**
2679
     * Get the format fic virement.
2680
     *
2681
     * @return string|null Returns the format fic virement.
2682
     */
2683
    public function getFormatFicVirement(): ?string{
2684
        return $this->formatFicVirement;
2685
    }
2686
2687
    /**
2688
     * Get the gest num bulletin.
2689
     *
2690
     * @return bool|null Returns the gest num bulletin.
2691
     */
2692
    public function getGestNumBulletin(): ?bool{
2693
        return $this->gestNumBulletin;
2694
    }
2695
2696
    /**
2697
     * Get the gest repo compens.
2698
     *
2699
     * @return bool|null Returns the gest repo compens.
2700
     */
2701
    public function getGestRepoCompens(): ?bool{
2702
        return $this->gestRepoCompens;
2703
    }
2704
2705
    /**
2706
     * Get the gest texte.
2707
     *
2708
     * @return bool|null Returns the gest texte.
2709
     */
2710
    public function getGestTexte(): ?bool{
2711
        return $this->gestTexte;
2712
    }
2713
2714
    /**
2715
     * Get the gestion coeff.
2716
     *
2717
     * @return bool|null Returns the gestion coeff.
2718
     */
2719
    public function getGestionCoeff(): ?bool{
2720
        return $this->gestionCoeff;
2721
    }
2722
2723
    /**
2724
     * Get the gestion coeff grille.
2725
     *
2726
     * @return bool|null Returns the gestion coeff grille.
2727
     */
2728
    public function getGestionCoeffGrille(): ?bool{
2729
        return $this->gestionCoeffGrille;
2730
    }
2731
2732
    /**
2733
     * Get the gestion exemplaire.
2734
     *
2735
     * @return string|null Returns the gestion exemplaire.
2736
     */
2737
    public function getGestionExemplaire(): ?string{
2738
        return $this->gestionExemplaire;
2739
    }
2740
2741
    /**
2742
     * Get the gestion intemperie.
2743
     *
2744
     * @return bool|null Returns the gestion intemperie.
2745
     */
2746
    public function getGestionIntemperie(): ?bool{
2747
        return $this->gestionIntemperie;
2748
    }
2749
2750
    /**
2751
     * Get the gestion numero employe auto.
2752
     *
2753
     * @return bool|null Returns the gestion numero employe auto.
2754
     */
2755
    public function getGestionNumeroEmployeAuto(): ?bool{
2756
        return $this->gestionNumeroEmployeAuto;
2757
    }
2758
2759
    /**
2760
     * Get the gestion qpxl.
2761
     *
2762
     * @return bool|null Returns the gestion qpxl.
2763
     */
2764
    public function getGestionQpxl(): ?bool{
2765
        return $this->gestionQpxl;
2766
    }
2767
2768
    /**
2769
     * Get the gestion td bilaterale.
2770
     *
2771
     * @return bool|null Returns the gestion td bilaterale.
2772
     */
2773
    public function getGestionTdBilaterale(): ?bool{
2774
        return $this->gestionTdBilaterale;
2775
    }
2776
2777
    /**
2778
     * Get the gestion td sou dadsu.
2779
     *
2780
     * @return bool|null Returns the gestion td sou dadsu.
2781
     */
2782
    public function getGestionTdSouDadsu(): ?bool{
2783
        return $this->gestionTdSouDadsu;
2784
    }
2785
2786
    /**
2787
     * Get the groupe gi.
2788
     *
2789
     * @return string|null Returns the groupe gi.
2790
     */
2791
    public function getGroupeGi(): ?string{
2792
        return $this->groupeGi;
2793
    }
2794
2795
    /**
2796
     * Get the h bonif influ cassation.
2797
     *
2798
     * @return string|null Returns the h bonif influ cassation.
2799
     */
2800
    public function getHBonifInfluCassation(): ?string{
2801
        return $this->hBonifInfluCassation;
2802
    }
2803
2804
    /**
2805
     * Get the h sup1 structurelle.
2806
     *
2807
     * @return bool|null Returns the h sup1 structurelle.
2808
     */
2809
    public function getHSup1Structurelle(): ?bool{
2810
        return $this->hSup1Structurelle;
2811
    }
2812
2813
    /**
2814
     * Get the h sup2 structurelle.
2815
     *
2816
     * @return bool|null Returns the h sup2 structurelle.
2817
     */
2818
    public function getHSup2Structurelle(): ?bool{
2819
        return $this->hSup2Structurelle;
2820
    }
2821
2822
    /**
2823
     * Get the h sup3 structurelle.
2824
     *
2825
     * @return bool|null Returns the h sup3 structurelle.
2826
     */
2827
    public function getHSup3Structurelle(): ?bool{
2828
        return $this->hSup3Structurelle;
2829
    }
2830
2831
    /**
2832
     * Get the h sup4 structurelle.
2833
     *
2834
     * @return bool|null Returns the h sup4 structurelle.
2835
     */
2836
    public function getHSup4Structurelle(): ?bool{
2837
        return $this->hSup4Structurelle;
2838
    }
2839
2840
    /**
2841
     * Get the h sup5 structurelle.
2842
     *
2843
     * @return bool|null Returns the h sup5 structurelle.
2844
     */
2845
    public function getHSup5Structurelle(): ?bool{
2846
        return $this->hSup5Structurelle;
2847
    }
2848
2849
    /**
2850
     * Get the heure sup2 influ cassation.
2851
     *
2852
     * @return string|null Returns the heure sup2 influ cassation.
2853
     */
2854
    public function getHeureSup2InfluCassation(): ?string{
2855
        return $this->heureSup2InfluCassation;
2856
    }
2857
2858
    /**
2859
     * Get the heure sup3 influ cassation.
2860
     *
2861
     * @return string|null Returns the heure sup3 influ cassation.
2862
     */
2863
    public function getHeureSup3InfluCassation(): ?string{
2864
        return $this->heureSup3InfluCassation;
2865
    }
2866
2867
    /**
2868
     * Get the heure sup4 influ cassation.
2869
     *
2870
     * @return string|null Returns the heure sup4 influ cassation.
2871
     */
2872
    public function getHeureSup4InfluCassation(): ?string{
2873
        return $this->heureSup4InfluCassation;
2874
    }
2875
2876
    /**
2877
     * Get the heure sup5 influ cassation.
2878
     *
2879
     * @return string|null Returns the heure sup5 influ cassation.
2880
     */
2881
    public function getHeureSup5InfluCassation(): ?string{
2882
        return $this->heureSup5InfluCassation;
2883
    }
2884
2885
    /**
2886
     * Get the heure sup influ cassation.
2887
     *
2888
     * @return string|null Returns the heure sup influ cassation.
2889
     */
2890
    public function getHeureSupInfluCassation(): ?string{
2891
        return $this->heureSupInfluCassation;
2892
    }
2893
2894
    /**
2895
     * Get the heure theo base trav.
2896
     *
2897
     * @return string|null Returns the heure theo base trav.
2898
     */
2899
    public function getHeureTheoBaseTrav(): ?string{
2900
        return $this->heureTheoBaseTrav;
2901
    }
2902
2903
    /**
2904
     * Get the indem cp intervient brut al.
2905
     *
2906
     * @return bool|null Returns the indem cp intervient brut al.
2907
     */
2908
    public function getIndemCpIntervientBrutAl(): ?bool{
2909
        return $this->indemCpIntervientBrutAl;
2910
    }
2911
2912
    /**
2913
     * Get the jour debut transfert.
2914
     *
2915
     * @return int|null Returns the jour debut transfert.
2916
     */
2917
    public function getJourDebutTransfert(): ?int{
2918
        return $this->jourDebutTransfert;
2919
    }
2920
2921
    /**
2922
     * Get the jour fin transfert.
2923
     *
2924
     * @return int|null Returns the jour fin transfert.
2925
     */
2926
    public function getJourFinTransfert(): ?int{
2927
        return $this->jourFinTransfert;
2928
    }
2929
2930
    /**
2931
     * Get the jrn format.
2932
     *
2933
     * @return string|null Returns the jrn format.
2934
     */
2935
    public function getJrnFormat(): ?string{
2936
        return $this->jrnFormat;
2937
    }
2938
2939
    /**
2940
     * Get the jrn regroupe abs.
2941
     *
2942
     * @return bool|null Returns the jrn regroupe abs.
2943
     */
2944
    public function getJrnRegroupeAbs(): ?bool{
2945
        return $this->jrnRegroupeAbs;
2946
    }
2947
2948
    /**
2949
     * Get the jrn tri.
2950
     *
2951
     * @return string|null Returns the jrn tri.
2952
     */
2953
    public function getJrnTri(): ?string{
2954
        return $this->jrnTri;
2955
    }
2956
2957
    /**
2958
     * Get the jrn tri etablissement.
2959
     *
2960
     * @return string|null Returns the jrn tri etablissement.
2961
     */
2962
    public function getJrnTriEtablissement(): ?string{
2963
        return $this->jrnTriEtablissement;
2964
    }
2965
2966
    /**
2967
     * Get the jrn tri service.
2968
     *
2969
     * @return string|null Returns the jrn tri service.
2970
     */
2971
    public function getJrnTriService(): ?string{
2972
        return $this->jrnTriService;
2973
    }
2974
2975
    /**
2976
     * Get the jrn type.
2977
     *
2978
     * @return string|null Returns the jrn type.
2979
     */
2980
    public function getJrnType(): ?string{
2981
        return $this->jrnType;
2982
    }
2983
2984
    /**
2985
     * Get the liaison proprete.
2986
     *
2987
     * @return bool|null Returns the liaison proprete.
2988
     */
2989
    public function getLiaisonProprete(): ?bool{
2990
        return $this->liaisonProprete;
2991
    }
2992
2993
    /**
2994
     * Get the lib arbitrage.
2995
     *
2996
     * @return string|null Returns the lib arbitrage.
2997
     */
2998
    public function getLibArbitrage(): ?string{
2999
        return $this->libArbitrage;
3000
    }
3001
3002
    /**
3003
     * Get the lib bqcp.
3004
     *
3005
     * @return string|null Returns the lib bqcp.
3006
     */
3007
    public function getLibBqcp(): ?string{
3008
        return $this->libBqcp;
3009
    }
3010
3011
    /**
3012
     * Get the lib base conge.
3013
     *
3014
     * @return string|null Returns the lib base conge.
3015
     */
3016
    public function getLibBaseConge(): ?string{
3017
        return $this->libBaseConge;
3018
    }
3019
3020
    /**
3021
     * Get the lib cachet aem.
3022
     *
3023
     * @return string|null Returns the lib cachet aem.
3024
     */
3025
    public function getLibCachetAem(): ?string{
3026
        return $this->libCachetAem;
3027
    }
3028
3029
    /**
3030
     * Get the lib cotis cne.
3031
     *
3032
     * @return string|null Returns the lib cotis cne.
3033
     */
3034
    public function getLibCotisCne(): ?string{
3035
        return $this->libCotisCne;
3036
    }
3037
3038
    /**
3039
     * Get the lib fin contrat.
3040
     *
3041
     * @return string|null Returns the lib fin contrat.
3042
     */
3043
    public function getLibFinContrat(): ?string{
3044
        return $this->libFinContrat;
3045
    }
3046
3047
    /**
3048
     * Get the lib fin contrat cne.
3049
     *
3050
     * @return string|null Returns the lib fin contrat cne.
3051
     */
3052
    public function getLibFinContratCne(): ?string{
3053
        return $this->libFinContratCne;
3054
    }
3055
3056
    /**
3057
     * Get the lib indem cp.
3058
     *
3059
     * @return string|null Returns the lib indem cp.
3060
     */
3061
    public function getLibIndemCp(): ?string{
3062
        return $this->libIndemCp;
3063
    }
3064
3065
    /**
3066
     * Get the libelle libre virement.
3067
     *
3068
     * @return string|null Returns the libelle libre virement.
3069
     */
3070
    public function getLibelleLibreVirement(): ?string{
3071
        return $this->libelleLibreVirement;
3072
    }
3073
3074
    /**
3075
     * Get the ligne bul euro.
3076
     *
3077
     * @return bool|null Returns the ligne bul euro.
3078
     */
3079
    public function getLigneBulEuro(): ?bool{
3080
        return $this->ligneBulEuro;
3081
    }
3082
3083
    /**
3084
     * Get the lignes transport.
3085
     *
3086
     * @return bool|null Returns the lignes transport.
3087
     */
3088
    public function getLignesTransport(): ?bool{
3089
        return $this->lignesTransport;
3090
    }
3091
3092
    /**
3093
     * Get the mail bulletin.
3094
     *
3095
     * @return string|null Returns the mail bulletin.
3096
     */
3097
    public function getMailBulletin(): ?string{
3098
        return $this->mailBulletin;
3099
    }
3100
3101
    /**
3102
     * Get the mail bulletin cle.
3103
     *
3104
     * @return string|null Returns the mail bulletin cle.
3105
     */
3106
    public function getMailBulletinCle(): ?string{
3107
        return $this->mailBulletinCle;
3108
    }
3109
3110
    /**
3111
     * Get the mail bulletin pj.
3112
     *
3113
     * @return string|null Returns the mail bulletin pj.
3114
     */
3115
    public function getMailBulletinPj(): ?string{
3116
        return $this->mailBulletinPj;
3117
    }
3118
3119
    /**
3120
     * Get the mail c li ducs edi.
3121
     *
3122
     * @return bool|null Returns the mail c li ducs edi.
3123
     */
3124
    public function getMailCLiDucsEdi(): ?bool{
3125
        return $this->mailCLiDucsEdi;
3126
    }
3127
3128
    /**
3129
     * Get the mention cp.
3130
     *
3131
     * @return bool|null Returns the mention cp.
3132
     */
3133
    public function getMentionCp(): ?bool{
3134
        return $this->mentionCp;
3135
    }
3136
3137
    /**
3138
     * Get the message vu.
3139
     *
3140
     * @return bool|null Returns the message vu.
3141
     */
3142
    public function getMessageVu(): ?bool{
3143
        return $this->messageVu;
3144
    }
3145
3146
    /**
3147
     * Get the millesime1.
3148
     *
3149
     * @return int|null Returns the millesime1.
3150
     */
3151
    public function getMillesime1(): ?int{
3152
        return $this->millesime1;
3153
    }
3154
3155
    /**
3156
     * Get the mode planning.
3157
     *
3158
     * @return int|null Returns the mode planning.
3159
     */
3160
    public function getModePlanning(): ?int{
3161
        return $this->modePlanning;
3162
    }
3163
3164
    /**
3165
     * Get the modele apercu.
3166
     *
3167
     * @return string|null Returns the modele apercu.
3168
     */
3169
    public function getModeleApercu(): ?string{
3170
        return $this->modeleApercu;
3171
    }
3172
3173
    /**
3174
     * Get the modele bon bleu.
3175
     *
3176
     * @return string|null Returns the modele bon bleu.
3177
     */
3178
    public function getModeleBonBleu(): ?string{
3179
        return $this->modeleBonBleu;
3180
    }
3181
3182
    /**
3183
     * Get the modele bulletin.
3184
     *
3185
     * @return string|null Returns the modele bulletin.
3186
     */
3187
    public function getModeleBulletin(): ?string{
3188
        return $this->modeleBulletin;
3189
    }
3190
3191
    /**
3192
     * Get the modele certif.
3193
     *
3194
     * @return string|null Returns the modele certif.
3195
     */
3196
    public function getModeleCertif(): ?string{
3197
        return $this->modeleCertif;
3198
    }
3199
3200
    /**
3201
     * Get the modele certif trav.
3202
     *
3203
     * @return string|null Returns the modele certif trav.
3204
     */
3205
    public function getModeleCertifTrav(): ?string{
3206
        return $this->modeleCertifTrav;
3207
    }
3208
3209
    /**
3210
     * Get the modele cheque.
3211
     *
3212
     * @return string|null Returns the modele cheque.
3213
     */
3214
    public function getModeleCheque(): ?string{
3215
        return $this->modeleCheque;
3216
    }
3217
3218
    /**
3219
     * Get the mois cloture an.
3220
     *
3221
     * @return string|null Returns the mois cloture an.
3222
     */
3223
    public function getMoisClotureAn(): ?string{
3224
        return $this->moisClotureAn;
3225
    }
3226
3227
    /**
3228
     * Get the n attest aem.
3229
     *
3230
     * @return int|null Returns the n attest aem.
3231
     */
3232
    public function getNAttestAem(): ?int{
3233
        return $this->nAttestAem;
3234
    }
3235
3236
    /**
3237
     * Get the n attest aemedi.
3238
     *
3239
     * @return int|null Returns the n attest aemedi.
3240
     */
3241
    public function getNAttestAemedi(): ?int{
3242
        return $this->nAttestAemedi;
3243
    }
3244
3245
    /**
3246
     * Get the n attest aemx.
3247
     *
3248
     * @return int|null Returns the n attest aemx.
3249
     */
3250
    public function getNAttestAemx(): ?int{
3251
        return $this->nAttestAemx;
3252
    }
3253
3254
    /**
3255
     * Get the n attest assedic.
3256
     *
3257
     * @return int|null Returns the n attest assedic.
3258
     */
3259
    public function getNAttestAssedic(): ?int{
3260
        return $this->nAttestAssedic;
3261
    }
3262
3263
    /**
3264
     * Get the n attest extras.
3265
     *
3266
     * @return int|null Returns the n attest extras.
3267
     */
3268
    public function getNAttestExtras(): ?int{
3269
        return $this->nAttestExtras;
3270
    }
3271
3272
    /**
3273
     * Get the n attest ijss.
3274
     *
3275
     * @return int|null Returns the n attest ijss.
3276
     */
3277
    public function getNAttestIjss(): ?int{
3278
        return $this->nAttestIjss;
3279
    }
3280
3281
    /**
3282
     * Get the n attest ijss at.
3283
     *
3284
     * @return int|null Returns the n attest ijss at.
3285
     */
3286
    public function getNAttestIjssAt(): ?int{
3287
        return $this->nAttestIjssAt;
3288
    }
3289
3290
    /**
3291
     * Get the nce conges spectacles.
3292
     *
3293
     * @return int|null Returns the nce conges spectacles.
3294
     */
3295
    public function getNceCongesSpectacles(): ?int{
3296
        return $this->nceCongesSpectacles;
3297
    }
3298
3299
    /**
3300
     * Get the n der document.
3301
     *
3302
     * @return int|null Returns the n der document.
3303
     */
3304
    public function getNDerDocument(): ?int{
3305
        return $this->nDerDocument;
3306
    }
3307
3308
    /**
3309
     * Get the nap euro.
3310
     *
3311
     * @return bool|null Returns the nap euro.
3312
     */
3313
    public function getNapEuro(): ?bool{
3314
        return $this->napEuro;
3315
    }
3316
3317
    /**
3318
     * Get the nb exemplaire.
3319
     *
3320
     * @return string|null Returns the nb exemplaire.
3321
     */
3322
    public function getNbExemplaire(): ?string{
3323
        return $this->nbExemplaire;
3324
    }
3325
3326
    /**
3327
     * Get the nouv param retraite type.
3328
     *
3329
     * @return bool|null Returns the nouv param retraite type.
3330
     */
3331
    public function getNouvParamRetraiteType(): ?bool{
3332
        return $this->nouvParamRetraiteType;
3333
    }
3334
3335
    /**
3336
     * Get the options calc abs.
3337
     *
3338
     * @return bool|null Returns the options calc abs.
3339
     */
3340
    public function getOptionsCalcAbs(): ?bool{
3341
        return $this->optionsCalcAbs;
3342
    }
3343
3344
    /**
3345
     * Get the ordre libelle h sup.
3346
     *
3347
     * @return string|null Returns the ordre libelle h sup.
3348
     */
3349
    public function getOrdreLibelleHSup(): ?string{
3350
        return $this->ordreLibelleHSup;
3351
    }
3352
3353
    /**
3354
     * Get the paie euro.
3355
     *
3356
     * @return bool|null Returns the paie euro.
3357
     */
3358
    public function getPaieEuro(): ?bool{
3359
        return $this->paieEuro;
3360
    }
3361
3362
    /**
3363
     * Get the part sal seule.
3364
     *
3365
     * @return bool|null Returns the part sal seule.
3366
     */
3367
    public function getPartSalSeule(): ?bool{
3368
        return $this->partSalSeule;
3369
    }
3370
3371
    /**
3372
     * Get the pas gestion indice bul.
3373
     *
3374
     * @return bool|null Returns the pas gestion indice bul.
3375
     */
3376
    public function getPasGestionIndiceBul(): ?bool{
3377
        return $this->pasGestionIndiceBul;
3378
    }
3379
3380
    /**
3381
     * Get the pas prendre iccp fillon.
3382
     *
3383
     * @return bool|null Returns the pas prendre iccp fillon.
3384
     */
3385
    public function getPasPrendreIccpFillon(): ?bool{
3386
        return $this->pasPrendreIccpFillon;
3387
    }
3388
3389
    /**
3390
     * Get the pas sous tot s base.
3391
     *
3392
     * @return bool|null Returns the pas sous tot s base.
3393
     */
3394
    public function getPasSousTotSBase(): ?bool{
3395
        return $this->pasSousTotSBase;
3396
    }
3397
3398
    /**
3399
     * Get the passage35 h fait.
3400
     *
3401
     * @return bool|null Returns the passage35 h fait.
3402
     */
3403
    public function getPassage35HFait(): ?bool{
3404
        return $this->passage35HFait;
3405
    }
3406
3407
    /**
3408
     * Get the path virement.
3409
     *
3410
     * @return string|null Returns the path virement.
3411
     */
3412
    public function getPathVirement(): ?string{
3413
        return $this->pathVirement;
3414
    }
3415
3416
    /**
3417
     * Get the periode i paie.
3418
     *
3419
     * @return DateTime|null Returns the periode i paie.
3420
     */
3421
    public function getPeriodeIPaie(): ?DateTime{
3422
        return $this->periodeIPaie;
3423
    }
3424
3425
    /**
3426
     * Get the periode paie.
3427
     *
3428
     * @return DateTime|null Returns the periode paie.
3429
     */
3430
    public function getPeriodePaie(): ?DateTime{
3431
        return $this->periodePaie;
3432
    }
3433
3434
    /**
3435
     * Get the pj mail c li ducs edi.
3436
     *
3437
     * @return bool|null Returns the pj mail c li ducs edi.
3438
     */
3439
    public function getPjMailCLiDucsEdi(): ?bool{
3440
        return $this->pjMailCLiDucsEdi;
3441
    }
3442
3443
    /**
3444
     * Get the pj mail cli coupon paiement.
3445
     *
3446
     * @return bool|null Returns the pj mail cli coupon paiement.
3447
     */
3448
    public function getPjMailCliCouponPaiement(): ?bool{
3449
        return $this->pjMailCliCouponPaiement;
3450
    }
3451
3452
    /**
3453
     * Get the plafond.
3454
     *
3455
     * @return float|null Returns the plafond.
3456
     */
3457
    public function getPlafond(): ?float{
3458
        return $this->plafond;
3459
    }
3460
3461
    /**
3462
     * Get the porta frais sante certif trav.
3463
     *
3464
     * @return bool|null Returns the porta frais sante certif trav.
3465
     */
3466
    public function getPortaFraisSanteCertifTrav(): ?bool{
3467
        return $this->portaFraisSanteCertifTrav;
3468
    }
3469
3470
    /**
3471
     * Get the porta prevoyance oblig.
3472
     *
3473
     * @return bool|null Returns the porta prevoyance oblig.
3474
     */
3475
    public function getPortaPrevoyanceOblig(): ?bool{
3476
        return $this->portaPrevoyanceOblig;
3477
    }
3478
3479
    /**
3480
     * Get the preparation tdp.
3481
     *
3482
     * @return bool|null Returns the preparation tdp.
3483
     */
3484
    public function getPreparationTdp(): ?bool{
3485
        return $this->preparationTdp;
3486
    }
3487
3488
    /**
3489
     * Get the presence min.
3490
     *
3491
     * @return string|null Returns the presence min.
3492
     */
3493
    public function getPresenceMin(): ?string{
3494
        return $this->presenceMin;
3495
    }
3496
3497
    /**
3498
     * Get the prorata dif certif trav.
3499
     *
3500
     * @return bool|null Returns the prorata dif certif trav.
3501
     */
3502
    public function getProrataDifCertifTrav(): ?bool{
3503
        return $this->prorataDifCertifTrav;
3504
    }
3505
3506
    /**
3507
     * Get the rdlpascii.
3508
     *
3509
     * @return bool|null Returns the rdlpascii.
3510
     */
3511
    public function getRdlpascii(): ?bool{
3512
        return $this->rdlpascii;
3513
    }
3514
3515
    /**
3516
     * Get the rdlpemployes.
3517
     *
3518
     * @return bool|null Returns the rdlpemployes.
3519
     */
3520
    public function getRdlpemployes(): ?bool{
3521
        return $this->rdlpemployes;
3522
    }
3523
3524
    /**
3525
     * Get the raz commentaire.
3526
     *
3527
     * @return string|null Returns the raz commentaire.
3528
     */
3529
    public function getRazCommentaire(): ?string{
3530
        return $this->razCommentaire;
3531
    }
3532
3533
    /**
3534
     * Get the raz h sup.
3535
     *
3536
     * @return string|null Returns the raz h sup.
3537
     */
3538
    public function getRazHSup(): ?string{
3539
        return $this->razHSup;
3540
    }
3541
3542
    /**
3543
     * Get the ref remise.
3544
     *
3545
     * @return int|null Returns the ref remise.
3546
     */
3547
    public function getRefRemise(): ?int{
3548
        return $this->refRemise;
3549
    }
3550
3551
    /**
3552
     * Get the ref trans.
3553
     *
3554
     * @return int|null Returns the ref trans.
3555
     */
3556
    public function getRefTrans(): ?int{
3557
        return $this->refTrans;
3558
    }
3559
3560
    /**
3561
     * Get the reference interne virement.
3562
     *
3563
     * @return string|null Returns the reference interne virement.
3564
     */
3565
    public function getReferenceInterneVirement(): ?string{
3566
        return $this->referenceInterneVirement;
3567
    }
3568
3569
    /**
3570
     * Get the regroup lib ed bul.
3571
     *
3572
     * @return bool|null Returns the regroup lib ed bul.
3573
     */
3574
    public function getRegroupLibEdBul(): ?bool{
3575
        return $this->regroupLibEdBul;
3576
    }
3577
3578
    /**
3579
     * Get the report minimum.
3580
     *
3581
     * @return int|null Returns the report minimum.
3582
     */
3583
    public function getReportMinimum(): ?int{
3584
        return $this->reportMinimum;
3585
    }
3586
3587
    /**
3588
     * Get the retraite97.
3589
     *
3590
     * @return bool|null Returns the retraite97.
3591
     */
3592
    public function getRetraite97(): ?bool{
3593
        return $this->retraite97;
3594
    }
3595
3596
    /**
3597
     * Get the sais plan emp sem.
3598
     *
3599
     * @return string|null Returns the sais plan emp sem.
3600
     */
3601
    public function getSaisPlanEmpSem(): ?string{
3602
        return $this->saisPlanEmpSem;
3603
    }
3604
3605
    /**
3606
     * Get the saisie indice bul.
3607
     *
3608
     * @return bool|null Returns the saisie indice bul.
3609
     */
3610
    public function getSaisieIndiceBul(): ?bool{
3611
        return $this->saisieIndiceBul;
3612
    }
3613
3614
    /**
3615
     * Get the saut page.
3616
     *
3617
     * @return bool|null Returns the saut page.
3618
     */
3619
    public function getSautPage(): ?bool{
3620
        return $this->sautPage;
3621
    }
3622
3623
    /**
3624
     * Get the seuil.
3625
     *
3626
     * @return float|null Returns the seuil.
3627
     */
3628
    public function getSeuil(): ?float{
3629
        return $this->seuil;
3630
    }
3631
3632
    /**
3633
     * Get the seuil conting.
3634
     *
3635
     * @return float|null Returns the seuil conting.
3636
     */
3637
    public function getSeuilConting(): ?float{
3638
        return $this->seuilConting;
3639
    }
3640
3641
    /**
3642
     * Get the stc auto.
3643
     *
3644
     * @return bool|null Returns the stc auto.
3645
     */
3646
    public function getStcAuto(): ?bool{
3647
        return $this->stcAuto;
3648
    }
3649
3650
    /**
3651
     * Get the tab bord tri etablissement.
3652
     *
3653
     * @return bool|null Returns the tab bord tri etablissement.
3654
     */
3655
    public function getTabBordTriEtablissement(): ?bool{
3656
        return $this->tabBordTriEtablissement;
3657
    }
3658
3659
    /**
3660
     * Get the tab bord tri service.
3661
     *
3662
     * @return bool|null Returns the tab bord tri service.
3663
     */
3664
    public function getTabBordTriService(): ?bool{
3665
        return $this->tabBordTriService;
3666
    }
3667
3668
    /**
3669
     * Get the tableau charge.
3670
     *
3671
     * @return string|null Returns the tableau charge.
3672
     */
3673
    public function getTableauCharge(): ?string{
3674
        return $this->tableauCharge;
3675
    }
3676
3677
    /**
3678
     * Get the tds annee.
3679
     *
3680
     * @return int|null Returns the tds annee.
3681
     */
3682
    public function getTdsAnnee(): ?int{
3683
        return $this->tdsAnnee;
3684
    }
3685
3686
    /**
3687
     * Get the tds euro.
3688
     *
3689
     * @return bool|null Returns the tds euro.
3690
     */
3691
    public function getTdsEuro(): ?bool{
3692
        return $this->tdsEuro;
3693
    }
3694
3695
    /**
3696
     * Get the tot gene isole.
3697
     *
3698
     * @return string|null Returns the tot gene isole.
3699
     */
3700
    public function getTotGeneIsole(): ?string{
3701
        return $this->totGeneIsole;
3702
    }
3703
3704
    /**
3705
     * Get the tot service isole.
3706
     *
3707
     * @return string|null Returns the tot service isole.
3708
     */
3709
    public function getTotServiceIsole(): ?string{
3710
        return $this->totServiceIsole;
3711
    }
3712
3713
    /**
3714
     * Get the total etab isole.
3715
     *
3716
     * @return string|null Returns the total etab isole.
3717
     */
3718
    public function getTotalEtabIsole(): ?string{
3719
        return $this->totalEtabIsole;
3720
    }
3721
3722
    /**
3723
     * Get the trans rupture.
3724
     *
3725
     * @return string|null Returns the trans rupture.
3726
     */
3727
    public function getTransRupture(): ?string{
3728
        return $this->transRupture;
3729
    }
3730
3731
    /**
3732
     * Get the trans tri etablissement.
3733
     *
3734
     * @return string|null Returns the trans tri etablissement.
3735
     */
3736
    public function getTransTriEtablissement(): ?string{
3737
        return $this->transTriEtablissement;
3738
    }
3739
3740
    /**
3741
     * Get the transfert tds emp.
3742
     *
3743
     * @return bool|null Returns the transfert tds emp.
3744
     */
3745
    public function getTransfertTdsEmp(): ?bool{
3746
        return $this->transfertTdsEmp;
3747
    }
3748
3749
    /**
3750
     * Get the tri employe.
3751
     *
3752
     * @return string|null Returns the tri employe.
3753
     */
3754
    public function getTriEmploye(): ?string{
3755
        return $this->triEmploye;
3756
    }
3757
3758
    /**
3759
     * Get the tx sal decote.
3760
     *
3761
     * @return float|null Returns the tx sal decote.
3762
     */
3763
    public function getTxSalDecote(): ?float{
3764
        return $this->txSalDecote;
3765
    }
3766
3767
    /**
3768
     * Get the type abs sans solde.
3769
     *
3770
     * @return string|null Returns the type abs sans solde.
3771
     */
3772
    public function getTypeAbsSansSolde(): ?string{
3773
        return $this->typeAbsSansSolde;
3774
    }
3775
3776
    /**
3777
     * Get the type agrement aem.
3778
     *
3779
     * @return string|null Returns the type agrement aem.
3780
     */
3781
    public function getTypeAgrementAem(): ?string{
3782
        return $this->typeAgrementAem;
3783
    }
3784
3785
    /**
3786
     * Get the type bordereau prepa.
3787
     *
3788
     * @return string|null Returns the type bordereau prepa.
3789
     */
3790
    public function getTypeBordereauPrepa(): ?string{
3791
        return $this->typeBordereauPrepa;
3792
    }
3793
3794
    /**
3795
     * Get the type bulletin.
3796
     *
3797
     * @return string|null Returns the type bulletin.
3798
     */
3799
    public function getTypeBulletin(): ?string{
3800
        return $this->typeBulletin;
3801
    }
3802
3803
    /**
3804
     * Get the type due.
3805
     *
3806
     * @return string|null Returns the type due.
3807
     */
3808
    public function getTypeDue(): ?string{
3809
        return $this->typeDue;
3810
    }
3811
3812
    /**
3813
     * Get the type dossier.
3814
     *
3815
     * @return string|null Returns the type dossier.
3816
     */
3817
    public function getTypeDossier(): ?string{
3818
        return $this->typeDossier;
3819
    }
3820
3821
    /**
3822
     * Get the type effectif.
3823
     *
3824
     * @return string|null Returns the type effectif.
3825
     */
3826
    public function getTypeEffectif(): ?string{
3827
        return $this->typeEffectif;
3828
    }
3829
3830
    /**
3831
     * Get the type fich bilat.
3832
     *
3833
     * @return string|null Returns the type fich bilat.
3834
     */
3835
    public function getTypeFichBilat(): ?string{
3836
        return $this->typeFichBilat;
3837
    }
3838
3839
    /**
3840
     * Get the type gestion bal.
3841
     *
3842
     * @return string|null Returns the type gestion bal.
3843
     */
3844
    public function getTypeGestionBal(): ?string{
3845
        return $this->typeGestionBal;
3846
    }
3847
3848
    /**
3849
     * Get the type modele.
3850
     *
3851
     * @return string|null Returns the type modele.
3852
     */
3853
    public function getTypeModele(): ?string{
3854
        return $this->typeModele;
3855
    }
3856
3857
    /**
3858
     * Get the type prep dadsu.
3859
     *
3860
     * @return string|null Returns the type prep dadsu.
3861
     */
3862
    public function getTypePrepDadsu(): ?string{
3863
        return $this->typePrepDadsu;
3864
    }
3865
3866
    /**
3867
     * Get the type saisie abs.
3868
     *
3869
     * @return string|null Returns the type saisie abs.
3870
     */
3871
    public function getTypeSaisieAbs(): ?string{
3872
        return $this->typeSaisieAbs;
3873
    }
3874
3875
    /**
3876
     * Get the type saisie absence.
3877
     *
3878
     * @return string|null Returns the type saisie absence.
3879
     */
3880
    public function getTypeSaisieAbsence(): ?string{
3881
        return $this->typeSaisieAbsence;
3882
    }
3883
3884
    /**
3885
     * Get the type stc.
3886
     *
3887
     * @return string|null Returns the type stc.
3888
     */
3889
    public function getTypeStc(): ?string{
3890
        return $this->typeStc;
3891
    }
3892
3893
    /**
3894
     * Get the type taux intemperie.
3895
     *
3896
     * @return string|null Returns the type taux intemperie.
3897
     */
3898
    public function getTypeTauxIntemperie(): ?string{
3899
        return $this->typeTauxIntemperie;
3900
    }
3901
3902
    /**
3903
     * Get the type tri.
3904
     *
3905
     * @return string|null Returns the type tri.
3906
     */
3907
    public function getTypeTri(): ?string{
3908
        return $this->typeTri;
3909
    }
3910
3911
    /**
3912
     * Get the type virement.
3913
     *
3914
     * @return string|null Returns the type virement.
3915
     */
3916
    public function getTypeVirement(): ?string{
3917
        return $this->typeVirement;
3918
    }
3919
3920
    /**
3921
     * Get the type visu col saisie bul.
3922
     *
3923
     * @return string|null Returns the type visu col saisie bul.
3924
     */
3925
    public function getTypeVisuColSaisieBul(): ?string{
3926
        return $this->typeVisuColSaisieBul;
3927
    }
3928
3929
    /**
3930
     * Get the utilise pdp quadra.
3931
     *
3932
     * @return bool|null Returns the utilise pdp quadra.
3933
     */
3934
    public function getUtilisePdpQuadra(): ?bool{
3935
        return $this->utilisePdpQuadra;
3936
    }
3937
3938
    /**
3939
     * Get the utilise pdp quadra2.
3940
     *
3941
     * @return bool|null Returns the utilise pdp quadra2.
3942
     */
3943
    public function getUtilisePdpQuadra2(): ?bool{
3944
        return $this->utilisePdpQuadra2;
3945
    }
3946
3947
    /**
3948
     * Get the val cp bulletin.
3949
     *
3950
     * @return bool|null Returns the val cp bulletin.
3951
     */
3952
    public function getValCpBulletin(): ?bool{
3953
        return $this->valCpBulletin;
3954
    }
3955
3956
    /**
3957
     * Get the val filtre liste emp.
3958
     *
3959
     * @return int|null Returns the val filtre liste emp.
3960
     */
3961
    public function getValFiltreListeEmp(): ?int{
3962
        return $this->valFiltreListeEmp;
3963
    }
3964
3965
    /**
3966
     * Get the version controle dadsu.
3967
     *
3968
     * @return int|null Returns the version controle dadsu.
3969
     */
3970
    public function getVersionControleDadsu(): ?int{
3971
        return $this->versionControleDadsu;
3972
    }
3973
3974
    /**
3975
     * Get the vir code etab.
3976
     *
3977
     * @return string|null Returns the vir code etab.
3978
     */
3979
    public function getVirCodeEtab(): ?string{
3980
        return $this->virCodeEtab;
3981
    }
3982
3983
    /**
3984
     * Get the vir collectivite.
3985
     *
3986
     * @return string|null Returns the vir collectivite.
3987
     */
3988
    public function getVirCollectivite(): ?string{
3989
        return $this->virCollectivite;
3990
    }
3991
3992
    /**
3993
     * Get the vir comptable centre.
3994
     *
3995
     * @return string|null Returns the vir comptable centre.
3996
     */
3997
    public function getVirComptableCentre(): ?string{
3998
        return $this->virComptableCentre;
3999
    }
4000
4001
    /**
4002
     * Get the vir comptable sub.
4003
     *
4004
     * @return string|null Returns the vir comptable sub.
4005
     */
4006
    public function getVirComptableSub(): ?string{
4007
        return $this->virComptableSub;
4008
    }
4009
4010
    /**
4011
     * Get the vir fonction publique.
4012
     *
4013
     * @return bool|null Returns the vir fonction publique.
4014
     */
4015
    public function getVirFonctionPublique(): ?bool{
4016
        return $this->virFonctionPublique;
4017
    }
4018
4019
    /**
4020
     * Get the vir seuil.
4021
     *
4022
     * @return float|null Returns the vir seuil.
4023
     */
4024
    public function getVirSeuil(): ?float{
4025
        return $this->virSeuil;
4026
    }
4027
4028
    /**
4029
     * Get the vir type etab.
4030
     *
4031
     * @return string|null Returns the vir type etab.
4032
     */
4033
    public function getVirTypeEtab(): ?string{
4034
        return $this->virTypeEtab;
4035
    }
4036
4037
    /**
4038
     * Get the virement cr lf.
4039
     *
4040
     * @return bool|null Returns the virement cr lf.
4041
     */
4042
    public function getVirementCrLf(): ?bool{
4043
        return $this->virementCrLf;
4044
    }
4045
4046
    /**
4047
     * Get the virements euro.
4048
     *
4049
     * @return string|null Returns the virements euro.
4050
     */
4051
    public function getVirementsEuro(): ?string{
4052
        return $this->virementsEuro;
4053
    }
4054
4055
    /**
4056
     * Get the web prioritaire.
4057
     *
4058
     * @return bool|null Returns the web prioritaire.
4059
     */
4060
    public function getWebPrioritaire(): ?bool{
4061
        return $this->webPrioritaire;
4062
    }
4063
4064
    /**
4065
     * Set the absence extra.
4066
     *
4067
     * @param string|null $absenceExtra The absence extra.
4068
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4069
     */
4070
    public function setAbsenceExtra(?string $absenceExtra): ConstantesEntreprise {
4071
        $this->absenceExtra = $absenceExtra;
4072
        return $this;
4073
    }
4074
4075
    /**
4076
     * Set the activer pointage qws.
4077
     *
4078
     * @param bool|null $activerPointageQws The activer pointage qws.
4079
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4080
     */
4081
    public function setActiverPointageQws(?bool $activerPointageQws): ConstantesEntreprise {
4082
        $this->activerPointageQws = $activerPointageQws;
4083
        return $this;
4084
    }
4085
4086
    /**
4087
     * Set the adhesion tds norme.
4088
     *
4089
     * @param string|null $adhesionTdsNorme The adhesion tds norme.
4090
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4091
     */
4092
    public function setAdhesionTdsNorme(?string $adhesionTdsNorme): ConstantesEntreprise {
4093
        $this->adhesionTdsNorme = $adhesionTdsNorme;
4094
        return $this;
4095
    }
4096
4097
    /**
4098
     * Set the affaire.
4099
     *
4100
     * @param string|null $affaire The affaire.
4101
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4102
     */
4103
    public function setAffaire(?string $affaire): ConstantesEntreprise {
4104
        $this->affaire = $affaire;
4105
        return $this;
4106
    }
4107
4108
    /**
4109
     * Set the affectation taux27.
4110
     *
4111
     * @param bool|null $affectationTaux27 The affectation taux27.
4112
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4113
     */
4114
    public function setAffectationTaux27(?bool $affectationTaux27): ConstantesEntreprise {
4115
        $this->affectationTaux27 = $affectationTaux27;
4116
        return $this;
4117
    }
4118
4119
    /**
4120
     * Set the analytique employe.
4121
     *
4122
     * @param bool|null $analytiqueEmploye The analytique employe.
4123
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4124
     */
4125
    public function setAnalytiqueEmploye(?bool $analytiqueEmploye): ConstantesEntreprise {
4126
        $this->analytiqueEmploye = $analytiqueEmploye;
4127
        return $this;
4128
    }
4129
4130
    /**
4131
     * Set the arbitrage auto.
4132
     *
4133
     * @param string|null $arbitrageAuto The arbitrage auto.
4134
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4135
     */
4136
    public function setArbitrageAuto(?string $arbitrageAuto): ConstantesEntreprise {
4137
        $this->arbitrageAuto = $arbitrageAuto;
4138
        return $this;
4139
    }
4140
4141
    /**
4142
     * Set the archivage actif.
4143
     *
4144
     * @param bool|null $archivageActif The archivage actif.
4145
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4146
     */
4147
    public function setArchivageActif(?bool $archivageActif): ConstantesEntreprise {
4148
        $this->archivageActif = $archivageActif;
4149
        return $this;
4150
    }
4151
4152
    /**
4153
     * Set the attest auto.
4154
     *
4155
     * @param bool|null $attestAuto The attest auto.
4156
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4157
     */
4158
    public function setAttestAuto(?bool $attestAuto): ConstantesEntreprise {
4159
        $this->attestAuto = $attestAuto;
4160
        return $this;
4161
    }
4162
4163
    /**
4164
     * Set the beneficie cice.
4165
     *
4166
     * @param bool|null $beneficieCice The beneficie cice.
4167
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4168
     */
4169
    public function setBeneficieCice(?bool $beneficieCice): ConstantesEntreprise {
4170
        $this->beneficieCice = $beneficieCice;
4171
        return $this;
4172
    }
4173
4174
    /**
4175
     * Set the brut al sal min conv.
4176
     *
4177
     * @param bool|null $brutAlSalMinConv The brut al sal min conv.
4178
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4179
     */
4180
    public function setBrutAlSalMinConv(?bool $brutAlSalMinConv): ConstantesEntreprise {
4181
        $this->brutAlSalMinConv = $brutAlSalMinConv;
4182
        return $this;
4183
    }
4184
4185
    /**
4186
     * Set the cice pj mail cli ducs edi.
4187
     *
4188
     * @param bool|null $cicePjMailCliDucsEdi The cice pj mail cli ducs edi.
4189
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4190
     */
4191
    public function setCicePjMailCliDucsEdi(?bool $cicePjMailCliDucsEdi): ConstantesEntreprise {
4192
        $this->cicePjMailCliDucsEdi = $cicePjMailCliDucsEdi;
4193
        return $this;
4194
    }
4195
4196
    /**
4197
     * Set the calcul auto h theorique.
4198
     *
4199
     * @param bool|null $calculAutoHTheorique The calcul auto h theorique.
4200
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4201
     */
4202
    public function setCalculAutoHTheorique(?bool $calculAutoHTheorique): ConstantesEntreprise {
4203
        $this->calculAutoHTheorique = $calculAutoHTheorique;
4204
        return $this;
4205
    }
4206
4207
    /**
4208
     * Set the certif auto.
4209
     *
4210
     * @param bool|null $certifAuto The certif auto.
4211
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4212
     */
4213
    public function setCertifAuto(?bool $certifAuto): ConstantesEntreprise {
4214
        $this->certifAuto = $certifAuto;
4215
        return $this;
4216
    }
4217
4218
    /**
4219
     * Set the cheques euro.
4220
     *
4221
     * @param string|null $chequesEuro The cheques euro.
4222
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4223
     */
4224
    public function setChequesEuro(?string $chequesEuro): ConstantesEntreprise {
4225
        $this->chequesEuro = $chequesEuro;
4226
        return $this;
4227
    }
4228
4229
    /**
4230
     * Set the choix edition cheque tc.
4231
     *
4232
     * @param bool|null $choixEditionChequeTc The choix edition cheque tc.
4233
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4234
     */
4235
    public function setChoixEditionChequeTc(?bool $choixEditionChequeTc): ConstantesEntreprise {
4236
        $this->choixEditionChequeTc = $choixEditionChequeTc;
4237
        return $this;
4238
    }
4239
4240
    /**
4241
     * Set the cle acces1.
4242
     *
4243
     * @param string|null $cleAcces1 The cle acces1.
4244
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4245
     */
4246
    public function setCleAcces1(?string $cleAcces1): ConstantesEntreprise {
4247
        $this->cleAcces1 = $cleAcces1;
4248
        return $this;
4249
    }
4250
4251
    /**
4252
     * Set the cle portable.
4253
     *
4254
     * @param string|null $clePortable The cle portable.
4255
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4256
     */
4257
    public function setClePortable(?string $clePortable): ConstantesEntreprise {
4258
        $this->clePortable = $clePortable;
4259
        return $this;
4260
    }
4261
4262
    /**
4263
     * Set the code org btpdadsu.
4264
     *
4265
     * @param string|null $codeOrgBtpdadsu The code org btpdadsu.
4266
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4267
     */
4268
    public function setCodeOrgBtpdadsu(?string $codeOrgBtpdadsu): ConstantesEntreprise {
4269
        $this->codeOrgBtpdadsu = $codeOrgBtpdadsu;
4270
        return $this;
4271
    }
4272
4273
    /**
4274
     * Set the collaborateuri paie.
4275
     *
4276
     * @param string|null $collaborateuriPaie The collaborateuri paie.
4277
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4278
     */
4279
    public function setCollaborateuriPaie(?string $collaborateuriPaie): ConstantesEntreprise {
4280
        $this->collaborateuriPaie = $collaborateuriPaie;
4281
        return $this;
4282
    }
4283
4284
    /**
4285
     * Set the compression.
4286
     *
4287
     * @param bool|null $compression The compression.
4288
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4289
     */
4290
    public function setCompression(?bool $compression): ConstantesEntreprise {
4291
        $this->compression = $compression;
4292
        return $this;
4293
    }
4294
4295
    /**
4296
     * Set the compte gain euro.
4297
     *
4298
     * @param string|null $compteGainEuro The compte gain euro.
4299
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4300
     */
4301
    public function setCompteGainEuro(?string $compteGainEuro): ConstantesEntreprise {
4302
        $this->compteGainEuro = $compteGainEuro;
4303
        return $this;
4304
    }
4305
4306
    /**
4307
     * Set the compte perte euro.
4308
     *
4309
     * @param string|null $comptePerteEuro The compte perte euro.
4310
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4311
     */
4312
    public function setComptePerteEuro(?string $comptePerteEuro): ConstantesEntreprise {
4313
        $this->comptePerteEuro = $comptePerteEuro;
4314
        return $this;
4315
    }
4316
4317
    /**
4318
     * Set the cpta elit euros.
4319
     *
4320
     * @param bool|null $cptaElitEuros The cpta elit euros.
4321
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4322
     */
4323
    public function setCptaElitEuros(?bool $cptaElitEuros): ConstantesEntreprise {
4324
        $this->cptaElitEuros = $cptaElitEuros;
4325
        return $this;
4326
    }
4327
4328
    /**
4329
     * Set the ctrl auto cp.
4330
     *
4331
     * @param bool|null $ctrlAutoCp The ctrl auto cp.
4332
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4333
     */
4334
    public function setCtrlAutoCp(?bool $ctrlAutoCp): ConstantesEntreprise {
4335
        $this->ctrlAutoCp = $ctrlAutoCp;
4336
        return $this;
4337
    }
4338
4339
    /**
4340
     * Set the ctrl auto cp anticip.
4341
     *
4342
     * @param bool|null $ctrlAutoCpAnticip The ctrl auto cp anticip.
4343
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4344
     */
4345
    public function setCtrlAutoCpAnticip(?bool $ctrlAutoCpAnticip): ConstantesEntreprise {
4346
        $this->ctrlAutoCpAnticip = $ctrlAutoCpAnticip;
4347
        return $this;
4348
    }
4349
4350
    /**
4351
     * Set the ctrl taux base.
4352
     *
4353
     * @param bool|null $ctrlTauxBase The ctrl taux base.
4354
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4355
     */
4356
    public function setCtrlTauxBase(?bool $ctrlTauxBase): ConstantesEntreprise {
4357
        $this->ctrlTauxBase = $ctrlTauxBase;
4358
        return $this;
4359
    }
4360
4361
    /**
4362
     * Set the dads dernier choix gestion aen.
4363
     *
4364
     * @param string|null $dadsDernierChoixGestionAen The dads dernier choix gestion aen.
4365
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4366
     */
4367
    public function setDadsDernierChoixGestionAen(?string $dadsDernierChoixGestionAen): ConstantesEntreprise {
4368
        $this->dadsDernierChoixGestionAen = $dadsDernierChoixGestionAen;
4369
        return $this;
4370
    }
4371
4372
    /**
4373
     * Set the dads type gestion aen.
4374
     *
4375
     * @param string|null $dadsTypeGestionAen The dads type gestion aen.
4376
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4377
     */
4378
    public function setDadsTypeGestionAen(?string $dadsTypeGestionAen): ConstantesEntreprise {
4379
        $this->dadsTypeGestionAen = $dadsTypeGestionAen;
4380
        return $this;
4381
    }
4382
4383
    /**
4384
     * Set the dadsu num agr ansp.
4385
     *
4386
     * @param string|null $dadsuNumAgrAnsp The dadsu num agr ansp.
4387
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4388
     */
4389
    public function setDadsuNumAgrAnsp(?string $dadsuNumAgrAnsp): ConstantesEntreprise {
4390
        $this->dadsuNumAgrAnsp = $dadsuNumAgrAnsp;
4391
        return $this;
4392
    }
4393
4394
    /**
4395
     * Set the dadsu ref dec.
4396
     *
4397
     * @param string|null $dadsuRefDec The dadsu ref dec.
4398
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4399
     */
4400
    public function setDadsuRefDec(?string $dadsuRefDec): ConstantesEntreprise {
4401
        $this->dadsuRefDec = $dadsuRefDec;
4402
        return $this;
4403
    }
4404
4405
    /**
4406
     * Set the das type decl.
4407
     *
4408
     * @param string|null $dasTypeDecl The das type decl.
4409
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4410
     */
4411
    public function setDasTypeDecl(?string $dasTypeDecl): ConstantesEntreprise {
4412
        $this->dasTypeDecl = $dasTypeDecl;
4413
        return $this;
4414
    }
4415
4416
    /**
4417
     * Set the das type decl detail.
4418
     *
4419
     * @param string|null $dasTypeDeclDetail The das type decl detail.
4420
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4421
     */
4422
    public function setDasTypeDeclDetail(?string $dasTypeDeclDetail): ConstantesEntreprise {
4423
        $this->dasTypeDeclDetail = $dasTypeDeclDetail;
4424
        return $this;
4425
    }
4426
4427
    /**
4428
     * Set the date dp.
4429
     *
4430
     * @param DateTime|null $dateDp The date dp.
4431
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4432
     */
4433
    public function setDateDp(?DateTime $dateDp): ConstantesEntreprise {
4434
        $this->dateDp = $dateDp;
4435
        return $this;
4436
    }
4437
4438
    /**
4439
     * Set the debut periode das.
4440
     *
4441
     * @param DateTime|null $debutPeriodeDas The debut periode das.
4442
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4443
     */
4444
    public function setDebutPeriodeDas(?DateTime $debutPeriodeDas): ConstantesEntreprise {
4445
        $this->debutPeriodeDas = $debutPeriodeDas;
4446
        return $this;
4447
    }
4448
4449
    /**
4450
     * Set the debut periode histo das.
4451
     *
4452
     * @param DateTime|null $debutPeriodeHistoDas The debut periode histo das.
4453
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4454
     */
4455
    public function setDebutPeriodeHistoDas(?DateTime $debutPeriodeHistoDas): ConstantesEntreprise {
4456
        $this->debutPeriodeHistoDas = $debutPeriodeHistoDas;
4457
        return $this;
4458
    }
4459
4460
    /**
4461
     * Set the deduction h sup fillon.
4462
     *
4463
     * @param bool|null $deductionHSupFillon The deduction h sup fillon.
4464
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4465
     */
4466
    public function setDeductionHSupFillon(?bool $deductionHSupFillon): ConstantesEntreprise {
4467
        $this->deductionHSupFillon = $deductionHSupFillon;
4468
        return $this;
4469
    }
4470
4471
    /**
4472
     * Set the deduire h sup non structurelle.
4473
     *
4474
     * @param bool|null $deduireHSupNonStructurelle The deduire h sup non structurelle.
4475
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4476
     */
4477
    public function setDeduireHSupNonStructurelle(?bool $deduireHSupNonStructurelle): ConstantesEntreprise {
4478
        $this->deduireHSupNonStructurelle = $deduireHSupNonStructurelle;
4479
        return $this;
4480
    }
4481
4482
    /**
4483
     * Set the dernier indice bul.
4484
     *
4485
     * @param int|null $dernierIndiceBul The dernier indice bul.
4486
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4487
     */
4488
    public function setDernierIndiceBul(?int $dernierIndiceBul): ConstantesEntreprise {
4489
        $this->dernierIndiceBul = $dernierIndiceBul;
4490
        return $this;
4491
    }
4492
4493
    /**
4494
     * Set the dest point irc.
4495
     *
4496
     * @param string|null $destPointIrc The dest point irc.
4497
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4498
     */
4499
    public function setDestPointIrc(?string $destPointIrc): ConstantesEntreprise {
4500
        $this->destPointIrc = $destPointIrc;
4501
        return $this;
4502
    }
4503
4504
    /**
4505
     * Set the dest tri point.
4506
     *
4507
     * @param string|null $destTriPoint The dest tri point.
4508
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4509
     */
4510
    public function setDestTriPoint(?string $destTriPoint): ConstantesEntreprise {
4511
        $this->destTriPoint = $destTriPoint;
4512
        return $this;
4513
    }
4514
4515
    /**
4516
     * Set the dossier proprete.
4517
     *
4518
     * @param string|null $dossierProprete The dossier proprete.
4519
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4520
     */
4521
    public function setDossierProprete(?string $dossierProprete): ConstantesEntreprise {
4522
        $this->dossierProprete = $dossierProprete;
4523
        return $this;
4524
    }
4525
4526
    /**
4527
     * Set the dossier sur web.
4528
     *
4529
     * @param bool|null $dossierSurWeb The dossier sur web.
4530
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4531
     */
4532
    public function setDossierSurWeb(?bool $dossierSurWeb): ConstantesEntreprise {
4533
        $this->dossierSurWeb = $dossierSurWeb;
4534
        return $this;
4535
    }
4536
4537
    /**
4538
     * Set the ds code collab.
4539
     *
4540
     * @param string|null $dsCodeCollab The ds code collab.
4541
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4542
     */
4543
    public function setDsCodeCollab(?string $dsCodeCollab): ConstantesEntreprise {
4544
        $this->dsCodeCollab = $dsCodeCollab;
4545
        return $this;
4546
    }
4547
4548
    /**
4549
     * Set the ds date retour.
4550
     *
4551
     * @param DateTime|null $dsDateRetour The ds date retour.
4552
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4553
     */
4554
    public function setDsDateRetour(?DateTime $dsDateRetour): ConstantesEntreprise {
4555
        $this->dsDateRetour = $dsDateRetour;
4556
        return $this;
4557
    }
4558
4559
    /**
4560
     * Set the ds date sortie.
4561
     *
4562
     * @param DateTime|null $dsDateSortie The ds date sortie.
4563
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4564
     */
4565
    public function setDsDateSortie(?DateTime $dsDateSortie): ConstantesEntreprise {
4566
        $this->dsDateSortie = $dsDateSortie;
4567
        return $this;
4568
    }
4569
4570
    /**
4571
     * Set the ds fusion.
4572
     *
4573
     * @param string|null $dsFusion The ds fusion.
4574
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4575
     */
4576
    public function setDsFusion(?string $dsFusion): ConstantesEntreprise {
4577
        $this->dsFusion = $dsFusion;
4578
        return $this;
4579
    }
4580
4581
    /**
4582
     * Set the ds type edition.
4583
     *
4584
     * @param string|null $dsTypeEdition The ds type edition.
4585
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4586
     */
4587
    public function setDsTypeEdition(?string $dsTypeEdition): ConstantesEntreprise {
4588
        $this->dsTypeEdition = $dsTypeEdition;
4589
        return $this;
4590
    }
4591
4592
    /**
4593
     * Set the dt debut periode.
4594
     *
4595
     * @param DateTime|null $dtDebutPeriode The dt debut periode.
4596
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4597
     */
4598
    public function setDtDebutPeriode(?DateTime $dtDebutPeriode): ConstantesEntreprise {
4599
        $this->dtDebutPeriode = $dtDebutPeriode;
4600
        return $this;
4601
    }
4602
4603
    /**
4604
     * Set the dt fin periode.
4605
     *
4606
     * @param DateTime|null $dtFinPeriode The dt fin periode.
4607
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4608
     */
4609
    public function setDtFinPeriode(?DateTime $dtFinPeriode): ConstantesEntreprise {
4610
        $this->dtFinPeriode = $dtFinPeriode;
4611
        return $this;
4612
    }
4613
4614
    /**
4615
     * Set the ducs franc euro.
4616
     *
4617
     * @param string|null $ducsFrancEuro The ducs franc euro.
4618
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4619
     */
4620
    public function setDucsFrancEuro(?string $ducsFrancEuro): ConstantesEntreprise {
4621
        $this->ducsFrancEuro = $ducsFrancEuro;
4622
        return $this;
4623
    }
4624
4625
    /**
4626
     * Set the ecr type.
4627
     *
4628
     * @param string|null $ecrType The ecr type.
4629
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4630
     */
4631
    public function setEcrType(?string $ecrType): ConstantesEntreprise {
4632
        $this->ecrType = $ecrType;
4633
        return $this;
4634
    }
4635
4636
    /**
4637
     * Set the ed bord choix modele.
4638
     *
4639
     * @param string|null $edBordChoixModele The ed bord choix modele.
4640
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4641
     */
4642
    public function setEdBordChoixModele(?string $edBordChoixModele): ConstantesEntreprise {
4643
        $this->edBordChoixModele = $edBordChoixModele;
4644
        return $this;
4645
    }
4646
4647
    /**
4648
     * Set the ed bord rupture emp.
4649
     *
4650
     * @param bool|null $edBordRuptureEmp The ed bord rupture emp.
4651
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4652
     */
4653
    public function setEdBordRuptureEmp(?bool $edBordRuptureEmp): ConstantesEntreprise {
4654
        $this->edBordRuptureEmp = $edBordRuptureEmp;
4655
        return $this;
4656
    }
4657
4658
    /**
4659
     * Set the ed bord type imp.
4660
     *
4661
     * @param string|null $edBordTypeImp The ed bord type imp.
4662
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4663
     */
4664
    public function setEdBordTypeImp(?string $edBordTypeImp): ConstantesEntreprise {
4665
        $this->edBordTypeImp = $edBordTypeImp;
4666
        return $this;
4667
    }
4668
4669
    /**
4670
     * Set the ed bordereau.
4671
     *
4672
     * @param bool|null $edBordereau The ed bordereau.
4673
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4674
     */
4675
    public function setEdBordereau(?bool $edBordereau): ConstantesEntreprise {
4676
        $this->edBordereau = $edBordereau;
4677
        return $this;
4678
    }
4679
4680
    /**
4681
     * Set the ed bordereau prep.
4682
     *
4683
     * @param bool|null $edBordereauPrep The ed bordereau prep.
4684
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4685
     */
4686
    public function setEdBordereauPrep(?bool $edBordereauPrep): ConstantesEntreprise {
4687
        $this->edBordereauPrep = $edBordereauPrep;
4688
        return $this;
4689
    }
4690
4691
    /**
4692
     * Set the ed bordereau prepa.
4693
     *
4694
     * @param bool|null $edBordereauPrepa The ed bordereau prepa.
4695
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4696
     */
4697
    public function setEdBordereauPrepa(?bool $edBordereauPrepa): ConstantesEntreprise {
4698
        $this->edBordereauPrepa = $edBordereauPrepa;
4699
        return $this;
4700
    }
4701
4702
    /**
4703
     * Set the ed bul last fax.
4704
     *
4705
     * @param string|null $edBulLastFax The ed bul last fax.
4706
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4707
     */
4708
    public function setEdBulLastFax(?string $edBulLastFax): ConstantesEntreprise {
4709
        $this->edBulLastFax = $edBulLastFax;
4710
        return $this;
4711
    }
4712
4713
    /**
4714
     * Set the ed bul last mail.
4715
     *
4716
     * @param string|null $edBulLastMail The ed bul last mail.
4717
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4718
     */
4719
    public function setEdBulLastMail(?string $edBulLastMail): ConstantesEntreprise {
4720
        $this->edBulLastMail = $edBulLastMail;
4721
        return $this;
4722
    }
4723
4724
    /**
4725
     * Set the ed bul type sortie.
4726
     *
4727
     * @param string|null $edBulTypeSortie The ed bul type sortie.
4728
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4729
     */
4730
    public function setEdBulTypeSortie(?string $edBulTypeSortie): ConstantesEntreprise {
4731
        $this->edBulTypeSortie = $edBulTypeSortie;
4732
        return $this;
4733
    }
4734
4735
    /**
4736
     * Set the ed correspondance.
4737
     *
4738
     * @param bool|null $edCorrespondance The ed correspondance.
4739
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4740
     */
4741
    public function setEdCorrespondance(?bool $edCorrespondance): ConstantesEntreprise {
4742
        $this->edCorrespondance = $edCorrespondance;
4743
        return $this;
4744
    }
4745
4746
    /**
4747
     * Set the ed ducs nb ex.
4748
     *
4749
     * @param string|null $edDucsNbEx The ed ducs nb ex.
4750
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4751
     */
4752
    public function setEdDucsNbEx(?string $edDucsNbEx): ConstantesEntreprise {
4753
        $this->edDucsNbEx = $edDucsNbEx;
4754
        return $this;
4755
    }
4756
4757
    /**
4758
     * Set the ed ducs opt btp.
4759
     *
4760
     * @param string|null $edDucsOptBtp The ed ducs opt btp.
4761
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4762
     */
4763
    public function setEdDucsOptBtp(?string $edDucsOptBtp): ConstantesEntreprise {
4764
        $this->edDucsOptBtp = $edDucsOptBtp;
4765
        return $this;
4766
    }
4767
4768
    /**
4769
     * Set the ed ducs type sortie.
4770
     *
4771
     * @param string|null $edDucsTypeSortie The ed ducs type sortie.
4772
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4773
     */
4774
    public function setEdDucsTypeSortie(?string $edDucsTypeSortie): ConstantesEntreprise {
4775
        $this->edDucsTypeSortie = $edDucsTypeSortie;
4776
        return $this;
4777
    }
4778
4779
    /**
4780
     * Set the ed ducs auto.
4781
     *
4782
     * @param bool|null $edDucsAuto The ed ducs auto.
4783
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4784
     */
4785
    public function setEdDucsAuto(?bool $edDucsAuto): ConstantesEntreprise {
4786
        $this->edDucsAuto = $edDucsAuto;
4787
        return $this;
4788
    }
4789
4790
    /**
4791
     * Set the ed h sup bonif que majo.
4792
     *
4793
     * @param bool|null $edHSupBonifQueMajo The ed h sup bonif que majo.
4794
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4795
     */
4796
    public function setEdHSupBonifQueMajo(?bool $edHSupBonifQueMajo): ConstantesEntreprise {
4797
        $this->edHSupBonifQueMajo = $edHSupBonifQueMajo;
4798
        return $this;
4799
    }
4800
4801
    /**
4802
     * Set the ed histo tri emp.
4803
     *
4804
     * @param string|null $edHistoTriEmp The ed histo tri emp.
4805
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4806
     */
4807
    public function setEdHistoTriEmp(?string $edHistoTriEmp): ConstantesEntreprise {
4808
        $this->edHistoTriEmp = $edHistoTriEmp;
4809
        return $this;
4810
    }
4811
4812
    /**
4813
     * Set the ed histo tri etablissement.
4814
     *
4815
     * @param bool|null $edHistoTriEtablissement The ed histo tri etablissement.
4816
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4817
     */
4818
    public function setEdHistoTriEtablissement(?bool $edHistoTriEtablissement): ConstantesEntreprise {
4819
        $this->edHistoTriEtablissement = $edHistoTriEtablissement;
4820
        return $this;
4821
    }
4822
4823
    /**
4824
     * Set the ed histo tri service.
4825
     *
4826
     * @param bool|null $edHistoTriService The ed histo tri service.
4827
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4828
     */
4829
    public function setEdHistoTriService(?bool $edHistoTriService): ConstantesEntreprise {
4830
        $this->edHistoTriService = $edHistoTriService;
4831
        return $this;
4832
    }
4833
4834
    /**
4835
     * Set the ed histo type.
4836
     *
4837
     * @param string|null $edHistoType The ed histo type.
4838
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4839
     */
4840
    public function setEdHistoType(?string $edHistoType): ConstantesEntreprise {
4841
        $this->edHistoType = $edHistoType;
4842
        return $this;
4843
    }
4844
4845
    /**
4846
     * Set the ed imput comptable.
4847
     *
4848
     * @param bool|null $edImputComptable The ed imput comptable.
4849
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4850
     */
4851
    public function setEdImputComptable(?bool $edImputComptable): ConstantesEntreprise {
4852
        $this->edImputComptable = $edImputComptable;
4853
        return $this;
4854
    }
4855
4856
    /**
4857
     * Set the ed texte1.
4858
     *
4859
     * @param string|null $edTexte1 The ed texte1.
4860
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4861
     */
4862
    public function setEdTexte1(?string $edTexte1): ConstantesEntreprise {
4863
        $this->edTexte1 = $edTexte1;
4864
        return $this;
4865
    }
4866
4867
    /**
4868
     * Set the ed texte2.
4869
     *
4870
     * @param string|null $edTexte2 The ed texte2.
4871
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4872
     */
4873
    public function setEdTexte2(?string $edTexte2): ConstantesEntreprise {
4874
        $this->edTexte2 = $edTexte2;
4875
        return $this;
4876
    }
4877
4878
    /**
4879
     * Set the ed trt cpta last fax.
4880
     *
4881
     * @param string|null $edTrtCptaLastFax The ed trt cpta last fax.
4882
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4883
     */
4884
    public function setEdTrtCptaLastFax(?string $edTrtCptaLastFax): ConstantesEntreprise {
4885
        $this->edTrtCptaLastFax = $edTrtCptaLastFax;
4886
        return $this;
4887
    }
4888
4889
    /**
4890
     * Set the ed trt cpta last mail.
4891
     *
4892
     * @param string|null $edTrtCptaLastMail The ed trt cpta last mail.
4893
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4894
     */
4895
    public function setEdTrtCptaLastMail(?string $edTrtCptaLastMail): ConstantesEntreprise {
4896
        $this->edTrtCptaLastMail = $edTrtCptaLastMail;
4897
        return $this;
4898
    }
4899
4900
    /**
4901
     * Set the ed trt cpta sortie.
4902
     *
4903
     * @param string|null $edTrtCptaSortie The ed trt cpta sortie.
4904
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4905
     */
4906
    public function setEdTrtCptaSortie(?string $edTrtCptaSortie): ConstantesEntreprise {
4907
        $this->edTrtCptaSortie = $edTrtCptaSortie;
4908
        return $this;
4909
    }
4910
4911
    /**
4912
     * Set the edit qpxl absences.
4913
     *
4914
     * @param bool|null $editQpxlAbsences The edit qpxl absences.
4915
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4916
     */
4917
    public function setEditQpxlAbsences(?bool $editQpxlAbsences): ConstantesEntreprise {
4918
        $this->editQpxlAbsences = $editQpxlAbsences;
4919
        return $this;
4920
    }
4921
4922
    /**
4923
     * Set the edit qpxl acomptes.
4924
     *
4925
     * @param bool|null $editQpxlAcomptes The edit qpxl acomptes.
4926
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4927
     */
4928
    public function setEditQpxlAcomptes(?bool $editQpxlAcomptes): ConstantesEntreprise {
4929
        $this->editQpxlAcomptes = $editQpxlAcomptes;
4930
        return $this;
4931
    }
4932
4933
    /**
4934
     * Set the edit qpxl tri emp.
4935
     *
4936
     * @param string|null $editQpxlTriEmp The edit qpxl tri emp.
4937
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4938
     */
4939
    public function setEditQpxlTriEmp(?string $editQpxlTriEmp): ConstantesEntreprise {
4940
        $this->editQpxlTriEmp = $editQpxlTriEmp;
4941
        return $this;
4942
    }
4943
4944
    /**
4945
     * Set the edit qpxl vider lib.
4946
     *
4947
     * @param bool|null $editQpxlViderLib The edit qpxl vider lib.
4948
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4949
     */
4950
    public function setEditQpxlViderLib(?bool $editQpxlViderLib): ConstantesEntreprise {
4951
        $this->editQpxlViderLib = $editQpxlViderLib;
4952
        return $this;
4953
    }
4954
4955
    /**
4956
     * Set the editer bulletin stc.
4957
     *
4958
     * @param bool|null $editerBulletinStc The editer bulletin stc.
4959
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4960
     */
4961
    public function setEditerBulletinStc(?bool $editerBulletinStc): ConstantesEntreprise {
4962
        $this->editerBulletinStc = $editerBulletinStc;
4963
        return $this;
4964
    }
4965
4966
    /**
4967
     * Set the edition cheque tc.
4968
     *
4969
     * @param bool|null $editionChequeTc The edition cheque tc.
4970
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4971
     */
4972
    public function setEditionChequeTc(?bool $editionChequeTc): ConstantesEntreprise {
4973
        $this->editionChequeTc = $editionChequeTc;
4974
        return $this;
4975
    }
4976
4977
    /**
4978
     * Set the edition date.
4979
     *
4980
     * @param bool|null $editionDate The edition date.
4981
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4982
     */
4983
    public function setEditionDate(?bool $editionDate): ConstantesEntreprise {
4984
        $this->editionDate = $editionDate;
4985
        return $this;
4986
    }
4987
4988
    /**
4989
     * Set the edition heure.
4990
     *
4991
     * @param bool|null $editionHeure The edition heure.
4992
     * @return ConstantesEntreprise Returns this Constantes entreprise.
4993
     */
4994
    public function setEditionHeure(?bool $editionHeure): ConstantesEntreprise {
4995
        $this->editionHeure = $editionHeure;
4996
        return $this;
4997
    }
4998
4999
    /**
5000
     * Set the email.
5001
     *
5002
     * @param string|null $email The email.
5003
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5004
     */
5005
    public function setEmail(?string $email): ConstantesEntreprise {
5006
        $this->email = $email;
5007
        return $this;
5008
    }
5009
5010
    /**
5011
     * Set the entete solde tc.
5012
     *
5013
     * @param bool|null $enteteSoldeTc The entete solde tc.
5014
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5015
     */
5016
    public function setEnteteSoldeTc(?bool $enteteSoldeTc): ConstantesEntreprise {
5017
        $this->enteteSoldeTc = $enteteSoldeTc;
5018
        return $this;
5019
    }
5020
5021
    /**
5022
     * Set the etat controle dadsu.
5023
     *
5024
     * @param string|null $etatControleDadsu The etat controle dadsu.
5025
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5026
     */
5027
    public function setEtatControleDadsu(?string $etatControleDadsu): ConstantesEntreprise {
5028
        $this->etatControleDadsu = $etatControleDadsu;
5029
        return $this;
5030
    }
5031
5032
    /**
5033
     * Set the etat ctrl norme.
5034
     *
5035
     * @param string|null $etatCtrlNorme The etat ctrl norme.
5036
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5037
     */
5038
    public function setEtatCtrlNorme(?string $etatCtrlNorme): ConstantesEntreprise {
5039
        $this->etatCtrlNorme = $etatCtrlNorme;
5040
        return $this;
5041
    }
5042
5043
    /**
5044
     * Set the etat das.
5045
     *
5046
     * @param string|null $etatDas The etat das.
5047
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5048
     */
5049
    public function setEtatDas(?string $etatDas): ConstantesEntreprise {
5050
        $this->etatDas = $etatDas;
5051
        return $this;
5052
    }
5053
5054
    /**
5055
     * Set the etat das rect.
5056
     *
5057
     * @param string|null $etatDasRect The etat das rect.
5058
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5059
     */
5060
    public function setEtatDasRect(?string $etatDasRect): ConstantesEntreprise {
5061
        $this->etatDasRect = $etatDasRect;
5062
        return $this;
5063
    }
5064
5065
    /**
5066
     * Set the fichier unique.
5067
     *
5068
     * @param bool|null $fichierUnique The fichier unique.
5069
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5070
     */
5071
    public function setFichierUnique(?bool $fichierUnique): ConstantesEntreprise {
5072
        $this->fichierUnique = $fichierUnique;
5073
        return $this;
5074
    }
5075
5076
    /**
5077
     * Set the filtrer liste emp.
5078
     *
5079
     * @param int|null $filtrerListeEmp The filtrer liste emp.
5080
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5081
     */
5082
    public function setFiltrerListeEmp(?int $filtrerListeEmp): ConstantesEntreprise {
5083
        $this->filtrerListeEmp = $filtrerListeEmp;
5084
        return $this;
5085
    }
5086
5087
    /**
5088
     * Set the fin periode das.
5089
     *
5090
     * @param DateTime|null $finPeriodeDas The fin periode das.
5091
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5092
     */
5093
    public function setFinPeriodeDas(?DateTime $finPeriodeDas): ConstantesEntreprise {
5094
        $this->finPeriodeDas = $finPeriodeDas;
5095
        return $this;
5096
    }
5097
5098
    /**
5099
     * Set the fin periode histo das.
5100
     *
5101
     * @param DateTime|null $finPeriodeHistoDas The fin periode histo das.
5102
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5103
     */
5104
    public function setFinPeriodeHistoDas(?DateTime $finPeriodeHistoDas): ConstantesEntreprise {
5105
        $this->finPeriodeHistoDas = $finPeriodeHistoDas;
5106
        return $this;
5107
    }
5108
5109
    /**
5110
     * Set the flag traite.
5111
     *
5112
     * @param string|null $flagTraite The flag traite.
5113
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5114
     */
5115
    public function setFlagTraite(?string $flagTraite): ConstantesEntreprise {
5116
        $this->flagTraite = $flagTraite;
5117
        return $this;
5118
    }
5119
5120
    /**
5121
     * Set the flag traite2.
5122
     *
5123
     * @param int|null $flagTraite2 The flag traite2.
5124
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5125
     */
5126
    public function setFlagTraite2(?int $flagTraite2): ConstantesEntreprise {
5127
        $this->flagTraite2 = $flagTraite2;
5128
        return $this;
5129
    }
5130
5131
    /**
5132
     * Set the flag traite3.
5133
     *
5134
     * @param int|null $flagTraite3 The flag traite3.
5135
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5136
     */
5137
    public function setFlagTraite3(?int $flagTraite3): ConstantesEntreprise {
5138
        $this->flagTraite3 = $flagTraite3;
5139
        return $this;
5140
    }
5141
5142
    /**
5143
     * Set the format fic virement.
5144
     *
5145
     * @param string|null $formatFicVirement The format fic virement.
5146
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5147
     */
5148
    public function setFormatFicVirement(?string $formatFicVirement): ConstantesEntreprise {
5149
        $this->formatFicVirement = $formatFicVirement;
5150
        return $this;
5151
    }
5152
5153
    /**
5154
     * Set the gest num bulletin.
5155
     *
5156
     * @param bool|null $gestNumBulletin The gest num bulletin.
5157
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5158
     */
5159
    public function setGestNumBulletin(?bool $gestNumBulletin): ConstantesEntreprise {
5160
        $this->gestNumBulletin = $gestNumBulletin;
5161
        return $this;
5162
    }
5163
5164
    /**
5165
     * Set the gest repo compens.
5166
     *
5167
     * @param bool|null $gestRepoCompens The gest repo compens.
5168
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5169
     */
5170
    public function setGestRepoCompens(?bool $gestRepoCompens): ConstantesEntreprise {
5171
        $this->gestRepoCompens = $gestRepoCompens;
5172
        return $this;
5173
    }
5174
5175
    /**
5176
     * Set the gest texte.
5177
     *
5178
     * @param bool|null $gestTexte The gest texte.
5179
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5180
     */
5181
    public function setGestTexte(?bool $gestTexte): ConstantesEntreprise {
5182
        $this->gestTexte = $gestTexte;
5183
        return $this;
5184
    }
5185
5186
    /**
5187
     * Set the gestion coeff.
5188
     *
5189
     * @param bool|null $gestionCoeff The gestion coeff.
5190
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5191
     */
5192
    public function setGestionCoeff(?bool $gestionCoeff): ConstantesEntreprise {
5193
        $this->gestionCoeff = $gestionCoeff;
5194
        return $this;
5195
    }
5196
5197
    /**
5198
     * Set the gestion coeff grille.
5199
     *
5200
     * @param bool|null $gestionCoeffGrille The gestion coeff grille.
5201
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5202
     */
5203
    public function setGestionCoeffGrille(?bool $gestionCoeffGrille): ConstantesEntreprise {
5204
        $this->gestionCoeffGrille = $gestionCoeffGrille;
5205
        return $this;
5206
    }
5207
5208
    /**
5209
     * Set the gestion exemplaire.
5210
     *
5211
     * @param string|null $gestionExemplaire The gestion exemplaire.
5212
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5213
     */
5214
    public function setGestionExemplaire(?string $gestionExemplaire): ConstantesEntreprise {
5215
        $this->gestionExemplaire = $gestionExemplaire;
5216
        return $this;
5217
    }
5218
5219
    /**
5220
     * Set the gestion intemperie.
5221
     *
5222
     * @param bool|null $gestionIntemperie The gestion intemperie.
5223
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5224
     */
5225
    public function setGestionIntemperie(?bool $gestionIntemperie): ConstantesEntreprise {
5226
        $this->gestionIntemperie = $gestionIntemperie;
5227
        return $this;
5228
    }
5229
5230
    /**
5231
     * Set the gestion numero employe auto.
5232
     *
5233
     * @param bool|null $gestionNumeroEmployeAuto The gestion numero employe auto.
5234
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5235
     */
5236
    public function setGestionNumeroEmployeAuto(?bool $gestionNumeroEmployeAuto): ConstantesEntreprise {
5237
        $this->gestionNumeroEmployeAuto = $gestionNumeroEmployeAuto;
5238
        return $this;
5239
    }
5240
5241
    /**
5242
     * Set the gestion qpxl.
5243
     *
5244
     * @param bool|null $gestionQpxl The gestion qpxl.
5245
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5246
     */
5247
    public function setGestionQpxl(?bool $gestionQpxl): ConstantesEntreprise {
5248
        $this->gestionQpxl = $gestionQpxl;
5249
        return $this;
5250
    }
5251
5252
    /**
5253
     * Set the gestion td bilaterale.
5254
     *
5255
     * @param bool|null $gestionTdBilaterale The gestion td bilaterale.
5256
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5257
     */
5258
    public function setGestionTdBilaterale(?bool $gestionTdBilaterale): ConstantesEntreprise {
5259
        $this->gestionTdBilaterale = $gestionTdBilaterale;
5260
        return $this;
5261
    }
5262
5263
    /**
5264
     * Set the gestion td sou dadsu.
5265
     *
5266
     * @param bool|null $gestionTdSouDadsu The gestion td sou dadsu.
5267
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5268
     */
5269
    public function setGestionTdSouDadsu(?bool $gestionTdSouDadsu): ConstantesEntreprise {
5270
        $this->gestionTdSouDadsu = $gestionTdSouDadsu;
5271
        return $this;
5272
    }
5273
5274
    /**
5275
     * Set the groupe gi.
5276
     *
5277
     * @param string|null $groupeGi The groupe gi.
5278
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5279
     */
5280
    public function setGroupeGi(?string $groupeGi): ConstantesEntreprise {
5281
        $this->groupeGi = $groupeGi;
5282
        return $this;
5283
    }
5284
5285
    /**
5286
     * Set the h bonif influ cassation.
5287
     *
5288
     * @param string|null $hBonifInfluCassation The h bonif influ cassation.
5289
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5290
     */
5291
    public function setHBonifInfluCassation(?string $hBonifInfluCassation): ConstantesEntreprise {
5292
        $this->hBonifInfluCassation = $hBonifInfluCassation;
5293
        return $this;
5294
    }
5295
5296
    /**
5297
     * Set the h sup1 structurelle.
5298
     *
5299
     * @param bool|null $hSup1Structurelle The h sup1 structurelle.
5300
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5301
     */
5302
    public function setHSup1Structurelle(?bool $hSup1Structurelle): ConstantesEntreprise {
5303
        $this->hSup1Structurelle = $hSup1Structurelle;
5304
        return $this;
5305
    }
5306
5307
    /**
5308
     * Set the h sup2 structurelle.
5309
     *
5310
     * @param bool|null $hSup2Structurelle The h sup2 structurelle.
5311
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5312
     */
5313
    public function setHSup2Structurelle(?bool $hSup2Structurelle): ConstantesEntreprise {
5314
        $this->hSup2Structurelle = $hSup2Structurelle;
5315
        return $this;
5316
    }
5317
5318
    /**
5319
     * Set the h sup3 structurelle.
5320
     *
5321
     * @param bool|null $hSup3Structurelle The h sup3 structurelle.
5322
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5323
     */
5324
    public function setHSup3Structurelle(?bool $hSup3Structurelle): ConstantesEntreprise {
5325
        $this->hSup3Structurelle = $hSup3Structurelle;
5326
        return $this;
5327
    }
5328
5329
    /**
5330
     * Set the h sup4 structurelle.
5331
     *
5332
     * @param bool|null $hSup4Structurelle The h sup4 structurelle.
5333
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5334
     */
5335
    public function setHSup4Structurelle(?bool $hSup4Structurelle): ConstantesEntreprise {
5336
        $this->hSup4Structurelle = $hSup4Structurelle;
5337
        return $this;
5338
    }
5339
5340
    /**
5341
     * Set the h sup5 structurelle.
5342
     *
5343
     * @param bool|null $hSup5Structurelle The h sup5 structurelle.
5344
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5345
     */
5346
    public function setHSup5Structurelle(?bool $hSup5Structurelle): ConstantesEntreprise {
5347
        $this->hSup5Structurelle = $hSup5Structurelle;
5348
        return $this;
5349
    }
5350
5351
    /**
5352
     * Set the heure sup2 influ cassation.
5353
     *
5354
     * @param string|null $heureSup2InfluCassation The heure sup2 influ cassation.
5355
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5356
     */
5357
    public function setHeureSup2InfluCassation(?string $heureSup2InfluCassation): ConstantesEntreprise {
5358
        $this->heureSup2InfluCassation = $heureSup2InfluCassation;
5359
        return $this;
5360
    }
5361
5362
    /**
5363
     * Set the heure sup3 influ cassation.
5364
     *
5365
     * @param string|null $heureSup3InfluCassation The heure sup3 influ cassation.
5366
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5367
     */
5368
    public function setHeureSup3InfluCassation(?string $heureSup3InfluCassation): ConstantesEntreprise {
5369
        $this->heureSup3InfluCassation = $heureSup3InfluCassation;
5370
        return $this;
5371
    }
5372
5373
    /**
5374
     * Set the heure sup4 influ cassation.
5375
     *
5376
     * @param string|null $heureSup4InfluCassation The heure sup4 influ cassation.
5377
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5378
     */
5379
    public function setHeureSup4InfluCassation(?string $heureSup4InfluCassation): ConstantesEntreprise {
5380
        $this->heureSup4InfluCassation = $heureSup4InfluCassation;
5381
        return $this;
5382
    }
5383
5384
    /**
5385
     * Set the heure sup5 influ cassation.
5386
     *
5387
     * @param string|null $heureSup5InfluCassation The heure sup5 influ cassation.
5388
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5389
     */
5390
    public function setHeureSup5InfluCassation(?string $heureSup5InfluCassation): ConstantesEntreprise {
5391
        $this->heureSup5InfluCassation = $heureSup5InfluCassation;
5392
        return $this;
5393
    }
5394
5395
    /**
5396
     * Set the heure sup influ cassation.
5397
     *
5398
     * @param string|null $heureSupInfluCassation The heure sup influ cassation.
5399
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5400
     */
5401
    public function setHeureSupInfluCassation(?string $heureSupInfluCassation): ConstantesEntreprise {
5402
        $this->heureSupInfluCassation = $heureSupInfluCassation;
5403
        return $this;
5404
    }
5405
5406
    /**
5407
     * Set the heure theo base trav.
5408
     *
5409
     * @param string|null $heureTheoBaseTrav The heure theo base trav.
5410
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5411
     */
5412
    public function setHeureTheoBaseTrav(?string $heureTheoBaseTrav): ConstantesEntreprise {
5413
        $this->heureTheoBaseTrav = $heureTheoBaseTrav;
5414
        return $this;
5415
    }
5416
5417
    /**
5418
     * Set the indem cp intervient brut al.
5419
     *
5420
     * @param bool|null $indemCpIntervientBrutAl The indem cp intervient brut al.
5421
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5422
     */
5423
    public function setIndemCpIntervientBrutAl(?bool $indemCpIntervientBrutAl): ConstantesEntreprise {
5424
        $this->indemCpIntervientBrutAl = $indemCpIntervientBrutAl;
5425
        return $this;
5426
    }
5427
5428
    /**
5429
     * Set the jour debut transfert.
5430
     *
5431
     * @param int|null $jourDebutTransfert The jour debut transfert.
5432
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5433
     */
5434
    public function setJourDebutTransfert(?int $jourDebutTransfert): ConstantesEntreprise {
5435
        $this->jourDebutTransfert = $jourDebutTransfert;
5436
        return $this;
5437
    }
5438
5439
    /**
5440
     * Set the jour fin transfert.
5441
     *
5442
     * @param int|null $jourFinTransfert The jour fin transfert.
5443
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5444
     */
5445
    public function setJourFinTransfert(?int $jourFinTransfert): ConstantesEntreprise {
5446
        $this->jourFinTransfert = $jourFinTransfert;
5447
        return $this;
5448
    }
5449
5450
    /**
5451
     * Set the jrn format.
5452
     *
5453
     * @param string|null $jrnFormat The jrn format.
5454
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5455
     */
5456
    public function setJrnFormat(?string $jrnFormat): ConstantesEntreprise {
5457
        $this->jrnFormat = $jrnFormat;
5458
        return $this;
5459
    }
5460
5461
    /**
5462
     * Set the jrn regroupe abs.
5463
     *
5464
     * @param bool|null $jrnRegroupeAbs The jrn regroupe abs.
5465
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5466
     */
5467
    public function setJrnRegroupeAbs(?bool $jrnRegroupeAbs): ConstantesEntreprise {
5468
        $this->jrnRegroupeAbs = $jrnRegroupeAbs;
5469
        return $this;
5470
    }
5471
5472
    /**
5473
     * Set the jrn tri.
5474
     *
5475
     * @param string|null $jrnTri The jrn tri.
5476
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5477
     */
5478
    public function setJrnTri(?string $jrnTri): ConstantesEntreprise {
5479
        $this->jrnTri = $jrnTri;
5480
        return $this;
5481
    }
5482
5483
    /**
5484
     * Set the jrn tri etablissement.
5485
     *
5486
     * @param string|null $jrnTriEtablissement The jrn tri etablissement.
5487
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5488
     */
5489
    public function setJrnTriEtablissement(?string $jrnTriEtablissement): ConstantesEntreprise {
5490
        $this->jrnTriEtablissement = $jrnTriEtablissement;
5491
        return $this;
5492
    }
5493
5494
    /**
5495
     * Set the jrn tri service.
5496
     *
5497
     * @param string|null $jrnTriService The jrn tri service.
5498
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5499
     */
5500
    public function setJrnTriService(?string $jrnTriService): ConstantesEntreprise {
5501
        $this->jrnTriService = $jrnTriService;
5502
        return $this;
5503
    }
5504
5505
    /**
5506
     * Set the jrn type.
5507
     *
5508
     * @param string|null $jrnType The jrn type.
5509
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5510
     */
5511
    public function setJrnType(?string $jrnType): ConstantesEntreprise {
5512
        $this->jrnType = $jrnType;
5513
        return $this;
5514
    }
5515
5516
    /**
5517
     * Set the liaison proprete.
5518
     *
5519
     * @param bool|null $liaisonProprete The liaison proprete.
5520
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5521
     */
5522
    public function setLiaisonProprete(?bool $liaisonProprete): ConstantesEntreprise {
5523
        $this->liaisonProprete = $liaisonProprete;
5524
        return $this;
5525
    }
5526
5527
    /**
5528
     * Set the lib arbitrage.
5529
     *
5530
     * @param string|null $libArbitrage The lib arbitrage.
5531
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5532
     */
5533
    public function setLibArbitrage(?string $libArbitrage): ConstantesEntreprise {
5534
        $this->libArbitrage = $libArbitrage;
5535
        return $this;
5536
    }
5537
5538
    /**
5539
     * Set the lib bqcp.
5540
     *
5541
     * @param string|null $libBqcp The lib bqcp.
5542
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5543
     */
5544
    public function setLibBqcp(?string $libBqcp): ConstantesEntreprise {
5545
        $this->libBqcp = $libBqcp;
5546
        return $this;
5547
    }
5548
5549
    /**
5550
     * Set the lib base conge.
5551
     *
5552
     * @param string|null $libBaseConge The lib base conge.
5553
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5554
     */
5555
    public function setLibBaseConge(?string $libBaseConge): ConstantesEntreprise {
5556
        $this->libBaseConge = $libBaseConge;
5557
        return $this;
5558
    }
5559
5560
    /**
5561
     * Set the lib cachet aem.
5562
     *
5563
     * @param string|null $libCachetAem The lib cachet aem.
5564
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5565
     */
5566
    public function setLibCachetAem(?string $libCachetAem): ConstantesEntreprise {
5567
        $this->libCachetAem = $libCachetAem;
5568
        return $this;
5569
    }
5570
5571
    /**
5572
     * Set the lib cotis cne.
5573
     *
5574
     * @param string|null $libCotisCne The lib cotis cne.
5575
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5576
     */
5577
    public function setLibCotisCne(?string $libCotisCne): ConstantesEntreprise {
5578
        $this->libCotisCne = $libCotisCne;
5579
        return $this;
5580
    }
5581
5582
    /**
5583
     * Set the lib fin contrat.
5584
     *
5585
     * @param string|null $libFinContrat The lib fin contrat.
5586
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5587
     */
5588
    public function setLibFinContrat(?string $libFinContrat): ConstantesEntreprise {
5589
        $this->libFinContrat = $libFinContrat;
5590
        return $this;
5591
    }
5592
5593
    /**
5594
     * Set the lib fin contrat cne.
5595
     *
5596
     * @param string|null $libFinContratCne The lib fin contrat cne.
5597
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5598
     */
5599
    public function setLibFinContratCne(?string $libFinContratCne): ConstantesEntreprise {
5600
        $this->libFinContratCne = $libFinContratCne;
5601
        return $this;
5602
    }
5603
5604
    /**
5605
     * Set the lib indem cp.
5606
     *
5607
     * @param string|null $libIndemCp The lib indem cp.
5608
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5609
     */
5610
    public function setLibIndemCp(?string $libIndemCp): ConstantesEntreprise {
5611
        $this->libIndemCp = $libIndemCp;
5612
        return $this;
5613
    }
5614
5615
    /**
5616
     * Set the libelle libre virement.
5617
     *
5618
     * @param string|null $libelleLibreVirement The libelle libre virement.
5619
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5620
     */
5621
    public function setLibelleLibreVirement(?string $libelleLibreVirement): ConstantesEntreprise {
5622
        $this->libelleLibreVirement = $libelleLibreVirement;
5623
        return $this;
5624
    }
5625
5626
    /**
5627
     * Set the ligne bul euro.
5628
     *
5629
     * @param bool|null $ligneBulEuro The ligne bul euro.
5630
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5631
     */
5632
    public function setLigneBulEuro(?bool $ligneBulEuro): ConstantesEntreprise {
5633
        $this->ligneBulEuro = $ligneBulEuro;
5634
        return $this;
5635
    }
5636
5637
    /**
5638
     * Set the lignes transport.
5639
     *
5640
     * @param bool|null $lignesTransport The lignes transport.
5641
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5642
     */
5643
    public function setLignesTransport(?bool $lignesTransport): ConstantesEntreprise {
5644
        $this->lignesTransport = $lignesTransport;
5645
        return $this;
5646
    }
5647
5648
    /**
5649
     * Set the mail bulletin.
5650
     *
5651
     * @param string|null $mailBulletin The mail bulletin.
5652
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5653
     */
5654
    public function setMailBulletin(?string $mailBulletin): ConstantesEntreprise {
5655
        $this->mailBulletin = $mailBulletin;
5656
        return $this;
5657
    }
5658
5659
    /**
5660
     * Set the mail bulletin cle.
5661
     *
5662
     * @param string|null $mailBulletinCle The mail bulletin cle.
5663
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5664
     */
5665
    public function setMailBulletinCle(?string $mailBulletinCle): ConstantesEntreprise {
5666
        $this->mailBulletinCle = $mailBulletinCle;
5667
        return $this;
5668
    }
5669
5670
    /**
5671
     * Set the mail bulletin pj.
5672
     *
5673
     * @param string|null $mailBulletinPj The mail bulletin pj.
5674
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5675
     */
5676
    public function setMailBulletinPj(?string $mailBulletinPj): ConstantesEntreprise {
5677
        $this->mailBulletinPj = $mailBulletinPj;
5678
        return $this;
5679
    }
5680
5681
    /**
5682
     * Set the mail c li ducs edi.
5683
     *
5684
     * @param bool|null $mailCLiDucsEdi The mail c li ducs edi.
5685
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5686
     */
5687
    public function setMailCLiDucsEdi(?bool $mailCLiDucsEdi): ConstantesEntreprise {
5688
        $this->mailCLiDucsEdi = $mailCLiDucsEdi;
5689
        return $this;
5690
    }
5691
5692
    /**
5693
     * Set the mention cp.
5694
     *
5695
     * @param bool|null $mentionCp The mention cp.
5696
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5697
     */
5698
    public function setMentionCp(?bool $mentionCp): ConstantesEntreprise {
5699
        $this->mentionCp = $mentionCp;
5700
        return $this;
5701
    }
5702
5703
    /**
5704
     * Set the message vu.
5705
     *
5706
     * @param bool|null $messageVu The message vu.
5707
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5708
     */
5709
    public function setMessageVu(?bool $messageVu): ConstantesEntreprise {
5710
        $this->messageVu = $messageVu;
5711
        return $this;
5712
    }
5713
5714
    /**
5715
     * Set the millesime1.
5716
     *
5717
     * @param int|null $millesime1 The millesime1.
5718
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5719
     */
5720
    public function setMillesime1(?int $millesime1): ConstantesEntreprise {
5721
        $this->millesime1 = $millesime1;
5722
        return $this;
5723
    }
5724
5725
    /**
5726
     * Set the mode planning.
5727
     *
5728
     * @param int|null $modePlanning The mode planning.
5729
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5730
     */
5731
    public function setModePlanning(?int $modePlanning): ConstantesEntreprise {
5732
        $this->modePlanning = $modePlanning;
5733
        return $this;
5734
    }
5735
5736
    /**
5737
     * Set the modele apercu.
5738
     *
5739
     * @param string|null $modeleApercu The modele apercu.
5740
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5741
     */
5742
    public function setModeleApercu(?string $modeleApercu): ConstantesEntreprise {
5743
        $this->modeleApercu = $modeleApercu;
5744
        return $this;
5745
    }
5746
5747
    /**
5748
     * Set the modele bon bleu.
5749
     *
5750
     * @param string|null $modeleBonBleu The modele bon bleu.
5751
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5752
     */
5753
    public function setModeleBonBleu(?string $modeleBonBleu): ConstantesEntreprise {
5754
        $this->modeleBonBleu = $modeleBonBleu;
5755
        return $this;
5756
    }
5757
5758
    /**
5759
     * Set the modele bulletin.
5760
     *
5761
     * @param string|null $modeleBulletin The modele bulletin.
5762
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5763
     */
5764
    public function setModeleBulletin(?string $modeleBulletin): ConstantesEntreprise {
5765
        $this->modeleBulletin = $modeleBulletin;
5766
        return $this;
5767
    }
5768
5769
    /**
5770
     * Set the modele certif.
5771
     *
5772
     * @param string|null $modeleCertif The modele certif.
5773
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5774
     */
5775
    public function setModeleCertif(?string $modeleCertif): ConstantesEntreprise {
5776
        $this->modeleCertif = $modeleCertif;
5777
        return $this;
5778
    }
5779
5780
    /**
5781
     * Set the modele certif trav.
5782
     *
5783
     * @param string|null $modeleCertifTrav The modele certif trav.
5784
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5785
     */
5786
    public function setModeleCertifTrav(?string $modeleCertifTrav): ConstantesEntreprise {
5787
        $this->modeleCertifTrav = $modeleCertifTrav;
5788
        return $this;
5789
    }
5790
5791
    /**
5792
     * Set the modele cheque.
5793
     *
5794
     * @param string|null $modeleCheque The modele cheque.
5795
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5796
     */
5797
    public function setModeleCheque(?string $modeleCheque): ConstantesEntreprise {
5798
        $this->modeleCheque = $modeleCheque;
5799
        return $this;
5800
    }
5801
5802
    /**
5803
     * Set the mois cloture an.
5804
     *
5805
     * @param string|null $moisClotureAn The mois cloture an.
5806
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5807
     */
5808
    public function setMoisClotureAn(?string $moisClotureAn): ConstantesEntreprise {
5809
        $this->moisClotureAn = $moisClotureAn;
5810
        return $this;
5811
    }
5812
5813
    /**
5814
     * Set the n attest aem.
5815
     *
5816
     * @param int|null $nAttestAem The n attest aem.
5817
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5818
     */
5819
    public function setNAttestAem(?int $nAttestAem): ConstantesEntreprise {
5820
        $this->nAttestAem = $nAttestAem;
5821
        return $this;
5822
    }
5823
5824
    /**
5825
     * Set the n attest aemedi.
5826
     *
5827
     * @param int|null $nAttestAemedi The n attest aemedi.
5828
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5829
     */
5830
    public function setNAttestAemedi(?int $nAttestAemedi): ConstantesEntreprise {
5831
        $this->nAttestAemedi = $nAttestAemedi;
5832
        return $this;
5833
    }
5834
5835
    /**
5836
     * Set the n attest aemx.
5837
     *
5838
     * @param int|null $nAttestAemx The n attest aemx.
5839
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5840
     */
5841
    public function setNAttestAemx(?int $nAttestAemx): ConstantesEntreprise {
5842
        $this->nAttestAemx = $nAttestAemx;
5843
        return $this;
5844
    }
5845
5846
    /**
5847
     * Set the n attest assedic.
5848
     *
5849
     * @param int|null $nAttestAssedic The n attest assedic.
5850
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5851
     */
5852
    public function setNAttestAssedic(?int $nAttestAssedic): ConstantesEntreprise {
5853
        $this->nAttestAssedic = $nAttestAssedic;
5854
        return $this;
5855
    }
5856
5857
    /**
5858
     * Set the n attest extras.
5859
     *
5860
     * @param int|null $nAttestExtras The n attest extras.
5861
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5862
     */
5863
    public function setNAttestExtras(?int $nAttestExtras): ConstantesEntreprise {
5864
        $this->nAttestExtras = $nAttestExtras;
5865
        return $this;
5866
    }
5867
5868
    /**
5869
     * Set the n attest ijss.
5870
     *
5871
     * @param int|null $nAttestIjss The n attest ijss.
5872
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5873
     */
5874
    public function setNAttestIjss(?int $nAttestIjss): ConstantesEntreprise {
5875
        $this->nAttestIjss = $nAttestIjss;
5876
        return $this;
5877
    }
5878
5879
    /**
5880
     * Set the n attest ijss at.
5881
     *
5882
     * @param int|null $nAttestIjssAt The n attest ijss at.
5883
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5884
     */
5885
    public function setNAttestIjssAt(?int $nAttestIjssAt): ConstantesEntreprise {
5886
        $this->nAttestIjssAt = $nAttestIjssAt;
5887
        return $this;
5888
    }
5889
5890
    /**
5891
     * Set the nce conges spectacles.
5892
     *
5893
     * @param int|null $nceCongesSpectacles The nce conges spectacles.
5894
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5895
     */
5896
    public function setNceCongesSpectacles(?int $nceCongesSpectacles): ConstantesEntreprise {
5897
        $this->nceCongesSpectacles = $nceCongesSpectacles;
5898
        return $this;
5899
    }
5900
5901
    /**
5902
     * Set the n der document.
5903
     *
5904
     * @param int|null $nDerDocument The n der document.
5905
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5906
     */
5907
    public function setNDerDocument(?int $nDerDocument): ConstantesEntreprise {
5908
        $this->nDerDocument = $nDerDocument;
5909
        return $this;
5910
    }
5911
5912
    /**
5913
     * Set the nap euro.
5914
     *
5915
     * @param bool|null $napEuro The nap euro.
5916
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5917
     */
5918
    public function setNapEuro(?bool $napEuro): ConstantesEntreprise {
5919
        $this->napEuro = $napEuro;
5920
        return $this;
5921
    }
5922
5923
    /**
5924
     * Set the nb exemplaire.
5925
     *
5926
     * @param string|null $nbExemplaire The nb exemplaire.
5927
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5928
     */
5929
    public function setNbExemplaire(?string $nbExemplaire): ConstantesEntreprise {
5930
        $this->nbExemplaire = $nbExemplaire;
5931
        return $this;
5932
    }
5933
5934
    /**
5935
     * Set the nouv param retraite type.
5936
     *
5937
     * @param bool|null $nouvParamRetraiteType The nouv param retraite type.
5938
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5939
     */
5940
    public function setNouvParamRetraiteType(?bool $nouvParamRetraiteType): ConstantesEntreprise {
5941
        $this->nouvParamRetraiteType = $nouvParamRetraiteType;
5942
        return $this;
5943
    }
5944
5945
    /**
5946
     * Set the options calc abs.
5947
     *
5948
     * @param bool|null $optionsCalcAbs The options calc abs.
5949
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5950
     */
5951
    public function setOptionsCalcAbs(?bool $optionsCalcAbs): ConstantesEntreprise {
5952
        $this->optionsCalcAbs = $optionsCalcAbs;
5953
        return $this;
5954
    }
5955
5956
    /**
5957
     * Set the ordre libelle h sup.
5958
     *
5959
     * @param string|null $ordreLibelleHSup The ordre libelle h sup.
5960
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5961
     */
5962
    public function setOrdreLibelleHSup(?string $ordreLibelleHSup): ConstantesEntreprise {
5963
        $this->ordreLibelleHSup = $ordreLibelleHSup;
5964
        return $this;
5965
    }
5966
5967
    /**
5968
     * Set the paie euro.
5969
     *
5970
     * @param bool|null $paieEuro The paie euro.
5971
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5972
     */
5973
    public function setPaieEuro(?bool $paieEuro): ConstantesEntreprise {
5974
        $this->paieEuro = $paieEuro;
5975
        return $this;
5976
    }
5977
5978
    /**
5979
     * Set the part sal seule.
5980
     *
5981
     * @param bool|null $partSalSeule The part sal seule.
5982
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5983
     */
5984
    public function setPartSalSeule(?bool $partSalSeule): ConstantesEntreprise {
5985
        $this->partSalSeule = $partSalSeule;
5986
        return $this;
5987
    }
5988
5989
    /**
5990
     * Set the pas gestion indice bul.
5991
     *
5992
     * @param bool|null $pasGestionIndiceBul The pas gestion indice bul.
5993
     * @return ConstantesEntreprise Returns this Constantes entreprise.
5994
     */
5995
    public function setPasGestionIndiceBul(?bool $pasGestionIndiceBul): ConstantesEntreprise {
5996
        $this->pasGestionIndiceBul = $pasGestionIndiceBul;
5997
        return $this;
5998
    }
5999
6000
    /**
6001
     * Set the pas prendre iccp fillon.
6002
     *
6003
     * @param bool|null $pasPrendreIccpFillon The pas prendre iccp fillon.
6004
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6005
     */
6006
    public function setPasPrendreIccpFillon(?bool $pasPrendreIccpFillon): ConstantesEntreprise {
6007
        $this->pasPrendreIccpFillon = $pasPrendreIccpFillon;
6008
        return $this;
6009
    }
6010
6011
    /**
6012
     * Set the pas sous tot s base.
6013
     *
6014
     * @param bool|null $pasSousTotSBase The pas sous tot s base.
6015
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6016
     */
6017
    public function setPasSousTotSBase(?bool $pasSousTotSBase): ConstantesEntreprise {
6018
        $this->pasSousTotSBase = $pasSousTotSBase;
6019
        return $this;
6020
    }
6021
6022
    /**
6023
     * Set the passage35 h fait.
6024
     *
6025
     * @param bool|null $passage35HFait The passage35 h fait.
6026
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6027
     */
6028
    public function setPassage35HFait(?bool $passage35HFait): ConstantesEntreprise {
6029
        $this->passage35HFait = $passage35HFait;
6030
        return $this;
6031
    }
6032
6033
    /**
6034
     * Set the path virement.
6035
     *
6036
     * @param string|null $pathVirement The path virement.
6037
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6038
     */
6039
    public function setPathVirement(?string $pathVirement): ConstantesEntreprise {
6040
        $this->pathVirement = $pathVirement;
6041
        return $this;
6042
    }
6043
6044
    /**
6045
     * Set the periode i paie.
6046
     *
6047
     * @param DateTime|null $periodeIPaie The periode i paie.
6048
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6049
     */
6050
    public function setPeriodeIPaie(?DateTime $periodeIPaie): ConstantesEntreprise {
6051
        $this->periodeIPaie = $periodeIPaie;
6052
        return $this;
6053
    }
6054
6055
    /**
6056
     * Set the periode paie.
6057
     *
6058
     * @param DateTime|null $periodePaie The periode paie.
6059
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6060
     */
6061
    public function setPeriodePaie(?DateTime $periodePaie): ConstantesEntreprise {
6062
        $this->periodePaie = $periodePaie;
6063
        return $this;
6064
    }
6065
6066
    /**
6067
     * Set the pj mail c li ducs edi.
6068
     *
6069
     * @param bool|null $pjMailCLiDucsEdi The pj mail c li ducs edi.
6070
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6071
     */
6072
    public function setPjMailCLiDucsEdi(?bool $pjMailCLiDucsEdi): ConstantesEntreprise {
6073
        $this->pjMailCLiDucsEdi = $pjMailCLiDucsEdi;
6074
        return $this;
6075
    }
6076
6077
    /**
6078
     * Set the pj mail cli coupon paiement.
6079
     *
6080
     * @param bool|null $pjMailCliCouponPaiement The pj mail cli coupon paiement.
6081
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6082
     */
6083
    public function setPjMailCliCouponPaiement(?bool $pjMailCliCouponPaiement): ConstantesEntreprise {
6084
        $this->pjMailCliCouponPaiement = $pjMailCliCouponPaiement;
6085
        return $this;
6086
    }
6087
6088
    /**
6089
     * Set the plafond.
6090
     *
6091
     * @param float|null $plafond The plafond.
6092
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6093
     */
6094
    public function setPlafond(?float $plafond): ConstantesEntreprise {
6095
        $this->plafond = $plafond;
6096
        return $this;
6097
    }
6098
6099
    /**
6100
     * Set the porta frais sante certif trav.
6101
     *
6102
     * @param bool|null $portaFraisSanteCertifTrav The porta frais sante certif trav.
6103
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6104
     */
6105
    public function setPortaFraisSanteCertifTrav(?bool $portaFraisSanteCertifTrav): ConstantesEntreprise {
6106
        $this->portaFraisSanteCertifTrav = $portaFraisSanteCertifTrav;
6107
        return $this;
6108
    }
6109
6110
    /**
6111
     * Set the porta prevoyance oblig.
6112
     *
6113
     * @param bool|null $portaPrevoyanceOblig The porta prevoyance oblig.
6114
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6115
     */
6116
    public function setPortaPrevoyanceOblig(?bool $portaPrevoyanceOblig): ConstantesEntreprise {
6117
        $this->portaPrevoyanceOblig = $portaPrevoyanceOblig;
6118
        return $this;
6119
    }
6120
6121
    /**
6122
     * Set the preparation tdp.
6123
     *
6124
     * @param bool|null $preparationTdp The preparation tdp.
6125
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6126
     */
6127
    public function setPreparationTdp(?bool $preparationTdp): ConstantesEntreprise {
6128
        $this->preparationTdp = $preparationTdp;
6129
        return $this;
6130
    }
6131
6132
    /**
6133
     * Set the presence min.
6134
     *
6135
     * @param string|null $presenceMin The presence min.
6136
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6137
     */
6138
    public function setPresenceMin(?string $presenceMin): ConstantesEntreprise {
6139
        $this->presenceMin = $presenceMin;
6140
        return $this;
6141
    }
6142
6143
    /**
6144
     * Set the prorata dif certif trav.
6145
     *
6146
     * @param bool|null $prorataDifCertifTrav The prorata dif certif trav.
6147
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6148
     */
6149
    public function setProrataDifCertifTrav(?bool $prorataDifCertifTrav): ConstantesEntreprise {
6150
        $this->prorataDifCertifTrav = $prorataDifCertifTrav;
6151
        return $this;
6152
    }
6153
6154
    /**
6155
     * Set the rdlpascii.
6156
     *
6157
     * @param bool|null $rdlpascii The rdlpascii.
6158
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6159
     */
6160
    public function setRdlpascii(?bool $rdlpascii): ConstantesEntreprise {
6161
        $this->rdlpascii = $rdlpascii;
6162
        return $this;
6163
    }
6164
6165
    /**
6166
     * Set the rdlpemployes.
6167
     *
6168
     * @param bool|null $rdlpemployes The rdlpemployes.
6169
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6170
     */
6171
    public function setRdlpemployes(?bool $rdlpemployes): ConstantesEntreprise {
6172
        $this->rdlpemployes = $rdlpemployes;
6173
        return $this;
6174
    }
6175
6176
    /**
6177
     * Set the raz commentaire.
6178
     *
6179
     * @param string|null $razCommentaire The raz commentaire.
6180
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6181
     */
6182
    public function setRazCommentaire(?string $razCommentaire): ConstantesEntreprise {
6183
        $this->razCommentaire = $razCommentaire;
6184
        return $this;
6185
    }
6186
6187
    /**
6188
     * Set the raz h sup.
6189
     *
6190
     * @param string|null $razHSup The raz h sup.
6191
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6192
     */
6193
    public function setRazHSup(?string $razHSup): ConstantesEntreprise {
6194
        $this->razHSup = $razHSup;
6195
        return $this;
6196
    }
6197
6198
    /**
6199
     * Set the ref remise.
6200
     *
6201
     * @param int|null $refRemise The ref remise.
6202
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6203
     */
6204
    public function setRefRemise(?int $refRemise): ConstantesEntreprise {
6205
        $this->refRemise = $refRemise;
6206
        return $this;
6207
    }
6208
6209
    /**
6210
     * Set the ref trans.
6211
     *
6212
     * @param int|null $refTrans The ref trans.
6213
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6214
     */
6215
    public function setRefTrans(?int $refTrans): ConstantesEntreprise {
6216
        $this->refTrans = $refTrans;
6217
        return $this;
6218
    }
6219
6220
    /**
6221
     * Set the reference interne virement.
6222
     *
6223
     * @param string|null $referenceInterneVirement The reference interne virement.
6224
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6225
     */
6226
    public function setReferenceInterneVirement(?string $referenceInterneVirement): ConstantesEntreprise {
6227
        $this->referenceInterneVirement = $referenceInterneVirement;
6228
        return $this;
6229
    }
6230
6231
    /**
6232
     * Set the regroup lib ed bul.
6233
     *
6234
     * @param bool|null $regroupLibEdBul The regroup lib ed bul.
6235
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6236
     */
6237
    public function setRegroupLibEdBul(?bool $regroupLibEdBul): ConstantesEntreprise {
6238
        $this->regroupLibEdBul = $regroupLibEdBul;
6239
        return $this;
6240
    }
6241
6242
    /**
6243
     * Set the report minimum.
6244
     *
6245
     * @param int|null $reportMinimum The report minimum.
6246
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6247
     */
6248
    public function setReportMinimum(?int $reportMinimum): ConstantesEntreprise {
6249
        $this->reportMinimum = $reportMinimum;
6250
        return $this;
6251
    }
6252
6253
    /**
6254
     * Set the retraite97.
6255
     *
6256
     * @param bool|null $retraite97 The retraite97.
6257
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6258
     */
6259
    public function setRetraite97(?bool $retraite97): ConstantesEntreprise {
6260
        $this->retraite97 = $retraite97;
6261
        return $this;
6262
    }
6263
6264
    /**
6265
     * Set the sais plan emp sem.
6266
     *
6267
     * @param string|null $saisPlanEmpSem The sais plan emp sem.
6268
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6269
     */
6270
    public function setSaisPlanEmpSem(?string $saisPlanEmpSem): ConstantesEntreprise {
6271
        $this->saisPlanEmpSem = $saisPlanEmpSem;
6272
        return $this;
6273
    }
6274
6275
    /**
6276
     * Set the saisie indice bul.
6277
     *
6278
     * @param bool|null $saisieIndiceBul The saisie indice bul.
6279
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6280
     */
6281
    public function setSaisieIndiceBul(?bool $saisieIndiceBul): ConstantesEntreprise {
6282
        $this->saisieIndiceBul = $saisieIndiceBul;
6283
        return $this;
6284
    }
6285
6286
    /**
6287
     * Set the saut page.
6288
     *
6289
     * @param bool|null $sautPage The saut page.
6290
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6291
     */
6292
    public function setSautPage(?bool $sautPage): ConstantesEntreprise {
6293
        $this->sautPage = $sautPage;
6294
        return $this;
6295
    }
6296
6297
    /**
6298
     * Set the seuil.
6299
     *
6300
     * @param float|null $seuil The seuil.
6301
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6302
     */
6303
    public function setSeuil(?float $seuil): ConstantesEntreprise {
6304
        $this->seuil = $seuil;
6305
        return $this;
6306
    }
6307
6308
    /**
6309
     * Set the seuil conting.
6310
     *
6311
     * @param float|null $seuilConting The seuil conting.
6312
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6313
     */
6314
    public function setSeuilConting(?float $seuilConting): ConstantesEntreprise {
6315
        $this->seuilConting = $seuilConting;
6316
        return $this;
6317
    }
6318
6319
    /**
6320
     * Set the stc auto.
6321
     *
6322
     * @param bool|null $stcAuto The stc auto.
6323
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6324
     */
6325
    public function setStcAuto(?bool $stcAuto): ConstantesEntreprise {
6326
        $this->stcAuto = $stcAuto;
6327
        return $this;
6328
    }
6329
6330
    /**
6331
     * Set the tab bord tri etablissement.
6332
     *
6333
     * @param bool|null $tabBordTriEtablissement The tab bord tri etablissement.
6334
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6335
     */
6336
    public function setTabBordTriEtablissement(?bool $tabBordTriEtablissement): ConstantesEntreprise {
6337
        $this->tabBordTriEtablissement = $tabBordTriEtablissement;
6338
        return $this;
6339
    }
6340
6341
    /**
6342
     * Set the tab bord tri service.
6343
     *
6344
     * @param bool|null $tabBordTriService The tab bord tri service.
6345
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6346
     */
6347
    public function setTabBordTriService(?bool $tabBordTriService): ConstantesEntreprise {
6348
        $this->tabBordTriService = $tabBordTriService;
6349
        return $this;
6350
    }
6351
6352
    /**
6353
     * Set the tableau charge.
6354
     *
6355
     * @param string|null $tableauCharge The tableau charge.
6356
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6357
     */
6358
    public function setTableauCharge(?string $tableauCharge): ConstantesEntreprise {
6359
        $this->tableauCharge = $tableauCharge;
6360
        return $this;
6361
    }
6362
6363
    /**
6364
     * Set the tds annee.
6365
     *
6366
     * @param int|null $tdsAnnee The tds annee.
6367
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6368
     */
6369
    public function setTdsAnnee(?int $tdsAnnee): ConstantesEntreprise {
6370
        $this->tdsAnnee = $tdsAnnee;
6371
        return $this;
6372
    }
6373
6374
    /**
6375
     * Set the tds euro.
6376
     *
6377
     * @param bool|null $tdsEuro The tds euro.
6378
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6379
     */
6380
    public function setTdsEuro(?bool $tdsEuro): ConstantesEntreprise {
6381
        $this->tdsEuro = $tdsEuro;
6382
        return $this;
6383
    }
6384
6385
    /**
6386
     * Set the tot gene isole.
6387
     *
6388
     * @param string|null $totGeneIsole The tot gene isole.
6389
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6390
     */
6391
    public function setTotGeneIsole(?string $totGeneIsole): ConstantesEntreprise {
6392
        $this->totGeneIsole = $totGeneIsole;
6393
        return $this;
6394
    }
6395
6396
    /**
6397
     * Set the tot service isole.
6398
     *
6399
     * @param string|null $totServiceIsole The tot service isole.
6400
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6401
     */
6402
    public function setTotServiceIsole(?string $totServiceIsole): ConstantesEntreprise {
6403
        $this->totServiceIsole = $totServiceIsole;
6404
        return $this;
6405
    }
6406
6407
    /**
6408
     * Set the total etab isole.
6409
     *
6410
     * @param string|null $totalEtabIsole The total etab isole.
6411
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6412
     */
6413
    public function setTotalEtabIsole(?string $totalEtabIsole): ConstantesEntreprise {
6414
        $this->totalEtabIsole = $totalEtabIsole;
6415
        return $this;
6416
    }
6417
6418
    /**
6419
     * Set the trans rupture.
6420
     *
6421
     * @param string|null $transRupture The trans rupture.
6422
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6423
     */
6424
    public function setTransRupture(?string $transRupture): ConstantesEntreprise {
6425
        $this->transRupture = $transRupture;
6426
        return $this;
6427
    }
6428
6429
    /**
6430
     * Set the trans tri etablissement.
6431
     *
6432
     * @param string|null $transTriEtablissement The trans tri etablissement.
6433
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6434
     */
6435
    public function setTransTriEtablissement(?string $transTriEtablissement): ConstantesEntreprise {
6436
        $this->transTriEtablissement = $transTriEtablissement;
6437
        return $this;
6438
    }
6439
6440
    /**
6441
     * Set the transfert tds emp.
6442
     *
6443
     * @param bool|null $transfertTdsEmp The transfert tds emp.
6444
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6445
     */
6446
    public function setTransfertTdsEmp(?bool $transfertTdsEmp): ConstantesEntreprise {
6447
        $this->transfertTdsEmp = $transfertTdsEmp;
6448
        return $this;
6449
    }
6450
6451
    /**
6452
     * Set the tri employe.
6453
     *
6454
     * @param string|null $triEmploye The tri employe.
6455
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6456
     */
6457
    public function setTriEmploye(?string $triEmploye): ConstantesEntreprise {
6458
        $this->triEmploye = $triEmploye;
6459
        return $this;
6460
    }
6461
6462
    /**
6463
     * Set the tx sal decote.
6464
     *
6465
     * @param float|null $txSalDecote The tx sal decote.
6466
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6467
     */
6468
    public function setTxSalDecote(?float $txSalDecote): ConstantesEntreprise {
6469
        $this->txSalDecote = $txSalDecote;
6470
        return $this;
6471
    }
6472
6473
    /**
6474
     * Set the type abs sans solde.
6475
     *
6476
     * @param string|null $typeAbsSansSolde The type abs sans solde.
6477
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6478
     */
6479
    public function setTypeAbsSansSolde(?string $typeAbsSansSolde): ConstantesEntreprise {
6480
        $this->typeAbsSansSolde = $typeAbsSansSolde;
6481
        return $this;
6482
    }
6483
6484
    /**
6485
     * Set the type agrement aem.
6486
     *
6487
     * @param string|null $typeAgrementAem The type agrement aem.
6488
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6489
     */
6490
    public function setTypeAgrementAem(?string $typeAgrementAem): ConstantesEntreprise {
6491
        $this->typeAgrementAem = $typeAgrementAem;
6492
        return $this;
6493
    }
6494
6495
    /**
6496
     * Set the type bordereau prepa.
6497
     *
6498
     * @param string|null $typeBordereauPrepa The type bordereau prepa.
6499
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6500
     */
6501
    public function setTypeBordereauPrepa(?string $typeBordereauPrepa): ConstantesEntreprise {
6502
        $this->typeBordereauPrepa = $typeBordereauPrepa;
6503
        return $this;
6504
    }
6505
6506
    /**
6507
     * Set the type bulletin.
6508
     *
6509
     * @param string|null $typeBulletin The type bulletin.
6510
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6511
     */
6512
    public function setTypeBulletin(?string $typeBulletin): ConstantesEntreprise {
6513
        $this->typeBulletin = $typeBulletin;
6514
        return $this;
6515
    }
6516
6517
    /**
6518
     * Set the type due.
6519
     *
6520
     * @param string|null $typeDue The type due.
6521
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6522
     */
6523
    public function setTypeDue(?string $typeDue): ConstantesEntreprise {
6524
        $this->typeDue = $typeDue;
6525
        return $this;
6526
    }
6527
6528
    /**
6529
     * Set the type dossier.
6530
     *
6531
     * @param string|null $typeDossier The type dossier.
6532
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6533
     */
6534
    public function setTypeDossier(?string $typeDossier): ConstantesEntreprise {
6535
        $this->typeDossier = $typeDossier;
6536
        return $this;
6537
    }
6538
6539
    /**
6540
     * Set the type effectif.
6541
     *
6542
     * @param string|null $typeEffectif The type effectif.
6543
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6544
     */
6545
    public function setTypeEffectif(?string $typeEffectif): ConstantesEntreprise {
6546
        $this->typeEffectif = $typeEffectif;
6547
        return $this;
6548
    }
6549
6550
    /**
6551
     * Set the type fich bilat.
6552
     *
6553
     * @param string|null $typeFichBilat The type fich bilat.
6554
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6555
     */
6556
    public function setTypeFichBilat(?string $typeFichBilat): ConstantesEntreprise {
6557
        $this->typeFichBilat = $typeFichBilat;
6558
        return $this;
6559
    }
6560
6561
    /**
6562
     * Set the type gestion bal.
6563
     *
6564
     * @param string|null $typeGestionBal The type gestion bal.
6565
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6566
     */
6567
    public function setTypeGestionBal(?string $typeGestionBal): ConstantesEntreprise {
6568
        $this->typeGestionBal = $typeGestionBal;
6569
        return $this;
6570
    }
6571
6572
    /**
6573
     * Set the type modele.
6574
     *
6575
     * @param string|null $typeModele The type modele.
6576
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6577
     */
6578
    public function setTypeModele(?string $typeModele): ConstantesEntreprise {
6579
        $this->typeModele = $typeModele;
6580
        return $this;
6581
    }
6582
6583
    /**
6584
     * Set the type prep dadsu.
6585
     *
6586
     * @param string|null $typePrepDadsu The type prep dadsu.
6587
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6588
     */
6589
    public function setTypePrepDadsu(?string $typePrepDadsu): ConstantesEntreprise {
6590
        $this->typePrepDadsu = $typePrepDadsu;
6591
        return $this;
6592
    }
6593
6594
    /**
6595
     * Set the type saisie abs.
6596
     *
6597
     * @param string|null $typeSaisieAbs The type saisie abs.
6598
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6599
     */
6600
    public function setTypeSaisieAbs(?string $typeSaisieAbs): ConstantesEntreprise {
6601
        $this->typeSaisieAbs = $typeSaisieAbs;
6602
        return $this;
6603
    }
6604
6605
    /**
6606
     * Set the type saisie absence.
6607
     *
6608
     * @param string|null $typeSaisieAbsence The type saisie absence.
6609
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6610
     */
6611
    public function setTypeSaisieAbsence(?string $typeSaisieAbsence): ConstantesEntreprise {
6612
        $this->typeSaisieAbsence = $typeSaisieAbsence;
6613
        return $this;
6614
    }
6615
6616
    /**
6617
     * Set the type stc.
6618
     *
6619
     * @param string|null $typeStc The type stc.
6620
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6621
     */
6622
    public function setTypeStc(?string $typeStc): ConstantesEntreprise {
6623
        $this->typeStc = $typeStc;
6624
        return $this;
6625
    }
6626
6627
    /**
6628
     * Set the type taux intemperie.
6629
     *
6630
     * @param string|null $typeTauxIntemperie The type taux intemperie.
6631
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6632
     */
6633
    public function setTypeTauxIntemperie(?string $typeTauxIntemperie): ConstantesEntreprise {
6634
        $this->typeTauxIntemperie = $typeTauxIntemperie;
6635
        return $this;
6636
    }
6637
6638
    /**
6639
     * Set the type tri.
6640
     *
6641
     * @param string|null $typeTri The type tri.
6642
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6643
     */
6644
    public function setTypeTri(?string $typeTri): ConstantesEntreprise {
6645
        $this->typeTri = $typeTri;
6646
        return $this;
6647
    }
6648
6649
    /**
6650
     * Set the type virement.
6651
     *
6652
     * @param string|null $typeVirement The type virement.
6653
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6654
     */
6655
    public function setTypeVirement(?string $typeVirement): ConstantesEntreprise {
6656
        $this->typeVirement = $typeVirement;
6657
        return $this;
6658
    }
6659
6660
    /**
6661
     * Set the type visu col saisie bul.
6662
     *
6663
     * @param string|null $typeVisuColSaisieBul The type visu col saisie bul.
6664
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6665
     */
6666
    public function setTypeVisuColSaisieBul(?string $typeVisuColSaisieBul): ConstantesEntreprise {
6667
        $this->typeVisuColSaisieBul = $typeVisuColSaisieBul;
6668
        return $this;
6669
    }
6670
6671
    /**
6672
     * Set the utilise pdp quadra.
6673
     *
6674
     * @param bool|null $utilisePdpQuadra The utilise pdp quadra.
6675
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6676
     */
6677
    public function setUtilisePdpQuadra(?bool $utilisePdpQuadra): ConstantesEntreprise {
6678
        $this->utilisePdpQuadra = $utilisePdpQuadra;
6679
        return $this;
6680
    }
6681
6682
    /**
6683
     * Set the utilise pdp quadra2.
6684
     *
6685
     * @param bool|null $utilisePdpQuadra2 The utilise pdp quadra2.
6686
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6687
     */
6688
    public function setUtilisePdpQuadra2(?bool $utilisePdpQuadra2): ConstantesEntreprise {
6689
        $this->utilisePdpQuadra2 = $utilisePdpQuadra2;
6690
        return $this;
6691
    }
6692
6693
    /**
6694
     * Set the val cp bulletin.
6695
     *
6696
     * @param bool|null $valCpBulletin The val cp bulletin.
6697
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6698
     */
6699
    public function setValCpBulletin(?bool $valCpBulletin): ConstantesEntreprise {
6700
        $this->valCpBulletin = $valCpBulletin;
6701
        return $this;
6702
    }
6703
6704
    /**
6705
     * Set the val filtre liste emp.
6706
     *
6707
     * @param int|null $valFiltreListeEmp The val filtre liste emp.
6708
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6709
     */
6710
    public function setValFiltreListeEmp(?int $valFiltreListeEmp): ConstantesEntreprise {
6711
        $this->valFiltreListeEmp = $valFiltreListeEmp;
6712
        return $this;
6713
    }
6714
6715
    /**
6716
     * Set the version controle dadsu.
6717
     *
6718
     * @param int|null $versionControleDadsu The version controle dadsu.
6719
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6720
     */
6721
    public function setVersionControleDadsu(?int $versionControleDadsu): ConstantesEntreprise {
6722
        $this->versionControleDadsu = $versionControleDadsu;
6723
        return $this;
6724
    }
6725
6726
    /**
6727
     * Set the vir code etab.
6728
     *
6729
     * @param string|null $virCodeEtab The vir code etab.
6730
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6731
     */
6732
    public function setVirCodeEtab(?string $virCodeEtab): ConstantesEntreprise {
6733
        $this->virCodeEtab = $virCodeEtab;
6734
        return $this;
6735
    }
6736
6737
    /**
6738
     * Set the vir collectivite.
6739
     *
6740
     * @param string|null $virCollectivite The vir collectivite.
6741
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6742
     */
6743
    public function setVirCollectivite(?string $virCollectivite): ConstantesEntreprise {
6744
        $this->virCollectivite = $virCollectivite;
6745
        return $this;
6746
    }
6747
6748
    /**
6749
     * Set the vir comptable centre.
6750
     *
6751
     * @param string|null $virComptableCentre The vir comptable centre.
6752
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6753
     */
6754
    public function setVirComptableCentre(?string $virComptableCentre): ConstantesEntreprise {
6755
        $this->virComptableCentre = $virComptableCentre;
6756
        return $this;
6757
    }
6758
6759
    /**
6760
     * Set the vir comptable sub.
6761
     *
6762
     * @param string|null $virComptableSub The vir comptable sub.
6763
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6764
     */
6765
    public function setVirComptableSub(?string $virComptableSub): ConstantesEntreprise {
6766
        $this->virComptableSub = $virComptableSub;
6767
        return $this;
6768
    }
6769
6770
    /**
6771
     * Set the vir fonction publique.
6772
     *
6773
     * @param bool|null $virFonctionPublique The vir fonction publique.
6774
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6775
     */
6776
    public function setVirFonctionPublique(?bool $virFonctionPublique): ConstantesEntreprise {
6777
        $this->virFonctionPublique = $virFonctionPublique;
6778
        return $this;
6779
    }
6780
6781
    /**
6782
     * Set the vir seuil.
6783
     *
6784
     * @param float|null $virSeuil The vir seuil.
6785
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6786
     */
6787
    public function setVirSeuil(?float $virSeuil): ConstantesEntreprise {
6788
        $this->virSeuil = $virSeuil;
6789
        return $this;
6790
    }
6791
6792
    /**
6793
     * Set the vir type etab.
6794
     *
6795
     * @param string|null $virTypeEtab The vir type etab.
6796
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6797
     */
6798
    public function setVirTypeEtab(?string $virTypeEtab): ConstantesEntreprise {
6799
        $this->virTypeEtab = $virTypeEtab;
6800
        return $this;
6801
    }
6802
6803
    /**
6804
     * Set the virement cr lf.
6805
     *
6806
     * @param bool|null $virementCrLf The virement cr lf.
6807
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6808
     */
6809
    public function setVirementCrLf(?bool $virementCrLf): ConstantesEntreprise {
6810
        $this->virementCrLf = $virementCrLf;
6811
        return $this;
6812
    }
6813
6814
    /**
6815
     * Set the virements euro.
6816
     *
6817
     * @param string|null $virementsEuro The virements euro.
6818
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6819
     */
6820
    public function setVirementsEuro(?string $virementsEuro): ConstantesEntreprise {
6821
        $this->virementsEuro = $virementsEuro;
6822
        return $this;
6823
    }
6824
6825
    /**
6826
     * Set the web prioritaire.
6827
     *
6828
     * @param bool|null $webPrioritaire The web prioritaire.
6829
     * @return ConstantesEntreprise Returns this Constantes entreprise.
6830
     */
6831
    public function setWebPrioritaire(?bool $webPrioritaire): ConstantesEntreprise {
6832
        $this->webPrioritaire = $webPrioritaire;
6833
        return $this;
6834
    }
6835
}
6836