Completed
Push — master ( bc6f43...6ee0f9 )
by WEBEWEB
25:08
created

Libelles::setCategSalarie()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 4

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 4
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 1
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\Quadratus\Model\QPaie;
13
14
use DateTime;
15
16
/**
17
 * Libelles model.
18
 *
19
 * @author webeweb <https://github.com/webeweb/>
20
 * @package WBW\Library\Core\Quadratus\Model\QPaie
21
 */
22
class Libelles {
23
24
	/**
25
	 * A compter heures assedic.
26
	 *
27
	 * @var boolean
28
	 */
29
	private $aCompterHeuresAssedic;
30
31
	/**
32
	 * A conserver s e t p.
33
	 *
34
	 * @var boolean
35
	 */
36
	private $aConserverSETP;
37
38
	/**
39
	 * A cumuler base c p.
40
	 *
41
	 * @var boolean
42
	 */
43
	private $aCumulerBaseCP;
44
45
	/**
46
	 * A cumuler base caisse1.
47
	 *
48
	 * @var boolean
49
	 */
50
	private $aCumulerBaseCaisse1;
51
52
	/**
53
	 * A cumuler base caisse2.
54
	 *
55
	 * @var boolean
56
	 */
57
	private $aCumulerBaseCaisse2;
58
59
	/**
60
	 * A cumuler base caisse3.
61
	 *
62
	 * @var boolean
63
	 */
64
	private $aCumulerBaseCaisse3;
65
66
	/**
67
	 * A cumuler base secu.
68
	 *
69
	 * @var boolean
70
	 */
71
	private $aCumulerBaseSecu;
72
73
	/**
74
	 * A e n lien presence effective.
75
	 *
76
	 * @var boolean
77
	 */
78
	private $aENLienPresenceEffective;
79
80
	/**
81
	 * A reintegrer s e t p.
82
	 *
83
	 * @var boolean
84
	 */
85
	private $aReintegrerSETP;
86
87
	/**
88
	 * Active variables emp.
89
	 *
90
	 * @var boolean
91
	 */
92
	private $activeVariablesEmp;
93
94
	/**
95
	 * Agff.
96
	 *
97
	 * @var boolean
98
	 */
99
	private $agff;
100
101
	/**
102
	 * Avantage nature prime.
103
	 *
104
	 * @var boolean
105
	 */
106
	private $avantageNaturePrime;
107
108
	/**
109
	 * Avantage nature t d s.
110
	 *
111
	 * @var boolean
112
	 */
113
	private $avantageNatureTDS;
114
115
	/**
116
	 * Avec retro act.
117
	 *
118
	 * @var boolean
119
	 */
120
	private $avecRetroAct;
121
122
	/**
123
	 * Base exoneree.
124
	 *
125
	 * @var boolean
126
	 */
127
	private $baseExoneree;
128
129
	/**
130
	 * Base non exoneree.
131
	 *
132
	 * @var boolean
133
	 */
134
	private $baseNonExoneree;
135
136
	/**
137
	 * Categ salarie.
138
	 *
139
	 * @var string
140
	 */
141
	private $categSalarie;
142
143
	/**
144
	 * Cheque vacance.
145
	 *
146
	 * @var boolean
147
	 */
148
	private $chequeVacance;
149
150
	/**
151
	 * Code.
152
	 *
153
	 * @var string
154
	 */
155
	private $code;
156
157
	/**
158
	 * Code c s g taux.
159
	 *
160
	 * @var string
161
	 */
162
	private $codeCSGTaux;
163
164
	/**
165
	 * Code calcul.
166
	 *
167
	 * @var string
168
	 */
169
	private $codeCalcul;
170
171
	/**
172
	 * Code ducs.
173
	 *
174
	 * @var string
175
	 */
176
	private $codeDucs;
177
178
	/**
179
	 * Code edition histo.
180
	 *
181
	 * @var string
182
	 */
183
	private $codeEditionHisto;
184
185
	/**
186
	 * Code insee.
187
	 *
188
	 * @var string
189
	 */
190
	private $codeInsee;
191
192
	/**
193
	 * Code organisme.
194
	 *
195
	 * @var string
196
	 */
197
	private $codeOrganisme;
198
199
	/**
200
	 * Code rds.
201
	 *
202
	 * @var string
203
	 */
204
	private $codeRds;
205
206
	/**
207
	 * Code type assurance.
208
	 *
209
	 * @var string
210
	 */
211
	private $codeTypeAssurance;
212
213
	/**
214
	 * Code type b plaf.
215
	 *
216
	 * @var string
217
	 */
218
	private $codeTypeBPlaf;
219
220
	/**
221
	 * Code type b spec prev.
222
	 *
223
	 * @var string
224
	 */
225
	private $codeTypeBSpecPrev;
226
227
	/**
228
	 * Code type brut.
229
	 *
230
	 * @var string
231
	 */
232
	private $codeTypeBrut;
233
234
	/**
235
	 * Code type prev.
236
	 *
237
	 * @var string
238
	 */
239
	private $codeTypePrev;
240
241
	/**
242
	 * Code type somme.
243
	 *
244
	 * @var string
245
	 */
246
	private $codeTypeSomme;
247
248
	/**
249
	 * Compte charge.
250
	 *
251
	 * @var string
252
	 */
253
	private $compteCharge;
254
255
	/**
256
	 * Condition.
257
	 *
258
	 * @var string
259
	 */
260
	private $condition;
261
262
	/**
263
	 * Condition spec.
264
	 *
265
	 * @var string
266
	 */
267
	private $conditionSpec;
268
269
	/**
270
	 * Conge paye.
271
	 *
272
	 * @var boolean
273
	 */
274
	private $congePaye;
275
276
	/**
277
	 * Cotis normal dues.
278
	 *
279
	 * @var boolean
280
	 */
281
	private $cotisNormalDues;
282
283
	/**
284
	 * Cotis normal dues a c c r e.
285
	 *
286
	 * @var boolean
287
	 */
288
	private $cotisNormalDuesACCRE;
289
290
	/**
291
	 * Cotis normal dues z f u.
292
	 *
293
	 * @var boolean
294
	 */
295
	private $cotisNormalDuesZFU;
296
297
	/**
298
	 * Cotis normal dues z r d.
299
	 *
300
	 * @var boolean
301
	 */
302
	private $cotisNormalDuesZRD;
303
304
	/**
305
	 * Cotis normal dues z r r z r u.
306
	 *
307
	 * @var boolean
308
	 */
309
	private $cotisNormalDuesZRRZRU;
310
311
	/**
312
	 * Cotisation c s g.
313
	 *
314
	 * @var boolean
315
	 */
316
	private $cotisationCSG;
317
318
	/**
319
	 * Cout global.
320
	 *
321
	 * @var boolean
322
	 */
323
	private $coutGlobal;
324
325
	/**
326
	 * Deb per application.
327
	 *
328
	 * @var DateTime
329
	 */
330
	private $debPerApplication;
331
332
	/**
333
	 * Determine allegement.
334
	 *
335
	 * @var boolean
336
	 */
337
	private $determineAllegement;
338
339
	/**
340
	 * Determine base secu.
341
	 *
342
	 * @var boolean
343
	 */
344
	private $determineBaseSecu;
345
346
	/**
347
	 * Diminue net.
348
	 *
349
	 * @var boolean
350
	 */
351
	private $diminueNet;
352
353
	/**
354
	 * Edition base.
355
	 *
356
	 * @var boolean
357
	 */
358
	private $editionBase;
359
360
	/**
361
	 * Edition bulletin.
362
	 *
363
	 * @var boolean
364
	 */
365
	private $editionBulletin;
366
367
	/**
368
	 * Edition cot patronale.
369
	 *
370
	 * @var boolean
371
	 */
372
	private $editionCotPatronale;
373
374
	/**
375
	 * Edition forcee d s.
376
	 *
377
	 * @var boolean
378
	 */
379
	private $editionForceeDS;
380
381
	/**
382
	 * Edition resultat.
383
	 *
384
	 * @var boolean
385
	 */
386
	private $editionResultat;
387
388
	/**
389
	 * Edition taux.
390
	 *
391
	 * @var boolean
392
	 */
393
	private $editionTaux;
394
395
	/**
396
	 * Exclure loi t e p a.
397
	 *
398
	 * @var boolean
399
	 */
400
	private $exclureLoiTEPA;
401
402
	/**
403
	 * Exo occasionnel m s a.
404
	 *
405
	 * @var boolean
406
	 */
407
	private $exoOccasionnelMSA;
408
409
	/**
410
	 * Exo taux patronal.
411
	 *
412
	 * @var boolean
413
	 */
414
	private $exoTauxPatronal;
415
416
	/**
417
	 * Expatriation.
418
	 *
419
	 * @var boolean
420
	 */
421
	private $expatriation;
422
423
	/**
424
	 * Fillon a d o m.
425
	 *
426
	 * @var boolean
427
	 */
428
	private $fillonADOM;
429
430
	/**
431
	 * Fillon s a p.
432
	 *
433
	 * @var boolean
434
	 */
435
	private $fillonSAP;
436
437
	/**
438
	 * Fin per application.
439
	 *
440
	 * @var DateTime
441
	 */
442
	private $finPerApplication;
443
444
	/**
445
	 * Frais professionnel.
446
	 *
447
	 * @var boolean
448
	 */
449
	private $fraisProfessionnel;
450
451
	/**
452
	 * Frais sante.
453
	 *
454
	 * @var boolean
455
	 */
456
	private $fraisSante;
457
458
	/**
459
	 * Freq1.
460
	 *
461
	 * @var boolean
462
	 */
463
	private $freq1;
464
465
	/**
466
	 * Freq10.
467
	 *
468
	 * @var boolean
469
	 */
470
	private $freq10;
471
472
	/**
473
	 * Freq11.
474
	 *
475
	 * @var boolean
476
	 */
477
	private $freq11;
478
479
	/**
480
	 * Freq12.
481
	 *
482
	 * @var boolean
483
	 */
484
	private $freq12;
485
486
	/**
487
	 * Freq2.
488
	 *
489
	 * @var boolean
490
	 */
491
	private $freq2;
492
493
	/**
494
	 * Freq3.
495
	 *
496
	 * @var boolean
497
	 */
498
	private $freq3;
499
500
	/**
501
	 * Freq4.
502
	 *
503
	 * @var boolean
504
	 */
505
	private $freq4;
506
507
	/**
508
	 * Freq5.
509
	 *
510
	 * @var boolean
511
	 */
512
	private $freq5;
513
514
	/**
515
	 * Freq6.
516
	 *
517
	 * @var boolean
518
	 */
519
	private $freq6;
520
521
	/**
522
	 * Freq7.
523
	 *
524
	 * @var boolean
525
	 */
526
	private $freq7;
527
528
	/**
529
	 * Freq8.
530
	 *
531
	 * @var boolean
532
	 */
533
	private $freq8;
534
535
	/**
536
	 * Freq9.
537
	 *
538
	 * @var boolean
539
	 */
540
	private $freq9;
541
542
	/**
543
	 * H sup loi t e p a.
544
	 *
545
	 * @var boolean
546
	 */
547
	private $hSupLoiTEPA;
548
549
	/**
550
	 * H sup structurelle.
551
	 *
552
	 * @var boolean
553
	 */
554
	private $hSupStructurelle;
555
556
	/**
557
	 * Id institution.
558
	 *
559
	 * @var string
560
	 */
561
	private $idInstitution;
562
563
	/**
564
	 * Ijss.
565
	 *
566
	 * @var boolean
567
	 */
568
	private $ijss;
569
570
	/**
571
	 * Imput epargne ret.
572
	 *
573
	 * @var boolean
574
	 */
575
	private $imputEpargneRet;
576
577
	/**
578
	 * Indemnite non imposable.
579
	 *
580
	 * @var boolean
581
	 */
582
	private $indemniteNonImposable;
583
584
	/**
585
	 * Intervient brutal.
586
	 *
587
	 * @var boolean
588
	 */
589
	private $intervientBrutal;
590
591
	/**
592
	 * Intervient indem preca.
593
	 *
594
	 * @var boolean
595
	 */
596
	private $intervientIndemPreca;
597
598
	/**
599
	 * Intervient taux h ab cp.
600
	 *
601
	 * @var string
602
	 */
603
	private $intervientTauxHAbCp;
604
605
	/**
606
	 * Intitule.
607
	 *
608
	 * @var string
609
	 */
610
	private $intitule;
611
612
	/**
613
	 * Intitule ducs.
614
	 *
615
	 * @var string
616
	 */
617
	private $intituleDucs;
618
619
	/**
620
	 * Maintien salaire.
621
	 *
622
	 * @var boolean
623
	 */
624
	private $maintienSalaire;
625
626
	/**
627
	 * Mois deb fixe.
628
	 *
629
	 * @var string
630
	 */
631
	private $moisDebFixe;
632
633
	/**
634
	 * Mois echu.
635
	 *
636
	 * @var boolean
637
	 */
638
	private $moisEchu;
639
640
	/**
641
	 * Mois fin fixe.
642
	 *
643
	 * @var string
644
	 */
645
	private $moisFinFixe;
646
647
	/**
648
	 * Montant global.
649
	 *
650
	 * @var float
651
	 */
652
	private $montantGlobal;
653
654
	/**
655
	 * Montant salarial.
656
	 *
657
	 * @var float
658
	 */
659
	private $montantSalarial;
660
661
	/**
662
	 * Nb h contract.
663
	 *
664
	 * @var float
665
	 */
666
	private $nbHContract;
667
668
	/**
669
	 * Nb mois applic.
670
	 *
671
	 * @var int
672
	 */
673
	private $nbMoisApplic;
674
675
	/**
676
	 * Neutre.
677
	 *
678
	 * @var boolean
679
	 */
680
	private $neutre;
681
682
	/**
683
	 * Num col acbs.
684
	 *
685
	 * @var string
686
	 */
687
	private $numColAcbs;
688
689
	/**
690
	 * Num col allege35h.
691
	 *
692
	 * @var string
693
	 */
694
	private $numColAllege35h;
695
696
	/**
697
	 * Num col charges cafe.
698
	 *
699
	 * @var string
700
	 */
701
	private $numColChargesCafe;
702
703
	/**
704
	 * Num cumul bulletin.
705
	 *
706
	 * @var int
707
	 */
708
	private $numCumulBulletin;
709
710
	/**
711
	 * Num cumul patron.
712
	 *
713
	 * @var int
714
	 */
715
	private $numCumulPatron;
716
717
	/**
718
	 * Num taux const nat.
719
	 *
720
	 * @var int
721
	 */
722
	private $numTauxConstNat;
723
724
	/**
725
	 * Part patron prevoyance.
726
	 *
727
	 * @var boolean
728
	 */
729
	private $partPatronPrevoyance;
730
731
	/**
732
	 * Periodicite.
733
	 *
734
	 * @var string
735
	 */
736
	private $periodicite;
737
738
	/**
739
	 * Pourboire.
740
	 *
741
	 * @var boolean
742
	 */
743
	private $pourboire;
744
745
	/**
746
	 * Prevoyance.
747
	 *
748
	 * @var boolean
749
	 */
750
	private $prevoyance;
751
752
	/**
753
	 * Prevoyance comp.
754
	 *
755
	 * @var boolean
756
	 */
757
	private $prevoyanceComp;
758
759
	/**
760
	 * Prime non proratisee.
761
	 *
762
	 * @var boolean
763
	 */
764
	private $primeNonProratisee;
765
766
	/**
767
	 * Prime servitude travail.
768
	 *
769
	 * @var boolean
770
	 */
771
	private $primeServitudeTravail;
772
773
	/**
774
	 * Qualifiant cotis.
775
	 *
776
	 * @var string
777
	 */
778
	private $qualifiantCotis;
779
780
	/**
781
	 * Regle calcul.
782
	 *
783
	 * @var string
784
	 */
785
	private $regleCalcul;
786
787
	/**
788
	 * Regle taux.
789
	 *
790
	 * @var string
791
	 */
792
	private $regleTaux;
793
794
	/**
795
	 * Remise a zero.
796
	 *
797
	 * @var boolean
798
	 */
799
	private $remiseAZero;
800
801
	/**
802
	 * Result mt.
803
	 *
804
	 * @var boolean
805
	 */
806
	private $resultMt;
807
808
	/**
809
	 * Resultat ducs.
810
	 *
811
	 * @var boolean
812
	 */
813
	private $resultatDucs;
814
815
	/**
816
	 * Retenue salaire.
817
	 *
818
	 * @var boolean
819
	 */
820
	private $retenueSalaire;
821
822
	/**
823
	 * Retenue source.
824
	 *
825
	 * @var boolean
826
	 */
827
	private $retenueSource;
828
829
	/**
830
	 * Retraite obligatoire.
831
	 *
832
	 * @var boolean
833
	 */
834
	private $retraiteObligatoire;
835
836
	/**
837
	 * Retraite supp.
838
	 *
839
	 * @var boolean
840
	 */
841
	private $retraiteSupp;
842
843
	/**
844
	 * Salaire c p.
845
	 *
846
	 * @var boolean
847
	 */
848
	private $salaireCP;
849
850
	/**
851
	 * Sans reintegration sociale.
852
	 *
853
	 * @var boolean
854
	 */
855
	private $sansReintegrationSociale;
856
857
	/**
858
	 * Soumis abattement.
859
	 *
860
	 * @var boolean
861
	 */
862
	private $soumisAbattement;
863
864
	/**
865
	 * Soumis c r d s100.
866
	 *
867
	 * @var boolean
868
	 */
869
	private $soumisCRDS100;
870
871
	/**
872
	 * Soumis c s g.
873
	 *
874
	 * @var boolean
875
	 */
876
	private $soumisCSG;
877
878
	/**
879
	 * Soumis c s g100.
880
	 *
881
	 * @var boolean
882
	 */
883
	private $soumisCSG100;
884
885
	/**
886
	 * Soumis forfait social.
887
	 *
888
	 * @var boolean
889
	 */
890
	private $soumisForfaitSocial;
891
892
	/**
893
	 * Soumis r d s.
894
	 *
895
	 * @var boolean
896
	 */
897
	private $soumisRDS;
898
899
	/**
900
	 * Taux du libelle.
901
	 *
902
	 * @var boolean
903
	 */
904
	private $tauxDuLibelle;
905
906
	/**
907
	 * Taux forfait social.
908
	 *
909
	 * @var string
910
	 */
911
	private $tauxForfaitSocial;
912
913
	/**
914
	 * Taux patronal d a d s u.
915
	 *
916
	 * @var float
917
	 */
918
	private $tauxPatronalDADSU;
919
920
	/**
921
	 * Taux salarial d a d s u.
922
	 *
923
	 * @var float
924
	 */
925
	private $tauxSalarialDADSU;
926
927
	/**
928
	 * Type absence h sup.
929
	 *
930
	 * @var string
931
	 */
932
	private $typeAbsenceHSup;
933
934
	/**
935
	 * Type avantage.
936
	 *
937
	 * @var string
938
	 */
939
	private $typeAvantage;
940
941
	/**
942
	 * Type base cotisation.
943
	 *
944
	 * @var string
945
	 */
946
	private $typeBaseCotisation;
947
948
	/**
949
	 * Type cotis.
950
	 *
951
	 * @var string
952
	 */
953
	private $typeCotis;
954
955
	/**
956
	 * Type date anc.
957
	 *
958
	 * @var int
959
	 */
960
	private $typeDateAnc;
961
962
	/**
963
	 * Type donnee d a d s u.
964
	 *
965
	 * @var string
966
	 */
967
	private $typeDonneeDADSU;
968
969
	/**
970
	 * Type frais.
971
	 *
972
	 * @var string
973
	 */
974
	private $typeFrais;
975
976
	/**
977
	 * Type h e fillon.
978
	 *
979
	 * @var string
980
	 */
981
	private $typeHEFillon;
982
983
	/**
984
	 * Type h sup loi t e p a.
985
	 *
986
	 * @var string
987
	 */
988
	private $typeHSupLoiTEPA;
989
990
	/**
991
	 * Type heure.
992
	 *
993
	 * @var string
994
	 */
995
	private $typeHeure;
996
997
	/**
998
	 * Type heure sup.
999
	 *
1000
	 * @var string
1001
	 */
1002
	private $typeHeureSup;
1003
1004
	/**
1005
	 * Type orga.
1006
	 *
1007
	 * @var string
1008
	 */
1009
	private $typeOrga;
1010
1011
	/**
1012
	 * Type proratisation prime.
1013
	 *
1014
	 * @var string
1015
	 */
1016
	private $typeProratisationPrime;
1017
1018
	/**
1019
	 * Type tranche.
1020
	 *
1021
	 * @var string
1022
	 */
1023
	private $typeTranche;
1024
1025
	/**
1026
	 * Constructor.
1027
	 */
1028
	public function __construct() {
1029
		// NOTHING TO DO;
1030
	}
1031
1032
	/**
1033
	 * Get the a compter heures assedic.
1034
	 *
1035
	 * @return boolean Returns the a compter heures assedic.
1036
	 */
1037
	public function getACompterHeuresAssedic() {
1038
		return $this->aCompterHeuresAssedic;
1039
	}
1040
1041
	/**
1042
	 * Get the a conserver s e t p.
1043
	 *
1044
	 * @return boolean Returns the a conserver s e t p.
1045
	 */
1046
	public function getAConserverSETP() {
1047
		return $this->aConserverSETP;
1048
	}
1049
1050
	/**
1051
	 * Get the a cumuler base c p.
1052
	 *
1053
	 * @return boolean Returns the a cumuler base c p.
1054
	 */
1055
	public function getACumulerBaseCP() {
1056
		return $this->aCumulerBaseCP;
1057
	}
1058
1059
	/**
1060
	 * Get the a cumuler base caisse1.
1061
	 *
1062
	 * @return boolean Returns the a cumuler base caisse1.
1063
	 */
1064
	public function getACumulerBaseCaisse1() {
1065
		return $this->aCumulerBaseCaisse1;
1066
	}
1067
1068
	/**
1069
	 * Get the a cumuler base caisse2.
1070
	 *
1071
	 * @return boolean Returns the a cumuler base caisse2.
1072
	 */
1073
	public function getACumulerBaseCaisse2() {
1074
		return $this->aCumulerBaseCaisse2;
1075
	}
1076
1077
	/**
1078
	 * Get the a cumuler base caisse3.
1079
	 *
1080
	 * @return boolean Returns the a cumuler base caisse3.
1081
	 */
1082
	public function getACumulerBaseCaisse3() {
1083
		return $this->aCumulerBaseCaisse3;
1084
	}
1085
1086
	/**
1087
	 * Get the a cumuler base secu.
1088
	 *
1089
	 * @return boolean Returns the a cumuler base secu.
1090
	 */
1091
	public function getACumulerBaseSecu() {
1092
		return $this->aCumulerBaseSecu;
1093
	}
1094
1095
	/**
1096
	 * Get the a e n lien presence effective.
1097
	 *
1098
	 * @return boolean Returns the a e n lien presence effective.
1099
	 */
1100
	public function getAENLienPresenceEffective() {
1101
		return $this->aENLienPresenceEffective;
1102
	}
1103
1104
	/**
1105
	 * Get the a reintegrer s e t p.
1106
	 *
1107
	 * @return boolean Returns the a reintegrer s e t p.
1108
	 */
1109
	public function getAReintegrerSETP() {
1110
		return $this->aReintegrerSETP;
1111
	}
1112
1113
	/**
1114
	 * Get the active variables emp.
1115
	 *
1116
	 * @return boolean Returns the active variables emp.
1117
	 */
1118
	public function getActiveVariablesEmp() {
1119
		return $this->activeVariablesEmp;
1120
	}
1121
1122
	/**
1123
	 * Get the agff.
1124
	 *
1125
	 * @return boolean Returns the agff.
1126
	 */
1127
	public function getAgff() {
1128
		return $this->agff;
1129
	}
1130
1131
	/**
1132
	 * Get the avantage nature prime.
1133
	 *
1134
	 * @return boolean Returns the avantage nature prime.
1135
	 */
1136
	public function getAvantageNaturePrime() {
1137
		return $this->avantageNaturePrime;
1138
	}
1139
1140
	/**
1141
	 * Get the avantage nature t d s.
1142
	 *
1143
	 * @return boolean Returns the avantage nature t d s.
1144
	 */
1145
	public function getAvantageNatureTDS() {
1146
		return $this->avantageNatureTDS;
1147
	}
1148
1149
	/**
1150
	 * Get the avec retro act.
1151
	 *
1152
	 * @return boolean Returns the avec retro act.
1153
	 */
1154
	public function getAvecRetroAct() {
1155
		return $this->avecRetroAct;
1156
	}
1157
1158
	/**
1159
	 * Get the base exoneree.
1160
	 *
1161
	 * @return boolean Returns the base exoneree.
1162
	 */
1163
	public function getBaseExoneree() {
1164
		return $this->baseExoneree;
1165
	}
1166
1167
	/**
1168
	 * Get the base non exoneree.
1169
	 *
1170
	 * @return boolean Returns the base non exoneree.
1171
	 */
1172
	public function getBaseNonExoneree() {
1173
		return $this->baseNonExoneree;
1174
	}
1175
1176
	/**
1177
	 * Get the categ salarie.
1178
	 *
1179
	 * @return string Returns the categ salarie.
1180
	 */
1181
	public function getCategSalarie() {
1182
		return $this->categSalarie;
1183
	}
1184
1185
	/**
1186
	 * Get the cheque vacance.
1187
	 *
1188
	 * @return boolean Returns the cheque vacance.
1189
	 */
1190
	public function getChequeVacance() {
1191
		return $this->chequeVacance;
1192
	}
1193
1194
	/**
1195
	 * Get the code.
1196
	 *
1197
	 * @return string Returns the code.
1198
	 */
1199
	public function getCode() {
1200
		return $this->code;
1201
	}
1202
1203
	/**
1204
	 * Get the code c s g taux.
1205
	 *
1206
	 * @return string Returns the code c s g taux.
1207
	 */
1208
	public function getCodeCSGTaux() {
1209
		return $this->codeCSGTaux;
1210
	}
1211
1212
	/**
1213
	 * Get the code calcul.
1214
	 *
1215
	 * @return string Returns the code calcul.
1216
	 */
1217
	public function getCodeCalcul() {
1218
		return $this->codeCalcul;
1219
	}
1220
1221
	/**
1222
	 * Get the code ducs.
1223
	 *
1224
	 * @return string Returns the code ducs.
1225
	 */
1226
	public function getCodeDucs() {
1227
		return $this->codeDucs;
1228
	}
1229
1230
	/**
1231
	 * Get the code edition histo.
1232
	 *
1233
	 * @return string Returns the code edition histo.
1234
	 */
1235
	public function getCodeEditionHisto() {
1236
		return $this->codeEditionHisto;
1237
	}
1238
1239
	/**
1240
	 * Get the code insee.
1241
	 *
1242
	 * @return string Returns the code insee.
1243
	 */
1244
	public function getCodeInsee() {
1245
		return $this->codeInsee;
1246
	}
1247
1248
	/**
1249
	 * Get the code organisme.
1250
	 *
1251
	 * @return string Returns the code organisme.
1252
	 */
1253
	public function getCodeOrganisme() {
1254
		return $this->codeOrganisme;
1255
	}
1256
1257
	/**
1258
	 * Get the code rds.
1259
	 *
1260
	 * @return string Returns the code rds.
1261
	 */
1262
	public function getCodeRds() {
1263
		return $this->codeRds;
1264
	}
1265
1266
	/**
1267
	 * Get the code type assurance.
1268
	 *
1269
	 * @return string Returns the code type assurance.
1270
	 */
1271
	public function getCodeTypeAssurance() {
1272
		return $this->codeTypeAssurance;
1273
	}
1274
1275
	/**
1276
	 * Get the code type b plaf.
1277
	 *
1278
	 * @return string Returns the code type b plaf.
1279
	 */
1280
	public function getCodeTypeBPlaf() {
1281
		return $this->codeTypeBPlaf;
1282
	}
1283
1284
	/**
1285
	 * Get the code type b spec prev.
1286
	 *
1287
	 * @return string Returns the code type b spec prev.
1288
	 */
1289
	public function getCodeTypeBSpecPrev() {
1290
		return $this->codeTypeBSpecPrev;
1291
	}
1292
1293
	/**
1294
	 * Get the code type brut.
1295
	 *
1296
	 * @return string Returns the code type brut.
1297
	 */
1298
	public function getCodeTypeBrut() {
1299
		return $this->codeTypeBrut;
1300
	}
1301
1302
	/**
1303
	 * Get the code type prev.
1304
	 *
1305
	 * @return string Returns the code type prev.
1306
	 */
1307
	public function getCodeTypePrev() {
1308
		return $this->codeTypePrev;
1309
	}
1310
1311
	/**
1312
	 * Get the code type somme.
1313
	 *
1314
	 * @return string Returns the code type somme.
1315
	 */
1316
	public function getCodeTypeSomme() {
1317
		return $this->codeTypeSomme;
1318
	}
1319
1320
	/**
1321
	 * Get the compte charge.
1322
	 *
1323
	 * @return string Returns the compte charge.
1324
	 */
1325
	public function getCompteCharge() {
1326
		return $this->compteCharge;
1327
	}
1328
1329
	/**
1330
	 * Get the condition.
1331
	 *
1332
	 * @return string Returns the condition.
1333
	 */
1334
	public function getCondition() {
1335
		return $this->condition;
1336
	}
1337
1338
	/**
1339
	 * Get the condition spec.
1340
	 *
1341
	 * @return string Returns the condition spec.
1342
	 */
1343
	public function getConditionSpec() {
1344
		return $this->conditionSpec;
1345
	}
1346
1347
	/**
1348
	 * Get the conge paye.
1349
	 *
1350
	 * @return boolean Returns the conge paye.
1351
	 */
1352
	public function getCongePaye() {
1353
		return $this->congePaye;
1354
	}
1355
1356
	/**
1357
	 * Get the cotis normal dues.
1358
	 *
1359
	 * @return boolean Returns the cotis normal dues.
1360
	 */
1361
	public function getCotisNormalDues() {
1362
		return $this->cotisNormalDues;
1363
	}
1364
1365
	/**
1366
	 * Get the cotis normal dues a c c r e.
1367
	 *
1368
	 * @return boolean Returns the cotis normal dues a c c r e.
1369
	 */
1370
	public function getCotisNormalDuesACCRE() {
1371
		return $this->cotisNormalDuesACCRE;
1372
	}
1373
1374
	/**
1375
	 * Get the cotis normal dues z f u.
1376
	 *
1377
	 * @return boolean Returns the cotis normal dues z f u.
1378
	 */
1379
	public function getCotisNormalDuesZFU() {
1380
		return $this->cotisNormalDuesZFU;
1381
	}
1382
1383
	/**
1384
	 * Get the cotis normal dues z r d.
1385
	 *
1386
	 * @return boolean Returns the cotis normal dues z r d.
1387
	 */
1388
	public function getCotisNormalDuesZRD() {
1389
		return $this->cotisNormalDuesZRD;
1390
	}
1391
1392
	/**
1393
	 * Get the cotis normal dues z r r z r u.
1394
	 *
1395
	 * @return boolean Returns the cotis normal dues z r r z r u.
1396
	 */
1397
	public function getCotisNormalDuesZRRZRU() {
1398
		return $this->cotisNormalDuesZRRZRU;
1399
	}
1400
1401
	/**
1402
	 * Get the cotisation c s g.
1403
	 *
1404
	 * @return boolean Returns the cotisation c s g.
1405
	 */
1406
	public function getCotisationCSG() {
1407
		return $this->cotisationCSG;
1408
	}
1409
1410
	/**
1411
	 * Get the cout global.
1412
	 *
1413
	 * @return boolean Returns the cout global.
1414
	 */
1415
	public function getCoutGlobal() {
1416
		return $this->coutGlobal;
1417
	}
1418
1419
	/**
1420
	 * Get the deb per application.
1421
	 *
1422
	 * @return DateTime Returns the deb per application.
1423
	 */
1424
	public function getDebPerApplication() {
1425
		return $this->debPerApplication;
1426
	}
1427
1428
	/**
1429
	 * Get the determine allegement.
1430
	 *
1431
	 * @return boolean Returns the determine allegement.
1432
	 */
1433
	public function getDetermineAllegement() {
1434
		return $this->determineAllegement;
1435
	}
1436
1437
	/**
1438
	 * Get the determine base secu.
1439
	 *
1440
	 * @return boolean Returns the determine base secu.
1441
	 */
1442
	public function getDetermineBaseSecu() {
1443
		return $this->determineBaseSecu;
1444
	}
1445
1446
	/**
1447
	 * Get the diminue net.
1448
	 *
1449
	 * @return boolean Returns the diminue net.
1450
	 */
1451
	public function getDiminueNet() {
1452
		return $this->diminueNet;
1453
	}
1454
1455
	/**
1456
	 * Get the edition base.
1457
	 *
1458
	 * @return boolean Returns the edition base.
1459
	 */
1460
	public function getEditionBase() {
1461
		return $this->editionBase;
1462
	}
1463
1464
	/**
1465
	 * Get the edition bulletin.
1466
	 *
1467
	 * @return boolean Returns the edition bulletin.
1468
	 */
1469
	public function getEditionBulletin() {
1470
		return $this->editionBulletin;
1471
	}
1472
1473
	/**
1474
	 * Get the edition cot patronale.
1475
	 *
1476
	 * @return boolean Returns the edition cot patronale.
1477
	 */
1478
	public function getEditionCotPatronale() {
1479
		return $this->editionCotPatronale;
1480
	}
1481
1482
	/**
1483
	 * Get the edition forcee d s.
1484
	 *
1485
	 * @return boolean Returns the edition forcee d s.
1486
	 */
1487
	public function getEditionForceeDS() {
1488
		return $this->editionForceeDS;
1489
	}
1490
1491
	/**
1492
	 * Get the edition resultat.
1493
	 *
1494
	 * @return boolean Returns the edition resultat.
1495
	 */
1496
	public function getEditionResultat() {
1497
		return $this->editionResultat;
1498
	}
1499
1500
	/**
1501
	 * Get the edition taux.
1502
	 *
1503
	 * @return boolean Returns the edition taux.
1504
	 */
1505
	public function getEditionTaux() {
1506
		return $this->editionTaux;
1507
	}
1508
1509
	/**
1510
	 * Get the exclure loi t e p a.
1511
	 *
1512
	 * @return boolean Returns the exclure loi t e p a.
1513
	 */
1514
	public function getExclureLoiTEPA() {
1515
		return $this->exclureLoiTEPA;
1516
	}
1517
1518
	/**
1519
	 * Get the exo occasionnel m s a.
1520
	 *
1521
	 * @return boolean Returns the exo occasionnel m s a.
1522
	 */
1523
	public function getExoOccasionnelMSA() {
1524
		return $this->exoOccasionnelMSA;
1525
	}
1526
1527
	/**
1528
	 * Get the exo taux patronal.
1529
	 *
1530
	 * @return boolean Returns the exo taux patronal.
1531
	 */
1532
	public function getExoTauxPatronal() {
1533
		return $this->exoTauxPatronal;
1534
	}
1535
1536
	/**
1537
	 * Get the expatriation.
1538
	 *
1539
	 * @return boolean Returns the expatriation.
1540
	 */
1541
	public function getExpatriation() {
1542
		return $this->expatriation;
1543
	}
1544
1545
	/**
1546
	 * Get the fillon a d o m.
1547
	 *
1548
	 * @return boolean Returns the fillon a d o m.
1549
	 */
1550
	public function getFillonADOM() {
1551
		return $this->fillonADOM;
1552
	}
1553
1554
	/**
1555
	 * Get the fillon s a p.
1556
	 *
1557
	 * @return boolean Returns the fillon s a p.
1558
	 */
1559
	public function getFillonSAP() {
1560
		return $this->fillonSAP;
1561
	}
1562
1563
	/**
1564
	 * Get the fin per application.
1565
	 *
1566
	 * @return DateTime Returns the fin per application.
1567
	 */
1568
	public function getFinPerApplication() {
1569
		return $this->finPerApplication;
1570
	}
1571
1572
	/**
1573
	 * Get the frais professionnel.
1574
	 *
1575
	 * @return boolean Returns the frais professionnel.
1576
	 */
1577
	public function getFraisProfessionnel() {
1578
		return $this->fraisProfessionnel;
1579
	}
1580
1581
	/**
1582
	 * Get the frais sante.
1583
	 *
1584
	 * @return boolean Returns the frais sante.
1585
	 */
1586
	public function getFraisSante() {
1587
		return $this->fraisSante;
1588
	}
1589
1590
	/**
1591
	 * Get the freq1.
1592
	 *
1593
	 * @return boolean Returns the freq1.
1594
	 */
1595
	public function getFreq1() {
1596
		return $this->freq1;
1597
	}
1598
1599
	/**
1600
	 * Get the freq10.
1601
	 *
1602
	 * @return boolean Returns the freq10.
1603
	 */
1604
	public function getFreq10() {
1605
		return $this->freq10;
1606
	}
1607
1608
	/**
1609
	 * Get the freq11.
1610
	 *
1611
	 * @return boolean Returns the freq11.
1612
	 */
1613
	public function getFreq11() {
1614
		return $this->freq11;
1615
	}
1616
1617
	/**
1618
	 * Get the freq12.
1619
	 *
1620
	 * @return boolean Returns the freq12.
1621
	 */
1622
	public function getFreq12() {
1623
		return $this->freq12;
1624
	}
1625
1626
	/**
1627
	 * Get the freq2.
1628
	 *
1629
	 * @return boolean Returns the freq2.
1630
	 */
1631
	public function getFreq2() {
1632
		return $this->freq2;
1633
	}
1634
1635
	/**
1636
	 * Get the freq3.
1637
	 *
1638
	 * @return boolean Returns the freq3.
1639
	 */
1640
	public function getFreq3() {
1641
		return $this->freq3;
1642
	}
1643
1644
	/**
1645
	 * Get the freq4.
1646
	 *
1647
	 * @return boolean Returns the freq4.
1648
	 */
1649
	public function getFreq4() {
1650
		return $this->freq4;
1651
	}
1652
1653
	/**
1654
	 * Get the freq5.
1655
	 *
1656
	 * @return boolean Returns the freq5.
1657
	 */
1658
	public function getFreq5() {
1659
		return $this->freq5;
1660
	}
1661
1662
	/**
1663
	 * Get the freq6.
1664
	 *
1665
	 * @return boolean Returns the freq6.
1666
	 */
1667
	public function getFreq6() {
1668
		return $this->freq6;
1669
	}
1670
1671
	/**
1672
	 * Get the freq7.
1673
	 *
1674
	 * @return boolean Returns the freq7.
1675
	 */
1676
	public function getFreq7() {
1677
		return $this->freq7;
1678
	}
1679
1680
	/**
1681
	 * Get the freq8.
1682
	 *
1683
	 * @return boolean Returns the freq8.
1684
	 */
1685
	public function getFreq8() {
1686
		return $this->freq8;
1687
	}
1688
1689
	/**
1690
	 * Get the freq9.
1691
	 *
1692
	 * @return boolean Returns the freq9.
1693
	 */
1694
	public function getFreq9() {
1695
		return $this->freq9;
1696
	}
1697
1698
	/**
1699
	 * Get the h sup loi t e p a.
1700
	 *
1701
	 * @return boolean Returns the h sup loi t e p a.
1702
	 */
1703
	public function getHSupLoiTEPA() {
1704
		return $this->hSupLoiTEPA;
1705
	}
1706
1707
	/**
1708
	 * Get the h sup structurelle.
1709
	 *
1710
	 * @return boolean Returns the h sup structurelle.
1711
	 */
1712
	public function getHSupStructurelle() {
1713
		return $this->hSupStructurelle;
1714
	}
1715
1716
	/**
1717
	 * Get the id institution.
1718
	 *
1719
	 * @return string Returns the id institution.
1720
	 */
1721
	public function getIdInstitution() {
1722
		return $this->idInstitution;
1723
	}
1724
1725
	/**
1726
	 * Get the ijss.
1727
	 *
1728
	 * @return boolean Returns the ijss.
1729
	 */
1730
	public function getIjss() {
1731
		return $this->ijss;
1732
	}
1733
1734
	/**
1735
	 * Get the imput epargne ret.
1736
	 *
1737
	 * @return boolean Returns the imput epargne ret.
1738
	 */
1739
	public function getImputEpargneRet() {
1740
		return $this->imputEpargneRet;
1741
	}
1742
1743
	/**
1744
	 * Get the indemnite non imposable.
1745
	 *
1746
	 * @return boolean Returns the indemnite non imposable.
1747
	 */
1748
	public function getIndemniteNonImposable() {
1749
		return $this->indemniteNonImposable;
1750
	}
1751
1752
	/**
1753
	 * Get the intervient brutal.
1754
	 *
1755
	 * @return boolean Returns the intervient brutal.
1756
	 */
1757
	public function getIntervientBrutal() {
1758
		return $this->intervientBrutal;
1759
	}
1760
1761
	/**
1762
	 * Get the intervient indem preca.
1763
	 *
1764
	 * @return boolean Returns the intervient indem preca.
1765
	 */
1766
	public function getIntervientIndemPreca() {
1767
		return $this->intervientIndemPreca;
1768
	}
1769
1770
	/**
1771
	 * Get the intervient taux h ab cp.
1772
	 *
1773
	 * @return string Returns the intervient taux h ab cp.
1774
	 */
1775
	public function getIntervientTauxHAbCp() {
1776
		return $this->intervientTauxHAbCp;
1777
	}
1778
1779
	/**
1780
	 * Get the intitule.
1781
	 *
1782
	 * @return string Returns the intitule.
1783
	 */
1784
	public function getIntitule() {
1785
		return $this->intitule;
1786
	}
1787
1788
	/**
1789
	 * Get the intitule ducs.
1790
	 *
1791
	 * @return string Returns the intitule ducs.
1792
	 */
1793
	public function getIntituleDucs() {
1794
		return $this->intituleDucs;
1795
	}
1796
1797
	/**
1798
	 * Get the maintien salaire.
1799
	 *
1800
	 * @return boolean Returns the maintien salaire.
1801
	 */
1802
	public function getMaintienSalaire() {
1803
		return $this->maintienSalaire;
1804
	}
1805
1806
	/**
1807
	 * Get the mois deb fixe.
1808
	 *
1809
	 * @return string Returns the mois deb fixe.
1810
	 */
1811
	public function getMoisDebFixe() {
1812
		return $this->moisDebFixe;
1813
	}
1814
1815
	/**
1816
	 * Get the mois echu.
1817
	 *
1818
	 * @return boolean Returns the mois echu.
1819
	 */
1820
	public function getMoisEchu() {
1821
		return $this->moisEchu;
1822
	}
1823
1824
	/**
1825
	 * Get the mois fin fixe.
1826
	 *
1827
	 * @return string Returns the mois fin fixe.
1828
	 */
1829
	public function getMoisFinFixe() {
1830
		return $this->moisFinFixe;
1831
	}
1832
1833
	/**
1834
	 * Get the montant global.
1835
	 *
1836
	 * @return float Returns the montant global.
1837
	 */
1838
	public function getMontantGlobal() {
1839
		return $this->montantGlobal;
1840
	}
1841
1842
	/**
1843
	 * Get the montant salarial.
1844
	 *
1845
	 * @return float Returns the montant salarial.
1846
	 */
1847
	public function getMontantSalarial() {
1848
		return $this->montantSalarial;
1849
	}
1850
1851
	/**
1852
	 * Get the nb h contract.
1853
	 *
1854
	 * @return float Returns the nb h contract.
1855
	 */
1856
	public function getNbHContract() {
1857
		return $this->nbHContract;
1858
	}
1859
1860
	/**
1861
	 * Get the nb mois applic.
1862
	 *
1863
	 * @return int Returns the nb mois applic.
1864
	 */
1865
	public function getNbMoisApplic() {
1866
		return $this->nbMoisApplic;
1867
	}
1868
1869
	/**
1870
	 * Get the neutre.
1871
	 *
1872
	 * @return boolean Returns the neutre.
1873
	 */
1874
	public function getNeutre() {
1875
		return $this->neutre;
1876
	}
1877
1878
	/**
1879
	 * Get the num col acbs.
1880
	 *
1881
	 * @return string Returns the num col acbs.
1882
	 */
1883
	public function getNumColAcbs() {
1884
		return $this->numColAcbs;
1885
	}
1886
1887
	/**
1888
	 * Get the num col allege35h.
1889
	 *
1890
	 * @return string Returns the num col allege35h.
1891
	 */
1892
	public function getNumColAllege35h() {
1893
		return $this->numColAllege35h;
1894
	}
1895
1896
	/**
1897
	 * Get the num col charges cafe.
1898
	 *
1899
	 * @return string Returns the num col charges cafe.
1900
	 */
1901
	public function getNumColChargesCafe() {
1902
		return $this->numColChargesCafe;
1903
	}
1904
1905
	/**
1906
	 * Get the num cumul bulletin.
1907
	 *
1908
	 * @return int Returns the num cumul bulletin.
1909
	 */
1910
	public function getNumCumulBulletin() {
1911
		return $this->numCumulBulletin;
1912
	}
1913
1914
	/**
1915
	 * Get the num cumul patron.
1916
	 *
1917
	 * @return int Returns the num cumul patron.
1918
	 */
1919
	public function getNumCumulPatron() {
1920
		return $this->numCumulPatron;
1921
	}
1922
1923
	/**
1924
	 * Get the num taux const nat.
1925
	 *
1926
	 * @return int Returns the num taux const nat.
1927
	 */
1928
	public function getNumTauxConstNat() {
1929
		return $this->numTauxConstNat;
1930
	}
1931
1932
	/**
1933
	 * Get the part patron prevoyance.
1934
	 *
1935
	 * @return boolean Returns the part patron prevoyance.
1936
	 */
1937
	public function getPartPatronPrevoyance() {
1938
		return $this->partPatronPrevoyance;
1939
	}
1940
1941
	/**
1942
	 * Get the periodicite.
1943
	 *
1944
	 * @return string Returns the periodicite.
1945
	 */
1946
	public function getPeriodicite() {
1947
		return $this->periodicite;
1948
	}
1949
1950
	/**
1951
	 * Get the pourboire.
1952
	 *
1953
	 * @return boolean Returns the pourboire.
1954
	 */
1955
	public function getPourboire() {
1956
		return $this->pourboire;
1957
	}
1958
1959
	/**
1960
	 * Get the prevoyance.
1961
	 *
1962
	 * @return boolean Returns the prevoyance.
1963
	 */
1964
	public function getPrevoyance() {
1965
		return $this->prevoyance;
1966
	}
1967
1968
	/**
1969
	 * Get the prevoyance comp.
1970
	 *
1971
	 * @return boolean Returns the prevoyance comp.
1972
	 */
1973
	public function getPrevoyanceComp() {
1974
		return $this->prevoyanceComp;
1975
	}
1976
1977
	/**
1978
	 * Get the prime non proratisee.
1979
	 *
1980
	 * @return boolean Returns the prime non proratisee.
1981
	 */
1982
	public function getPrimeNonProratisee() {
1983
		return $this->primeNonProratisee;
1984
	}
1985
1986
	/**
1987
	 * Get the prime servitude travail.
1988
	 *
1989
	 * @return boolean Returns the prime servitude travail.
1990
	 */
1991
	public function getPrimeServitudeTravail() {
1992
		return $this->primeServitudeTravail;
1993
	}
1994
1995
	/**
1996
	 * Get the qualifiant cotis.
1997
	 *
1998
	 * @return string Returns the qualifiant cotis.
1999
	 */
2000
	public function getQualifiantCotis() {
2001
		return $this->qualifiantCotis;
2002
	}
2003
2004
	/**
2005
	 * Get the regle calcul.
2006
	 *
2007
	 * @return string Returns the regle calcul.
2008
	 */
2009
	public function getRegleCalcul() {
2010
		return $this->regleCalcul;
2011
	}
2012
2013
	/**
2014
	 * Get the regle taux.
2015
	 *
2016
	 * @return string Returns the regle taux.
2017
	 */
2018
	public function getRegleTaux() {
2019
		return $this->regleTaux;
2020
	}
2021
2022
	/**
2023
	 * Get the remise a zero.
2024
	 *
2025
	 * @return boolean Returns the remise a zero.
2026
	 */
2027
	public function getRemiseAZero() {
2028
		return $this->remiseAZero;
2029
	}
2030
2031
	/**
2032
	 * Get the result mt.
2033
	 *
2034
	 * @return boolean Returns the result mt.
2035
	 */
2036
	public function getResultMt() {
2037
		return $this->resultMt;
2038
	}
2039
2040
	/**
2041
	 * Get the resultat ducs.
2042
	 *
2043
	 * @return boolean Returns the resultat ducs.
2044
	 */
2045
	public function getResultatDucs() {
2046
		return $this->resultatDucs;
2047
	}
2048
2049
	/**
2050
	 * Get the retenue salaire.
2051
	 *
2052
	 * @return boolean Returns the retenue salaire.
2053
	 */
2054
	public function getRetenueSalaire() {
2055
		return $this->retenueSalaire;
2056
	}
2057
2058
	/**
2059
	 * Get the retenue source.
2060
	 *
2061
	 * @return boolean Returns the retenue source.
2062
	 */
2063
	public function getRetenueSource() {
2064
		return $this->retenueSource;
2065
	}
2066
2067
	/**
2068
	 * Get the retraite obligatoire.
2069
	 *
2070
	 * @return boolean Returns the retraite obligatoire.
2071
	 */
2072
	public function getRetraiteObligatoire() {
2073
		return $this->retraiteObligatoire;
2074
	}
2075
2076
	/**
2077
	 * Get the retraite supp.
2078
	 *
2079
	 * @return boolean Returns the retraite supp.
2080
	 */
2081
	public function getRetraiteSupp() {
2082
		return $this->retraiteSupp;
2083
	}
2084
2085
	/**
2086
	 * Get the salaire c p.
2087
	 *
2088
	 * @return boolean Returns the salaire c p.
2089
	 */
2090
	public function getSalaireCP() {
2091
		return $this->salaireCP;
2092
	}
2093
2094
	/**
2095
	 * Get the sans reintegration sociale.
2096
	 *
2097
	 * @return boolean Returns the sans reintegration sociale.
2098
	 */
2099
	public function getSansReintegrationSociale() {
2100
		return $this->sansReintegrationSociale;
2101
	}
2102
2103
	/**
2104
	 * Get the soumis abattement.
2105
	 *
2106
	 * @return boolean Returns the soumis abattement.
2107
	 */
2108
	public function getSoumisAbattement() {
2109
		return $this->soumisAbattement;
2110
	}
2111
2112
	/**
2113
	 * Get the soumis c r d s100.
2114
	 *
2115
	 * @return boolean Returns the soumis c r d s100.
2116
	 */
2117
	public function getSoumisCRDS100() {
2118
		return $this->soumisCRDS100;
2119
	}
2120
2121
	/**
2122
	 * Get the soumis c s g.
2123
	 *
2124
	 * @return boolean Returns the soumis c s g.
2125
	 */
2126
	public function getSoumisCSG() {
2127
		return $this->soumisCSG;
2128
	}
2129
2130
	/**
2131
	 * Get the soumis c s g100.
2132
	 *
2133
	 * @return boolean Returns the soumis c s g100.
2134
	 */
2135
	public function getSoumisCSG100() {
2136
		return $this->soumisCSG100;
2137
	}
2138
2139
	/**
2140
	 * Get the soumis forfait social.
2141
	 *
2142
	 * @return boolean Returns the soumis forfait social.
2143
	 */
2144
	public function getSoumisForfaitSocial() {
2145
		return $this->soumisForfaitSocial;
2146
	}
2147
2148
	/**
2149
	 * Get the soumis r d s.
2150
	 *
2151
	 * @return boolean Returns the soumis r d s.
2152
	 */
2153
	public function getSoumisRDS() {
2154
		return $this->soumisRDS;
2155
	}
2156
2157
	/**
2158
	 * Get the taux du libelle.
2159
	 *
2160
	 * @return boolean Returns the taux du libelle.
2161
	 */
2162
	public function getTauxDuLibelle() {
2163
		return $this->tauxDuLibelle;
2164
	}
2165
2166
	/**
2167
	 * Get the taux forfait social.
2168
	 *
2169
	 * @return string Returns the taux forfait social.
2170
	 */
2171
	public function getTauxForfaitSocial() {
2172
		return $this->tauxForfaitSocial;
2173
	}
2174
2175
	/**
2176
	 * Get the taux patronal d a d s u.
2177
	 *
2178
	 * @return float Returns the taux patronal d a d s u.
2179
	 */
2180
	public function getTauxPatronalDADSU() {
2181
		return $this->tauxPatronalDADSU;
2182
	}
2183
2184
	/**
2185
	 * Get the taux salarial d a d s u.
2186
	 *
2187
	 * @return float Returns the taux salarial d a d s u.
2188
	 */
2189
	public function getTauxSalarialDADSU() {
2190
		return $this->tauxSalarialDADSU;
2191
	}
2192
2193
	/**
2194
	 * Get the type absence h sup.
2195
	 *
2196
	 * @return string Returns the type absence h sup.
2197
	 */
2198
	public function getTypeAbsenceHSup() {
2199
		return $this->typeAbsenceHSup;
2200
	}
2201
2202
	/**
2203
	 * Get the type avantage.
2204
	 *
2205
	 * @return string Returns the type avantage.
2206
	 */
2207
	public function getTypeAvantage() {
2208
		return $this->typeAvantage;
2209
	}
2210
2211
	/**
2212
	 * Get the type base cotisation.
2213
	 *
2214
	 * @return string Returns the type base cotisation.
2215
	 */
2216
	public function getTypeBaseCotisation() {
2217
		return $this->typeBaseCotisation;
2218
	}
2219
2220
	/**
2221
	 * Get the type cotis.
2222
	 *
2223
	 * @return string Returns the type cotis.
2224
	 */
2225
	public function getTypeCotis() {
2226
		return $this->typeCotis;
2227
	}
2228
2229
	/**
2230
	 * Get the type date anc.
2231
	 *
2232
	 * @return int Returns the type date anc.
2233
	 */
2234
	public function getTypeDateAnc() {
2235
		return $this->typeDateAnc;
2236
	}
2237
2238
	/**
2239
	 * Get the type donnee d a d s u.
2240
	 *
2241
	 * @return string Returns the type donnee d a d s u.
2242
	 */
2243
	public function getTypeDonneeDADSU() {
2244
		return $this->typeDonneeDADSU;
2245
	}
2246
2247
	/**
2248
	 * Get the type frais.
2249
	 *
2250
	 * @return string Returns the type frais.
2251
	 */
2252
	public function getTypeFrais() {
2253
		return $this->typeFrais;
2254
	}
2255
2256
	/**
2257
	 * Get the type h e fillon.
2258
	 *
2259
	 * @return string Returns the type h e fillon.
2260
	 */
2261
	public function getTypeHEFillon() {
2262
		return $this->typeHEFillon;
2263
	}
2264
2265
	/**
2266
	 * Get the type h sup loi t e p a.
2267
	 *
2268
	 * @return string Returns the type h sup loi t e p a.
2269
	 */
2270
	public function getTypeHSupLoiTEPA() {
2271
		return $this->typeHSupLoiTEPA;
2272
	}
2273
2274
	/**
2275
	 * Get the type heure.
2276
	 *
2277
	 * @return string Returns the type heure.
2278
	 */
2279
	public function getTypeHeure() {
2280
		return $this->typeHeure;
2281
	}
2282
2283
	/**
2284
	 * Get the type heure sup.
2285
	 *
2286
	 * @return string Returns the type heure sup.
2287
	 */
2288
	public function getTypeHeureSup() {
2289
		return $this->typeHeureSup;
2290
	}
2291
2292
	/**
2293
	 * Get the type orga.
2294
	 *
2295
	 * @return string Returns the type orga.
2296
	 */
2297
	public function getTypeOrga() {
2298
		return $this->typeOrga;
2299
	}
2300
2301
	/**
2302
	 * Get the type proratisation prime.
2303
	 *
2304
	 * @return string Returns the type proratisation prime.
2305
	 */
2306
	public function getTypeProratisationPrime() {
2307
		return $this->typeProratisationPrime;
2308
	}
2309
2310
	/**
2311
	 * Get the type tranche.
2312
	 *
2313
	 * @return string Returns the type tranche.
2314
	 */
2315
	public function getTypeTranche() {
2316
		return $this->typeTranche;
2317
	}
2318
2319
	/**
2320
	 * Set the a compter heures assedic.
2321
	 *
2322
	 * @param boolean $aCompterHeuresAssedic The a compter heures assedic.
2323
	 * @return Libelles Returns this libelles.
2324
	 */
2325
	public function setACompterHeuresAssedic($aCompterHeuresAssedic) {
2326
		$this->aCompterHeuresAssedic = $aCompterHeuresAssedic;
2327
		return $this;
2328
	}
2329
2330
	/**
2331
	 * Set the a conserver s e t p.
2332
	 *
2333
	 * @param boolean $aConserverSETP The a conserver s e t p.
2334
	 * @return Libelles Returns this libelles.
2335
	 */
2336
	public function setAConserverSETP($aConserverSETP) {
2337
		$this->aConserverSETP = $aConserverSETP;
2338
		return $this;
2339
	}
2340
2341
	/**
2342
	 * Set the a cumuler base c p.
2343
	 *
2344
	 * @param boolean $aCumulerBaseCP The a cumuler base c p.
2345
	 * @return Libelles Returns this libelles.
2346
	 */
2347
	public function setACumulerBaseCP($aCumulerBaseCP) {
2348
		$this->aCumulerBaseCP = $aCumulerBaseCP;
2349
		return $this;
2350
	}
2351
2352
	/**
2353
	 * Set the a cumuler base caisse1.
2354
	 *
2355
	 * @param boolean $aCumulerBaseCaisse1 The a cumuler base caisse1.
2356
	 * @return Libelles Returns this libelles.
2357
	 */
2358
	public function setACumulerBaseCaisse1($aCumulerBaseCaisse1) {
2359
		$this->aCumulerBaseCaisse1 = $aCumulerBaseCaisse1;
2360
		return $this;
2361
	}
2362
2363
	/**
2364
	 * Set the a cumuler base caisse2.
2365
	 *
2366
	 * @param boolean $aCumulerBaseCaisse2 The a cumuler base caisse2.
2367
	 * @return Libelles Returns this libelles.
2368
	 */
2369
	public function setACumulerBaseCaisse2($aCumulerBaseCaisse2) {
2370
		$this->aCumulerBaseCaisse2 = $aCumulerBaseCaisse2;
2371
		return $this;
2372
	}
2373
2374
	/**
2375
	 * Set the a cumuler base caisse3.
2376
	 *
2377
	 * @param boolean $aCumulerBaseCaisse3 The a cumuler base caisse3.
2378
	 * @return Libelles Returns this libelles.
2379
	 */
2380
	public function setACumulerBaseCaisse3($aCumulerBaseCaisse3) {
2381
		$this->aCumulerBaseCaisse3 = $aCumulerBaseCaisse3;
2382
		return $this;
2383
	}
2384
2385
	/**
2386
	 * Set the a cumuler base secu.
2387
	 *
2388
	 * @param boolean $aCumulerBaseSecu The a cumuler base secu.
2389
	 * @return Libelles Returns this libelles.
2390
	 */
2391
	public function setACumulerBaseSecu($aCumulerBaseSecu) {
2392
		$this->aCumulerBaseSecu = $aCumulerBaseSecu;
2393
		return $this;
2394
	}
2395
2396
	/**
2397
	 * Set the a e n lien presence effective.
2398
	 *
2399
	 * @param boolean $aENLienPresenceEffective The a e n lien presence effective.
2400
	 * @return Libelles Returns this libelles.
2401
	 */
2402
	public function setAENLienPresenceEffective($aENLienPresenceEffective) {
2403
		$this->aENLienPresenceEffective = $aENLienPresenceEffective;
2404
		return $this;
2405
	}
2406
2407
	/**
2408
	 * Set the a reintegrer s e t p.
2409
	 *
2410
	 * @param boolean $aReintegrerSETP The a reintegrer s e t p.
2411
	 * @return Libelles Returns this libelles.
2412
	 */
2413
	public function setAReintegrerSETP($aReintegrerSETP) {
2414
		$this->aReintegrerSETP = $aReintegrerSETP;
2415
		return $this;
2416
	}
2417
2418
	/**
2419
	 * Set the active variables emp.
2420
	 *
2421
	 * @param boolean $activeVariablesEmp The active variables emp.
2422
	 * @return Libelles Returns this libelles.
2423
	 */
2424
	public function setActiveVariablesEmp($activeVariablesEmp) {
2425
		$this->activeVariablesEmp = $activeVariablesEmp;
2426
		return $this;
2427
	}
2428
2429
	/**
2430
	 * Set the agff.
2431
	 *
2432
	 * @param boolean $agff The agff.
2433
	 * @return Libelles Returns this libelles.
2434
	 */
2435
	public function setAgff($agff) {
2436
		$this->agff = $agff;
2437
		return $this;
2438
	}
2439
2440
	/**
2441
	 * Set the avantage nature prime.
2442
	 *
2443
	 * @param boolean $avantageNaturePrime The avantage nature prime.
2444
	 * @return Libelles Returns this libelles.
2445
	 */
2446
	public function setAvantageNaturePrime($avantageNaturePrime) {
2447
		$this->avantageNaturePrime = $avantageNaturePrime;
2448
		return $this;
2449
	}
2450
2451
	/**
2452
	 * Set the avantage nature t d s.
2453
	 *
2454
	 * @param boolean $avantageNatureTDS The avantage nature t d s.
2455
	 * @return Libelles Returns this libelles.
2456
	 */
2457
	public function setAvantageNatureTDS($avantageNatureTDS) {
2458
		$this->avantageNatureTDS = $avantageNatureTDS;
2459
		return $this;
2460
	}
2461
2462
	/**
2463
	 * Set the avec retro act.
2464
	 *
2465
	 * @param boolean $avecRetroAct The avec retro act.
2466
	 * @return Libelles Returns this libelles.
2467
	 */
2468
	public function setAvecRetroAct($avecRetroAct) {
2469
		$this->avecRetroAct = $avecRetroAct;
2470
		return $this;
2471
	}
2472
2473
	/**
2474
	 * Set the base exoneree.
2475
	 *
2476
	 * @param boolean $baseExoneree The base exoneree.
2477
	 * @return Libelles Returns this libelles.
2478
	 */
2479
	public function setBaseExoneree($baseExoneree) {
2480
		$this->baseExoneree = $baseExoneree;
2481
		return $this;
2482
	}
2483
2484
	/**
2485
	 * Set the base non exoneree.
2486
	 *
2487
	 * @param boolean $baseNonExoneree The base non exoneree.
2488
	 * @return Libelles Returns this libelles.
2489
	 */
2490
	public function setBaseNonExoneree($baseNonExoneree) {
2491
		$this->baseNonExoneree = $baseNonExoneree;
2492
		return $this;
2493
	}
2494
2495
	/**
2496
	 * Set the categ salarie.
2497
	 *
2498
	 * @param string $categSalarie The categ salarie.
2499
	 * @return Libelles Returns this libelles.
2500
	 */
2501
	public function setCategSalarie($categSalarie) {
2502
		$this->categSalarie = $categSalarie;
2503
		return $this;
2504
	}
2505
2506
	/**
2507
	 * Set the cheque vacance.
2508
	 *
2509
	 * @param boolean $chequeVacance The cheque vacance.
2510
	 * @return Libelles Returns this libelles.
2511
	 */
2512
	public function setChequeVacance($chequeVacance) {
2513
		$this->chequeVacance = $chequeVacance;
2514
		return $this;
2515
	}
2516
2517
	/**
2518
	 * Set the code.
2519
	 *
2520
	 * @param string $code The code.
2521
	 * @return Libelles Returns this libelles.
2522
	 */
2523
	public function setCode($code) {
2524
		$this->code = $code;
2525
		return $this;
2526
	}
2527
2528
	/**
2529
	 * Set the code c s g taux.
2530
	 *
2531
	 * @param string $codeCSGTaux The code c s g taux.
2532
	 * @return Libelles Returns this libelles.
2533
	 */
2534
	public function setCodeCSGTaux($codeCSGTaux) {
2535
		$this->codeCSGTaux = $codeCSGTaux;
2536
		return $this;
2537
	}
2538
2539
	/**
2540
	 * Set the code calcul.
2541
	 *
2542
	 * @param string $codeCalcul The code calcul.
2543
	 * @return Libelles Returns this libelles.
2544
	 */
2545
	public function setCodeCalcul($codeCalcul) {
2546
		$this->codeCalcul = $codeCalcul;
2547
		return $this;
2548
	}
2549
2550
	/**
2551
	 * Set the code ducs.
2552
	 *
2553
	 * @param string $codeDucs The code ducs.
2554
	 * @return Libelles Returns this libelles.
2555
	 */
2556
	public function setCodeDucs($codeDucs) {
2557
		$this->codeDucs = $codeDucs;
2558
		return $this;
2559
	}
2560
2561
	/**
2562
	 * Set the code edition histo.
2563
	 *
2564
	 * @param string $codeEditionHisto The code edition histo.
2565
	 * @return Libelles Returns this libelles.
2566
	 */
2567
	public function setCodeEditionHisto($codeEditionHisto) {
2568
		$this->codeEditionHisto = $codeEditionHisto;
2569
		return $this;
2570
	}
2571
2572
	/**
2573
	 * Set the code insee.
2574
	 *
2575
	 * @param string $codeInsee The code insee.
2576
	 * @return Libelles Returns this libelles.
2577
	 */
2578
	public function setCodeInsee($codeInsee) {
2579
		$this->codeInsee = $codeInsee;
2580
		return $this;
2581
	}
2582
2583
	/**
2584
	 * Set the code organisme.
2585
	 *
2586
	 * @param string $codeOrganisme The code organisme.
2587
	 * @return Libelles Returns this libelles.
2588
	 */
2589
	public function setCodeOrganisme($codeOrganisme) {
2590
		$this->codeOrganisme = $codeOrganisme;
2591
		return $this;
2592
	}
2593
2594
	/**
2595
	 * Set the code rds.
2596
	 *
2597
	 * @param string $codeRds The code rds.
2598
	 * @return Libelles Returns this libelles.
2599
	 */
2600
	public function setCodeRds($codeRds) {
2601
		$this->codeRds = $codeRds;
2602
		return $this;
2603
	}
2604
2605
	/**
2606
	 * Set the code type assurance.
2607
	 *
2608
	 * @param string $codeTypeAssurance The code type assurance.
2609
	 * @return Libelles Returns this libelles.
2610
	 */
2611
	public function setCodeTypeAssurance($codeTypeAssurance) {
2612
		$this->codeTypeAssurance = $codeTypeAssurance;
2613
		return $this;
2614
	}
2615
2616
	/**
2617
	 * Set the code type b plaf.
2618
	 *
2619
	 * @param string $codeTypeBPlaf The code type b plaf.
2620
	 * @return Libelles Returns this libelles.
2621
	 */
2622
	public function setCodeTypeBPlaf($codeTypeBPlaf) {
2623
		$this->codeTypeBPlaf = $codeTypeBPlaf;
2624
		return $this;
2625
	}
2626
2627
	/**
2628
	 * Set the code type b spec prev.
2629
	 *
2630
	 * @param string $codeTypeBSpecPrev The code type b spec prev.
2631
	 * @return Libelles Returns this libelles.
2632
	 */
2633
	public function setCodeTypeBSpecPrev($codeTypeBSpecPrev) {
2634
		$this->codeTypeBSpecPrev = $codeTypeBSpecPrev;
2635
		return $this;
2636
	}
2637
2638
	/**
2639
	 * Set the code type brut.
2640
	 *
2641
	 * @param string $codeTypeBrut The code type brut.
2642
	 * @return Libelles Returns this libelles.
2643
	 */
2644
	public function setCodeTypeBrut($codeTypeBrut) {
2645
		$this->codeTypeBrut = $codeTypeBrut;
2646
		return $this;
2647
	}
2648
2649
	/**
2650
	 * Set the code type prev.
2651
	 *
2652
	 * @param string $codeTypePrev The code type prev.
2653
	 * @return Libelles Returns this libelles.
2654
	 */
2655
	public function setCodeTypePrev($codeTypePrev) {
2656
		$this->codeTypePrev = $codeTypePrev;
2657
		return $this;
2658
	}
2659
2660
	/**
2661
	 * Set the code type somme.
2662
	 *
2663
	 * @param string $codeTypeSomme The code type somme.
2664
	 * @return Libelles Returns this libelles.
2665
	 */
2666
	public function setCodeTypeSomme($codeTypeSomme) {
2667
		$this->codeTypeSomme = $codeTypeSomme;
2668
		return $this;
2669
	}
2670
2671
	/**
2672
	 * Set the compte charge.
2673
	 *
2674
	 * @param string $compteCharge The compte charge.
2675
	 * @return Libelles Returns this libelles.
2676
	 */
2677
	public function setCompteCharge($compteCharge) {
2678
		$this->compteCharge = $compteCharge;
2679
		return $this;
2680
	}
2681
2682
	/**
2683
	 * Set the condition.
2684
	 *
2685
	 * @param string $condition The condition.
2686
	 * @return Libelles Returns this libelles.
2687
	 */
2688
	public function setCondition($condition) {
2689
		$this->condition = $condition;
2690
		return $this;
2691
	}
2692
2693
	/**
2694
	 * Set the condition spec.
2695
	 *
2696
	 * @param string $conditionSpec The condition spec.
2697
	 * @return Libelles Returns this libelles.
2698
	 */
2699
	public function setConditionSpec($conditionSpec) {
2700
		$this->conditionSpec = $conditionSpec;
2701
		return $this;
2702
	}
2703
2704
	/**
2705
	 * Set the conge paye.
2706
	 *
2707
	 * @param boolean $congePaye The conge paye.
2708
	 * @return Libelles Returns this libelles.
2709
	 */
2710
	public function setCongePaye($congePaye) {
2711
		$this->congePaye = $congePaye;
2712
		return $this;
2713
	}
2714
2715
	/**
2716
	 * Set the cotis normal dues.
2717
	 *
2718
	 * @param boolean $cotisNormalDues The cotis normal dues.
2719
	 * @return Libelles Returns this libelles.
2720
	 */
2721
	public function setCotisNormalDues($cotisNormalDues) {
2722
		$this->cotisNormalDues = $cotisNormalDues;
2723
		return $this;
2724
	}
2725
2726
	/**
2727
	 * Set the cotis normal dues a c c r e.
2728
	 *
2729
	 * @param boolean $cotisNormalDuesACCRE The cotis normal dues a c c r e.
2730
	 * @return Libelles Returns this libelles.
2731
	 */
2732
	public function setCotisNormalDuesACCRE($cotisNormalDuesACCRE) {
2733
		$this->cotisNormalDuesACCRE = $cotisNormalDuesACCRE;
2734
		return $this;
2735
	}
2736
2737
	/**
2738
	 * Set the cotis normal dues z f u.
2739
	 *
2740
	 * @param boolean $cotisNormalDuesZFU The cotis normal dues z f u.
2741
	 * @return Libelles Returns this libelles.
2742
	 */
2743
	public function setCotisNormalDuesZFU($cotisNormalDuesZFU) {
2744
		$this->cotisNormalDuesZFU = $cotisNormalDuesZFU;
2745
		return $this;
2746
	}
2747
2748
	/**
2749
	 * Set the cotis normal dues z r d.
2750
	 *
2751
	 * @param boolean $cotisNormalDuesZRD The cotis normal dues z r d.
2752
	 * @return Libelles Returns this libelles.
2753
	 */
2754
	public function setCotisNormalDuesZRD($cotisNormalDuesZRD) {
2755
		$this->cotisNormalDuesZRD = $cotisNormalDuesZRD;
2756
		return $this;
2757
	}
2758
2759
	/**
2760
	 * Set the cotis normal dues z r r z r u.
2761
	 *
2762
	 * @param boolean $cotisNormalDuesZRRZRU The cotis normal dues z r r z r u.
2763
	 * @return Libelles Returns this libelles.
2764
	 */
2765
	public function setCotisNormalDuesZRRZRU($cotisNormalDuesZRRZRU) {
2766
		$this->cotisNormalDuesZRRZRU = $cotisNormalDuesZRRZRU;
2767
		return $this;
2768
	}
2769
2770
	/**
2771
	 * Set the cotisation c s g.
2772
	 *
2773
	 * @param boolean $cotisationCSG The cotisation c s g.
2774
	 * @return Libelles Returns this libelles.
2775
	 */
2776
	public function setCotisationCSG($cotisationCSG) {
2777
		$this->cotisationCSG = $cotisationCSG;
2778
		return $this;
2779
	}
2780
2781
	/**
2782
	 * Set the cout global.
2783
	 *
2784
	 * @param boolean $coutGlobal The cout global.
2785
	 * @return Libelles Returns this libelles.
2786
	 */
2787
	public function setCoutGlobal($coutGlobal) {
2788
		$this->coutGlobal = $coutGlobal;
2789
		return $this;
2790
	}
2791
2792
	/**
2793
	 * Set the deb per application.
2794
	 *
2795
	 * @param DateTime $debPerApplication The deb per application.
2796
	 * @return Libelles Returns this libelles.
2797
	 */
2798
	public function setDebPerApplication(DateTime $debPerApplication = null) {
2799
		$this->debPerApplication = $debPerApplication;
2800
		return $this;
2801
	}
2802
2803
	/**
2804
	 * Set the determine allegement.
2805
	 *
2806
	 * @param boolean $determineAllegement The determine allegement.
2807
	 * @return Libelles Returns this libelles.
2808
	 */
2809
	public function setDetermineAllegement($determineAllegement) {
2810
		$this->determineAllegement = $determineAllegement;
2811
		return $this;
2812
	}
2813
2814
	/**
2815
	 * Set the determine base secu.
2816
	 *
2817
	 * @param boolean $determineBaseSecu The determine base secu.
2818
	 * @return Libelles Returns this libelles.
2819
	 */
2820
	public function setDetermineBaseSecu($determineBaseSecu) {
2821
		$this->determineBaseSecu = $determineBaseSecu;
2822
		return $this;
2823
	}
2824
2825
	/**
2826
	 * Set the diminue net.
2827
	 *
2828
	 * @param boolean $diminueNet The diminue net.
2829
	 * @return Libelles Returns this libelles.
2830
	 */
2831
	public function setDiminueNet($diminueNet) {
2832
		$this->diminueNet = $diminueNet;
2833
		return $this;
2834
	}
2835
2836
	/**
2837
	 * Set the edition base.
2838
	 *
2839
	 * @param boolean $editionBase The edition base.
2840
	 * @return Libelles Returns this libelles.
2841
	 */
2842
	public function setEditionBase($editionBase) {
2843
		$this->editionBase = $editionBase;
2844
		return $this;
2845
	}
2846
2847
	/**
2848
	 * Set the edition bulletin.
2849
	 *
2850
	 * @param boolean $editionBulletin The edition bulletin.
2851
	 * @return Libelles Returns this libelles.
2852
	 */
2853
	public function setEditionBulletin($editionBulletin) {
2854
		$this->editionBulletin = $editionBulletin;
2855
		return $this;
2856
	}
2857
2858
	/**
2859
	 * Set the edition cot patronale.
2860
	 *
2861
	 * @param boolean $editionCotPatronale The edition cot patronale.
2862
	 * @return Libelles Returns this libelles.
2863
	 */
2864
	public function setEditionCotPatronale($editionCotPatronale) {
2865
		$this->editionCotPatronale = $editionCotPatronale;
2866
		return $this;
2867
	}
2868
2869
	/**
2870
	 * Set the edition forcee d s.
2871
	 *
2872
	 * @param boolean $editionForceeDS The edition forcee d s.
2873
	 * @return Libelles Returns this libelles.
2874
	 */
2875
	public function setEditionForceeDS($editionForceeDS) {
2876
		$this->editionForceeDS = $editionForceeDS;
2877
		return $this;
2878
	}
2879
2880
	/**
2881
	 * Set the edition resultat.
2882
	 *
2883
	 * @param boolean $editionResultat The edition resultat.
2884
	 * @return Libelles Returns this libelles.
2885
	 */
2886
	public function setEditionResultat($editionResultat) {
2887
		$this->editionResultat = $editionResultat;
2888
		return $this;
2889
	}
2890
2891
	/**
2892
	 * Set the edition taux.
2893
	 *
2894
	 * @param boolean $editionTaux The edition taux.
2895
	 * @return Libelles Returns this libelles.
2896
	 */
2897
	public function setEditionTaux($editionTaux) {
2898
		$this->editionTaux = $editionTaux;
2899
		return $this;
2900
	}
2901
2902
	/**
2903
	 * Set the exclure loi t e p a.
2904
	 *
2905
	 * @param boolean $exclureLoiTEPA The exclure loi t e p a.
2906
	 * @return Libelles Returns this libelles.
2907
	 */
2908
	public function setExclureLoiTEPA($exclureLoiTEPA) {
2909
		$this->exclureLoiTEPA = $exclureLoiTEPA;
2910
		return $this;
2911
	}
2912
2913
	/**
2914
	 * Set the exo occasionnel m s a.
2915
	 *
2916
	 * @param boolean $exoOccasionnelMSA The exo occasionnel m s a.
2917
	 * @return Libelles Returns this libelles.
2918
	 */
2919
	public function setExoOccasionnelMSA($exoOccasionnelMSA) {
2920
		$this->exoOccasionnelMSA = $exoOccasionnelMSA;
2921
		return $this;
2922
	}
2923
2924
	/**
2925
	 * Set the exo taux patronal.
2926
	 *
2927
	 * @param boolean $exoTauxPatronal The exo taux patronal.
2928
	 * @return Libelles Returns this libelles.
2929
	 */
2930
	public function setExoTauxPatronal($exoTauxPatronal) {
2931
		$this->exoTauxPatronal = $exoTauxPatronal;
2932
		return $this;
2933
	}
2934
2935
	/**
2936
	 * Set the expatriation.
2937
	 *
2938
	 * @param boolean $expatriation The expatriation.
2939
	 * @return Libelles Returns this libelles.
2940
	 */
2941
	public function setExpatriation($expatriation) {
2942
		$this->expatriation = $expatriation;
2943
		return $this;
2944
	}
2945
2946
	/**
2947
	 * Set the fillon a d o m.
2948
	 *
2949
	 * @param boolean $fillonADOM The fillon a d o m.
2950
	 * @return Libelles Returns this libelles.
2951
	 */
2952
	public function setFillonADOM($fillonADOM) {
2953
		$this->fillonADOM = $fillonADOM;
2954
		return $this;
2955
	}
2956
2957
	/**
2958
	 * Set the fillon s a p.
2959
	 *
2960
	 * @param boolean $fillonSAP The fillon s a p.
2961
	 * @return Libelles Returns this libelles.
2962
	 */
2963
	public function setFillonSAP($fillonSAP) {
2964
		$this->fillonSAP = $fillonSAP;
2965
		return $this;
2966
	}
2967
2968
	/**
2969
	 * Set the fin per application.
2970
	 *
2971
	 * @param DateTime $finPerApplication The fin per application.
2972
	 * @return Libelles Returns this libelles.
2973
	 */
2974
	public function setFinPerApplication(DateTime $finPerApplication = null) {
2975
		$this->finPerApplication = $finPerApplication;
2976
		return $this;
2977
	}
2978
2979
	/**
2980
	 * Set the frais professionnel.
2981
	 *
2982
	 * @param boolean $fraisProfessionnel The frais professionnel.
2983
	 * @return Libelles Returns this libelles.
2984
	 */
2985
	public function setFraisProfessionnel($fraisProfessionnel) {
2986
		$this->fraisProfessionnel = $fraisProfessionnel;
2987
		return $this;
2988
	}
2989
2990
	/**
2991
	 * Set the frais sante.
2992
	 *
2993
	 * @param boolean $fraisSante The frais sante.
2994
	 * @return Libelles Returns this libelles.
2995
	 */
2996
	public function setFraisSante($fraisSante) {
2997
		$this->fraisSante = $fraisSante;
2998
		return $this;
2999
	}
3000
3001
	/**
3002
	 * Set the freq1.
3003
	 *
3004
	 * @param boolean $freq1 The freq1.
3005
	 * @return Libelles Returns this libelles.
3006
	 */
3007
	public function setFreq1($freq1) {
3008
		$this->freq1 = $freq1;
3009
		return $this;
3010
	}
3011
3012
	/**
3013
	 * Set the freq10.
3014
	 *
3015
	 * @param boolean $freq10 The freq10.
3016
	 * @return Libelles Returns this libelles.
3017
	 */
3018
	public function setFreq10($freq10) {
3019
		$this->freq10 = $freq10;
3020
		return $this;
3021
	}
3022
3023
	/**
3024
	 * Set the freq11.
3025
	 *
3026
	 * @param boolean $freq11 The freq11.
3027
	 * @return Libelles Returns this libelles.
3028
	 */
3029
	public function setFreq11($freq11) {
3030
		$this->freq11 = $freq11;
3031
		return $this;
3032
	}
3033
3034
	/**
3035
	 * Set the freq12.
3036
	 *
3037
	 * @param boolean $freq12 The freq12.
3038
	 * @return Libelles Returns this libelles.
3039
	 */
3040
	public function setFreq12($freq12) {
3041
		$this->freq12 = $freq12;
3042
		return $this;
3043
	}
3044
3045
	/**
3046
	 * Set the freq2.
3047
	 *
3048
	 * @param boolean $freq2 The freq2.
3049
	 * @return Libelles Returns this libelles.
3050
	 */
3051
	public function setFreq2($freq2) {
3052
		$this->freq2 = $freq2;
3053
		return $this;
3054
	}
3055
3056
	/**
3057
	 * Set the freq3.
3058
	 *
3059
	 * @param boolean $freq3 The freq3.
3060
	 * @return Libelles Returns this libelles.
3061
	 */
3062
	public function setFreq3($freq3) {
3063
		$this->freq3 = $freq3;
3064
		return $this;
3065
	}
3066
3067
	/**
3068
	 * Set the freq4.
3069
	 *
3070
	 * @param boolean $freq4 The freq4.
3071
	 * @return Libelles Returns this libelles.
3072
	 */
3073
	public function setFreq4($freq4) {
3074
		$this->freq4 = $freq4;
3075
		return $this;
3076
	}
3077
3078
	/**
3079
	 * Set the freq5.
3080
	 *
3081
	 * @param boolean $freq5 The freq5.
3082
	 * @return Libelles Returns this libelles.
3083
	 */
3084
	public function setFreq5($freq5) {
3085
		$this->freq5 = $freq5;
3086
		return $this;
3087
	}
3088
3089
	/**
3090
	 * Set the freq6.
3091
	 *
3092
	 * @param boolean $freq6 The freq6.
3093
	 * @return Libelles Returns this libelles.
3094
	 */
3095
	public function setFreq6($freq6) {
3096
		$this->freq6 = $freq6;
3097
		return $this;
3098
	}
3099
3100
	/**
3101
	 * Set the freq7.
3102
	 *
3103
	 * @param boolean $freq7 The freq7.
3104
	 * @return Libelles Returns this libelles.
3105
	 */
3106
	public function setFreq7($freq7) {
3107
		$this->freq7 = $freq7;
3108
		return $this;
3109
	}
3110
3111
	/**
3112
	 * Set the freq8.
3113
	 *
3114
	 * @param boolean $freq8 The freq8.
3115
	 * @return Libelles Returns this libelles.
3116
	 */
3117
	public function setFreq8($freq8) {
3118
		$this->freq8 = $freq8;
3119
		return $this;
3120
	}
3121
3122
	/**
3123
	 * Set the freq9.
3124
	 *
3125
	 * @param boolean $freq9 The freq9.
3126
	 * @return Libelles Returns this libelles.
3127
	 */
3128
	public function setFreq9($freq9) {
3129
		$this->freq9 = $freq9;
3130
		return $this;
3131
	}
3132
3133
	/**
3134
	 * Set the h sup loi t e p a.
3135
	 *
3136
	 * @param boolean $hSupLoiTEPA The h sup loi t e p a.
3137
	 * @return Libelles Returns this libelles.
3138
	 */
3139
	public function setHSupLoiTEPA($hSupLoiTEPA) {
3140
		$this->hSupLoiTEPA = $hSupLoiTEPA;
3141
		return $this;
3142
	}
3143
3144
	/**
3145
	 * Set the h sup structurelle.
3146
	 *
3147
	 * @param boolean $hSupStructurelle The h sup structurelle.
3148
	 * @return Libelles Returns this libelles.
3149
	 */
3150
	public function setHSupStructurelle($hSupStructurelle) {
3151
		$this->hSupStructurelle = $hSupStructurelle;
3152
		return $this;
3153
	}
3154
3155
	/**
3156
	 * Set the id institution.
3157
	 *
3158
	 * @param string $idInstitution The id institution.
3159
	 * @return Libelles Returns this libelles.
3160
	 */
3161
	public function setIdInstitution($idInstitution) {
3162
		$this->idInstitution = $idInstitution;
3163
		return $this;
3164
	}
3165
3166
	/**
3167
	 * Set the ijss.
3168
	 *
3169
	 * @param boolean $ijss The ijss.
3170
	 * @return Libelles Returns this libelles.
3171
	 */
3172
	public function setIjss($ijss) {
3173
		$this->ijss = $ijss;
3174
		return $this;
3175
	}
3176
3177
	/**
3178
	 * Set the imput epargne ret.
3179
	 *
3180
	 * @param boolean $imputEpargneRet The imput epargne ret.
3181
	 * @return Libelles Returns this libelles.
3182
	 */
3183
	public function setImputEpargneRet($imputEpargneRet) {
3184
		$this->imputEpargneRet = $imputEpargneRet;
3185
		return $this;
3186
	}
3187
3188
	/**
3189
	 * Set the indemnite non imposable.
3190
	 *
3191
	 * @param boolean $indemniteNonImposable The indemnite non imposable.
3192
	 * @return Libelles Returns this libelles.
3193
	 */
3194
	public function setIndemniteNonImposable($indemniteNonImposable) {
3195
		$this->indemniteNonImposable = $indemniteNonImposable;
3196
		return $this;
3197
	}
3198
3199
	/**
3200
	 * Set the intervient brutal.
3201
	 *
3202
	 * @param boolean $intervientBrutal The intervient brutal.
3203
	 * @return Libelles Returns this libelles.
3204
	 */
3205
	public function setIntervientBrutal($intervientBrutal) {
3206
		$this->intervientBrutal = $intervientBrutal;
3207
		return $this;
3208
	}
3209
3210
	/**
3211
	 * Set the intervient indem preca.
3212
	 *
3213
	 * @param boolean $intervientIndemPreca The intervient indem preca.
3214
	 * @return Libelles Returns this libelles.
3215
	 */
3216
	public function setIntervientIndemPreca($intervientIndemPreca) {
3217
		$this->intervientIndemPreca = $intervientIndemPreca;
3218
		return $this;
3219
	}
3220
3221
	/**
3222
	 * Set the intervient taux h ab cp.
3223
	 *
3224
	 * @param string $intervientTauxHAbCp The intervient taux h ab cp.
3225
	 * @return Libelles Returns this libelles.
3226
	 */
3227
	public function setIntervientTauxHAbCp($intervientTauxHAbCp) {
3228
		$this->intervientTauxHAbCp = $intervientTauxHAbCp;
3229
		return $this;
3230
	}
3231
3232
	/**
3233
	 * Set the intitule.
3234
	 *
3235
	 * @param string $intitule The intitule.
3236
	 * @return Libelles Returns this libelles.
3237
	 */
3238
	public function setIntitule($intitule) {
3239
		$this->intitule = $intitule;
3240
		return $this;
3241
	}
3242
3243
	/**
3244
	 * Set the intitule ducs.
3245
	 *
3246
	 * @param string $intituleDucs The intitule ducs.
3247
	 * @return Libelles Returns this libelles.
3248
	 */
3249
	public function setIntituleDucs($intituleDucs) {
3250
		$this->intituleDucs = $intituleDucs;
3251
		return $this;
3252
	}
3253
3254
	/**
3255
	 * Set the maintien salaire.
3256
	 *
3257
	 * @param boolean $maintienSalaire The maintien salaire.
3258
	 * @return Libelles Returns this libelles.
3259
	 */
3260
	public function setMaintienSalaire($maintienSalaire) {
3261
		$this->maintienSalaire = $maintienSalaire;
3262
		return $this;
3263
	}
3264
3265
	/**
3266
	 * Set the mois deb fixe.
3267
	 *
3268
	 * @param string $moisDebFixe The mois deb fixe.
3269
	 * @return Libelles Returns this libelles.
3270
	 */
3271
	public function setMoisDebFixe($moisDebFixe) {
3272
		$this->moisDebFixe = $moisDebFixe;
3273
		return $this;
3274
	}
3275
3276
	/**
3277
	 * Set the mois echu.
3278
	 *
3279
	 * @param boolean $moisEchu The mois echu.
3280
	 * @return Libelles Returns this libelles.
3281
	 */
3282
	public function setMoisEchu($moisEchu) {
3283
		$this->moisEchu = $moisEchu;
3284
		return $this;
3285
	}
3286
3287
	/**
3288
	 * Set the mois fin fixe.
3289
	 *
3290
	 * @param string $moisFinFixe The mois fin fixe.
3291
	 * @return Libelles Returns this libelles.
3292
	 */
3293
	public function setMoisFinFixe($moisFinFixe) {
3294
		$this->moisFinFixe = $moisFinFixe;
3295
		return $this;
3296
	}
3297
3298
	/**
3299
	 * Set the montant global.
3300
	 *
3301
	 * @param float $montantGlobal The montant global.
3302
	 * @return Libelles Returns this libelles.
3303
	 */
3304
	public function setMontantGlobal($montantGlobal) {
3305
		$this->montantGlobal = $montantGlobal;
3306
		return $this;
3307
	}
3308
3309
	/**
3310
	 * Set the montant salarial.
3311
	 *
3312
	 * @param float $montantSalarial The montant salarial.
3313
	 * @return Libelles Returns this libelles.
3314
	 */
3315
	public function setMontantSalarial($montantSalarial) {
3316
		$this->montantSalarial = $montantSalarial;
3317
		return $this;
3318
	}
3319
3320
	/**
3321
	 * Set the nb h contract.
3322
	 *
3323
	 * @param float $nbHContract The nb h contract.
3324
	 * @return Libelles Returns this libelles.
3325
	 */
3326
	public function setNbHContract($nbHContract) {
3327
		$this->nbHContract = $nbHContract;
3328
		return $this;
3329
	}
3330
3331
	/**
3332
	 * Set the nb mois applic.
3333
	 *
3334
	 * @param int $nbMoisApplic The nb mois applic.
3335
	 * @return Libelles Returns this libelles.
3336
	 */
3337
	public function setNbMoisApplic($nbMoisApplic) {
3338
		$this->nbMoisApplic = $nbMoisApplic;
3339
		return $this;
3340
	}
3341
3342
	/**
3343
	 * Set the neutre.
3344
	 *
3345
	 * @param boolean $neutre The neutre.
3346
	 * @return Libelles Returns this libelles.
3347
	 */
3348
	public function setNeutre($neutre) {
3349
		$this->neutre = $neutre;
3350
		return $this;
3351
	}
3352
3353
	/**
3354
	 * Set the num col acbs.
3355
	 *
3356
	 * @param string $numColAcbs The num col acbs.
3357
	 * @return Libelles Returns this libelles.
3358
	 */
3359
	public function setNumColAcbs($numColAcbs) {
3360
		$this->numColAcbs = $numColAcbs;
3361
		return $this;
3362
	}
3363
3364
	/**
3365
	 * Set the num col allege35h.
3366
	 *
3367
	 * @param string $numColAllege35h The num col allege35h.
3368
	 * @return Libelles Returns this libelles.
3369
	 */
3370
	public function setNumColAllege35h($numColAllege35h) {
3371
		$this->numColAllege35h = $numColAllege35h;
3372
		return $this;
3373
	}
3374
3375
	/**
3376
	 * Set the num col charges cafe.
3377
	 *
3378
	 * @param string $numColChargesCafe The num col charges cafe.
3379
	 * @return Libelles Returns this libelles.
3380
	 */
3381
	public function setNumColChargesCafe($numColChargesCafe) {
3382
		$this->numColChargesCafe = $numColChargesCafe;
3383
		return $this;
3384
	}
3385
3386
	/**
3387
	 * Set the num cumul bulletin.
3388
	 *
3389
	 * @param int $numCumulBulletin The num cumul bulletin.
3390
	 * @return Libelles Returns this libelles.
3391
	 */
3392
	public function setNumCumulBulletin($numCumulBulletin) {
3393
		$this->numCumulBulletin = $numCumulBulletin;
3394
		return $this;
3395
	}
3396
3397
	/**
3398
	 * Set the num cumul patron.
3399
	 *
3400
	 * @param int $numCumulPatron The num cumul patron.
3401
	 * @return Libelles Returns this libelles.
3402
	 */
3403
	public function setNumCumulPatron($numCumulPatron) {
3404
		$this->numCumulPatron = $numCumulPatron;
3405
		return $this;
3406
	}
3407
3408
	/**
3409
	 * Set the num taux const nat.
3410
	 *
3411
	 * @param int $numTauxConstNat The num taux const nat.
3412
	 * @return Libelles Returns this libelles.
3413
	 */
3414
	public function setNumTauxConstNat($numTauxConstNat) {
3415
		$this->numTauxConstNat = $numTauxConstNat;
3416
		return $this;
3417
	}
3418
3419
	/**
3420
	 * Set the part patron prevoyance.
3421
	 *
3422
	 * @param boolean $partPatronPrevoyance The part patron prevoyance.
3423
	 * @return Libelles Returns this libelles.
3424
	 */
3425
	public function setPartPatronPrevoyance($partPatronPrevoyance) {
3426
		$this->partPatronPrevoyance = $partPatronPrevoyance;
3427
		return $this;
3428
	}
3429
3430
	/**
3431
	 * Set the periodicite.
3432
	 *
3433
	 * @param string $periodicite The periodicite.
3434
	 * @return Libelles Returns this libelles.
3435
	 */
3436
	public function setPeriodicite($periodicite) {
3437
		$this->periodicite = $periodicite;
3438
		return $this;
3439
	}
3440
3441
	/**
3442
	 * Set the pourboire.
3443
	 *
3444
	 * @param boolean $pourboire The pourboire.
3445
	 * @return Libelles Returns this libelles.
3446
	 */
3447
	public function setPourboire($pourboire) {
3448
		$this->pourboire = $pourboire;
3449
		return $this;
3450
	}
3451
3452
	/**
3453
	 * Set the prevoyance.
3454
	 *
3455
	 * @param boolean $prevoyance The prevoyance.
3456
	 * @return Libelles Returns this libelles.
3457
	 */
3458
	public function setPrevoyance($prevoyance) {
3459
		$this->prevoyance = $prevoyance;
3460
		return $this;
3461
	}
3462
3463
	/**
3464
	 * Set the prevoyance comp.
3465
	 *
3466
	 * @param boolean $prevoyanceComp The prevoyance comp.
3467
	 * @return Libelles Returns this libelles.
3468
	 */
3469
	public function setPrevoyanceComp($prevoyanceComp) {
3470
		$this->prevoyanceComp = $prevoyanceComp;
3471
		return $this;
3472
	}
3473
3474
	/**
3475
	 * Set the prime non proratisee.
3476
	 *
3477
	 * @param boolean $primeNonProratisee The prime non proratisee.
3478
	 * @return Libelles Returns this libelles.
3479
	 */
3480
	public function setPrimeNonProratisee($primeNonProratisee) {
3481
		$this->primeNonProratisee = $primeNonProratisee;
3482
		return $this;
3483
	}
3484
3485
	/**
3486
	 * Set the prime servitude travail.
3487
	 *
3488
	 * @param boolean $primeServitudeTravail The prime servitude travail.
3489
	 * @return Libelles Returns this libelles.
3490
	 */
3491
	public function setPrimeServitudeTravail($primeServitudeTravail) {
3492
		$this->primeServitudeTravail = $primeServitudeTravail;
3493
		return $this;
3494
	}
3495
3496
	/**
3497
	 * Set the qualifiant cotis.
3498
	 *
3499
	 * @param string $qualifiantCotis The qualifiant cotis.
3500
	 * @return Libelles Returns this libelles.
3501
	 */
3502
	public function setQualifiantCotis($qualifiantCotis) {
3503
		$this->qualifiantCotis = $qualifiantCotis;
3504
		return $this;
3505
	}
3506
3507
	/**
3508
	 * Set the regle calcul.
3509
	 *
3510
	 * @param string $regleCalcul The regle calcul.
3511
	 * @return Libelles Returns this libelles.
3512
	 */
3513
	public function setRegleCalcul($regleCalcul) {
3514
		$this->regleCalcul = $regleCalcul;
3515
		return $this;
3516
	}
3517
3518
	/**
3519
	 * Set the regle taux.
3520
	 *
3521
	 * @param string $regleTaux The regle taux.
3522
	 * @return Libelles Returns this libelles.
3523
	 */
3524
	public function setRegleTaux($regleTaux) {
3525
		$this->regleTaux = $regleTaux;
3526
		return $this;
3527
	}
3528
3529
	/**
3530
	 * Set the remise a zero.
3531
	 *
3532
	 * @param boolean $remiseAZero The remise a zero.
3533
	 * @return Libelles Returns this libelles.
3534
	 */
3535
	public function setRemiseAZero($remiseAZero) {
3536
		$this->remiseAZero = $remiseAZero;
3537
		return $this;
3538
	}
3539
3540
	/**
3541
	 * Set the result mt.
3542
	 *
3543
	 * @param boolean $resultMt The result mt.
3544
	 * @return Libelles Returns this libelles.
3545
	 */
3546
	public function setResultMt($resultMt) {
3547
		$this->resultMt = $resultMt;
3548
		return $this;
3549
	}
3550
3551
	/**
3552
	 * Set the resultat ducs.
3553
	 *
3554
	 * @param boolean $resultatDucs The resultat ducs.
3555
	 * @return Libelles Returns this libelles.
3556
	 */
3557
	public function setResultatDucs($resultatDucs) {
3558
		$this->resultatDucs = $resultatDucs;
3559
		return $this;
3560
	}
3561
3562
	/**
3563
	 * Set the retenue salaire.
3564
	 *
3565
	 * @param boolean $retenueSalaire The retenue salaire.
3566
	 * @return Libelles Returns this libelles.
3567
	 */
3568
	public function setRetenueSalaire($retenueSalaire) {
3569
		$this->retenueSalaire = $retenueSalaire;
3570
		return $this;
3571
	}
3572
3573
	/**
3574
	 * Set the retenue source.
3575
	 *
3576
	 * @param boolean $retenueSource The retenue source.
3577
	 * @return Libelles Returns this libelles.
3578
	 */
3579
	public function setRetenueSource($retenueSource) {
3580
		$this->retenueSource = $retenueSource;
3581
		return $this;
3582
	}
3583
3584
	/**
3585
	 * Set the retraite obligatoire.
3586
	 *
3587
	 * @param boolean $retraiteObligatoire The retraite obligatoire.
3588
	 * @return Libelles Returns this libelles.
3589
	 */
3590
	public function setRetraiteObligatoire($retraiteObligatoire) {
3591
		$this->retraiteObligatoire = $retraiteObligatoire;
3592
		return $this;
3593
	}
3594
3595
	/**
3596
	 * Set the retraite supp.
3597
	 *
3598
	 * @param boolean $retraiteSupp The retraite supp.
3599
	 * @return Libelles Returns this libelles.
3600
	 */
3601
	public function setRetraiteSupp($retraiteSupp) {
3602
		$this->retraiteSupp = $retraiteSupp;
3603
		return $this;
3604
	}
3605
3606
	/**
3607
	 * Set the salaire c p.
3608
	 *
3609
	 * @param boolean $salaireCP The salaire c p.
3610
	 * @return Libelles Returns this libelles.
3611
	 */
3612
	public function setSalaireCP($salaireCP) {
3613
		$this->salaireCP = $salaireCP;
3614
		return $this;
3615
	}
3616
3617
	/**
3618
	 * Set the sans reintegration sociale.
3619
	 *
3620
	 * @param boolean $sansReintegrationSociale The sans reintegration sociale.
3621
	 * @return Libelles Returns this libelles.
3622
	 */
3623
	public function setSansReintegrationSociale($sansReintegrationSociale) {
3624
		$this->sansReintegrationSociale = $sansReintegrationSociale;
3625
		return $this;
3626
	}
3627
3628
	/**
3629
	 * Set the soumis abattement.
3630
	 *
3631
	 * @param boolean $soumisAbattement The soumis abattement.
3632
	 * @return Libelles Returns this libelles.
3633
	 */
3634
	public function setSoumisAbattement($soumisAbattement) {
3635
		$this->soumisAbattement = $soumisAbattement;
3636
		return $this;
3637
	}
3638
3639
	/**
3640
	 * Set the soumis c r d s100.
3641
	 *
3642
	 * @param boolean $soumisCRDS100 The soumis c r d s100.
3643
	 * @return Libelles Returns this libelles.
3644
	 */
3645
	public function setSoumisCRDS100($soumisCRDS100) {
3646
		$this->soumisCRDS100 = $soumisCRDS100;
3647
		return $this;
3648
	}
3649
3650
	/**
3651
	 * Set the soumis c s g.
3652
	 *
3653
	 * @param boolean $soumisCSG The soumis c s g.
3654
	 * @return Libelles Returns this libelles.
3655
	 */
3656
	public function setSoumisCSG($soumisCSG) {
3657
		$this->soumisCSG = $soumisCSG;
3658
		return $this;
3659
	}
3660
3661
	/**
3662
	 * Set the soumis c s g100.
3663
	 *
3664
	 * @param boolean $soumisCSG100 The soumis c s g100.
3665
	 * @return Libelles Returns this libelles.
3666
	 */
3667
	public function setSoumisCSG100($soumisCSG100) {
3668
		$this->soumisCSG100 = $soumisCSG100;
3669
		return $this;
3670
	}
3671
3672
	/**
3673
	 * Set the soumis forfait social.
3674
	 *
3675
	 * @param boolean $soumisForfaitSocial The soumis forfait social.
3676
	 * @return Libelles Returns this libelles.
3677
	 */
3678
	public function setSoumisForfaitSocial($soumisForfaitSocial) {
3679
		$this->soumisForfaitSocial = $soumisForfaitSocial;
3680
		return $this;
3681
	}
3682
3683
	/**
3684
	 * Set the soumis r d s.
3685
	 *
3686
	 * @param boolean $soumisRDS The soumis r d s.
3687
	 * @return Libelles Returns this libelles.
3688
	 */
3689
	public function setSoumisRDS($soumisRDS) {
3690
		$this->soumisRDS = $soumisRDS;
3691
		return $this;
3692
	}
3693
3694
	/**
3695
	 * Set the taux du libelle.
3696
	 *
3697
	 * @param boolean $tauxDuLibelle The taux du libelle.
3698
	 * @return Libelles Returns this libelles.
3699
	 */
3700
	public function setTauxDuLibelle($tauxDuLibelle) {
3701
		$this->tauxDuLibelle = $tauxDuLibelle;
3702
		return $this;
3703
	}
3704
3705
	/**
3706
	 * Set the taux forfait social.
3707
	 *
3708
	 * @param string $tauxForfaitSocial The taux forfait social.
3709
	 * @return Libelles Returns this libelles.
3710
	 */
3711
	public function setTauxForfaitSocial($tauxForfaitSocial) {
3712
		$this->tauxForfaitSocial = $tauxForfaitSocial;
3713
		return $this;
3714
	}
3715
3716
	/**
3717
	 * Set the taux patronal d a d s u.
3718
	 *
3719
	 * @param float $tauxPatronalDADSU The taux patronal d a d s u.
3720
	 * @return Libelles Returns this libelles.
3721
	 */
3722
	public function setTauxPatronalDADSU($tauxPatronalDADSU) {
3723
		$this->tauxPatronalDADSU = $tauxPatronalDADSU;
3724
		return $this;
3725
	}
3726
3727
	/**
3728
	 * Set the taux salarial d a d s u.
3729
	 *
3730
	 * @param float $tauxSalarialDADSU The taux salarial d a d s u.
3731
	 * @return Libelles Returns this libelles.
3732
	 */
3733
	public function setTauxSalarialDADSU($tauxSalarialDADSU) {
3734
		$this->tauxSalarialDADSU = $tauxSalarialDADSU;
3735
		return $this;
3736
	}
3737
3738
	/**
3739
	 * Set the type absence h sup.
3740
	 *
3741
	 * @param string $typeAbsenceHSup The type absence h sup.
3742
	 * @return Libelles Returns this libelles.
3743
	 */
3744
	public function setTypeAbsenceHSup($typeAbsenceHSup) {
3745
		$this->typeAbsenceHSup = $typeAbsenceHSup;
3746
		return $this;
3747
	}
3748
3749
	/**
3750
	 * Set the type avantage.
3751
	 *
3752
	 * @param string $typeAvantage The type avantage.
3753
	 * @return Libelles Returns this libelles.
3754
	 */
3755
	public function setTypeAvantage($typeAvantage) {
3756
		$this->typeAvantage = $typeAvantage;
3757
		return $this;
3758
	}
3759
3760
	/**
3761
	 * Set the type base cotisation.
3762
	 *
3763
	 * @param string $typeBaseCotisation The type base cotisation.
3764
	 * @return Libelles Returns this libelles.
3765
	 */
3766
	public function setTypeBaseCotisation($typeBaseCotisation) {
3767
		$this->typeBaseCotisation = $typeBaseCotisation;
3768
		return $this;
3769
	}
3770
3771
	/**
3772
	 * Set the type cotis.
3773
	 *
3774
	 * @param string $typeCotis The type cotis.
3775
	 * @return Libelles Returns this libelles.
3776
	 */
3777
	public function setTypeCotis($typeCotis) {
3778
		$this->typeCotis = $typeCotis;
3779
		return $this;
3780
	}
3781
3782
	/**
3783
	 * Set the type date anc.
3784
	 *
3785
	 * @param int $typeDateAnc The type date anc.
3786
	 * @return Libelles Returns this libelles.
3787
	 */
3788
	public function setTypeDateAnc($typeDateAnc) {
3789
		$this->typeDateAnc = $typeDateAnc;
3790
		return $this;
3791
	}
3792
3793
	/**
3794
	 * Set the type donnee d a d s u.
3795
	 *
3796
	 * @param string $typeDonneeDADSU The type donnee d a d s u.
3797
	 * @return Libelles Returns this libelles.
3798
	 */
3799
	public function setTypeDonneeDADSU($typeDonneeDADSU) {
3800
		$this->typeDonneeDADSU = $typeDonneeDADSU;
3801
		return $this;
3802
	}
3803
3804
	/**
3805
	 * Set the type frais.
3806
	 *
3807
	 * @param string $typeFrais The type frais.
3808
	 * @return Libelles Returns this libelles.
3809
	 */
3810
	public function setTypeFrais($typeFrais) {
3811
		$this->typeFrais = $typeFrais;
3812
		return $this;
3813
	}
3814
3815
	/**
3816
	 * Set the type h e fillon.
3817
	 *
3818
	 * @param string $typeHEFillon The type h e fillon.
3819
	 * @return Libelles Returns this libelles.
3820
	 */
3821
	public function setTypeHEFillon($typeHEFillon) {
3822
		$this->typeHEFillon = $typeHEFillon;
3823
		return $this;
3824
	}
3825
3826
	/**
3827
	 * Set the type h sup loi t e p a.
3828
	 *
3829
	 * @param string $typeHSupLoiTEPA The type h sup loi t e p a.
3830
	 * @return Libelles Returns this libelles.
3831
	 */
3832
	public function setTypeHSupLoiTEPA($typeHSupLoiTEPA) {
3833
		$this->typeHSupLoiTEPA = $typeHSupLoiTEPA;
3834
		return $this;
3835
	}
3836
3837
	/**
3838
	 * Set the type heure.
3839
	 *
3840
	 * @param string $typeHeure The type heure.
3841
	 * @return Libelles Returns this libelles.
3842
	 */
3843
	public function setTypeHeure($typeHeure) {
3844
		$this->typeHeure = $typeHeure;
3845
		return $this;
3846
	}
3847
3848
	/**
3849
	 * Set the type heure sup.
3850
	 *
3851
	 * @param string $typeHeureSup The type heure sup.
3852
	 * @return Libelles Returns this libelles.
3853
	 */
3854
	public function setTypeHeureSup($typeHeureSup) {
3855
		$this->typeHeureSup = $typeHeureSup;
3856
		return $this;
3857
	}
3858
3859
	/**
3860
	 * Set the type orga.
3861
	 *
3862
	 * @param string $typeOrga The type orga.
3863
	 * @return Libelles Returns this libelles.
3864
	 */
3865
	public function setTypeOrga($typeOrga) {
3866
		$this->typeOrga = $typeOrga;
3867
		return $this;
3868
	}
3869
3870
	/**
3871
	 * Set the type proratisation prime.
3872
	 *
3873
	 * @param string $typeProratisationPrime The type proratisation prime.
3874
	 * @return Libelles Returns this libelles.
3875
	 */
3876
	public function setTypeProratisationPrime($typeProratisationPrime) {
3877
		$this->typeProratisationPrime = $typeProratisationPrime;
3878
		return $this;
3879
	}
3880
3881
	/**
3882
	 * Set the type tranche.
3883
	 *
3884
	 * @param string $typeTranche The type tranche.
3885
	 * @return Libelles Returns this libelles.
3886
	 */
3887
	public function setTypeTranche($typeTranche) {
3888
		$this->typeTranche = $typeTranche;
3889
		return $this;
3890
	}
3891
3892
}
3893