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

GroupesClient::getClientPerdu()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 3
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 0
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\QGI;
13
14
use DateTime;
15
16
/**
17
 * Groupes client model.
18
 *
19
 * @author webeweb <https://github.com/webeweb/>
20
 * @package WBW\Library\Core\Quadratus\Model\QGI
21
 */
22
class GroupesClient {
23
24
	/**
25
	 * Actif.
26
	 *
27
	 * @var boolean
28
	 */
29
	private $actif;
30
31
	/**
32
	 * Bloque.
33
	 *
34
	 * @var boolean
35
	 */
36
	private $bloque;
37
38
	/**
39
	 * Cle alpha.
40
	 *
41
	 * @var string
42
	 */
43
	private $cleAlpha;
44
45
	/**
46
	 * Client perdu.
47
	 *
48
	 * @var boolean
49
	 */
50
	private $clientPerdu;
51
52
	/**
53
	 * Code analytique.
54
	 *
55
	 * @var string
56
	 */
57
	private $codeAnalytique;
58
59
	/**
60
	 * Code client.
61
	 *
62
	 * @var string
63
	 */
64
	private $codeClient;
65
66
	/**
67
	 * Code client fact.
68
	 *
69
	 * @var string
70
	 */
71
	private $codeClientFact;
72
73
	/**
74
	 * Code devise.
75
	 *
76
	 * @var string
77
	 */
78
	private $codeDevise;
79
80
	/**
81
	 * Code langue designation article.
82
	 *
83
	 * @var string
84
	 */
85
	private $codeLangueDesignationArticle;
86
87
	/**
88
	 * Code reglement.
89
	 *
90
	 * @var string
91
	 */
92
	private $codeReglement;
93
94
	/**
95
	 * Code t v a.
96
	 *
97
	 * @var string
98
	 */
99
	private $codeTVA;
100
101
	/**
102
	 * Code ventil compta.
103
	 *
104
	 * @var string
105
	 */
106
	private $codeVentilCompta;
107
108
	/**
109
	 * Collectif.
110
	 *
111
	 * @var string
112
	 */
113
	private $collectif;
114
115
	/**
116
	 * Date entree.
117
	 *
118
	 * @var DateTime
119
	 */
120
	private $dateEntree;
121
122
	/**
123
	 * Date sortie.
124
	 *
125
	 * @var DateTime
126
	 */
127
	private $dateSortie;
128
129
	/**
130
	 * Domiciliation bancaire1.
131
	 *
132
	 * @var string
133
	 */
134
	private $domiciliationBancaire1;
135
136
	/**
137
	 * Domiciliation bancaire2.
138
	 *
139
	 * @var string
140
	 */
141
	private $domiciliationBancaire2;
142
143
	/**
144
	 * Echeance fin decade.
145
	 *
146
	 * @var boolean
147
	 */
148
	private $echeanceFinDecade;
149
150
	/**
151
	 * Facture euros.
152
	 *
153
	 * @var boolean
154
	 */
155
	private $factureEuros;
156
157
	/**
158
	 * Groupe.
159
	 *
160
	 * @var string
161
	 */
162
	private $groupe;
163
164
	/**
165
	 * Nb b l.
166
	 *
167
	 * @var int
168
	 */
169
	private $nbBL;
170
171
	/**
172
	 * Nb facture.
173
	 *
174
	 * @var int
175
	 */
176
	private $nbFacture;
177
178
	/**
179
	 * Nombre echeances.
180
	 *
181
	 * @var string
182
	 */
183
	private $nombreEcheances;
184
185
	/**
186
	 * Numero compte.
187
	 *
188
	 * @var string
189
	 */
190
	private $numeroCompte;
191
192
	/**
193
	 * Paiement depart le.
194
	 *
195
	 * @var string
196
	 */
197
	private $paiementDepartLe;
198
199
	/**
200
	 * Paiement le.
201
	 *
202
	 * @var string
203
	 */
204
	private $paiementLe;
205
206
	/**
207
	 * Paiement nombre de jours.
208
	 *
209
	 * @var int
210
	 */
211
	private $paiementNombreDeJours;
212
213
	/**
214
	 * R i b.
215
	 *
216
	 * @var string
217
	 */
218
	private $rIB;
219
220
	/**
221
	 * Remise ligne1.
222
	 *
223
	 * @var float
224
	 */
225
	private $remiseLigne1;
226
227
	/**
228
	 * Remise ligne2.
229
	 *
230
	 * @var float
231
	 */
232
	private $remiseLigne2;
233
234
	/**
235
	 * Remise ligne3.
236
	 *
237
	 * @var float
238
	 */
239
	private $remiseLigne3;
240
241
	/**
242
	 * Remise pied.
243
	 *
244
	 * @var float
245
	 */
246
	private $remisePied;
247
248
	/**
249
	 * Remise pied2.
250
	 *
251
	 * @var float
252
	 */
253
	private $remisePied2;
254
255
	/**
256
	 * Remise pied3.
257
	 *
258
	 * @var float
259
	 */
260
	private $remisePied3;
261
262
	/**
263
	 * Soumis escompte.
264
	 *
265
	 * @var boolean
266
	 */
267
	private $soumisEscompte;
268
269
	/**
270
	 * Taux escompte.
271
	 *
272
	 * @var float
273
	 */
274
	private $tauxEscompte;
275
276
	/**
277
	 * Type facture.
278
	 *
279
	 * @var int
280
	 */
281
	private $typeFacture;
282
283
	/**
284
	 * Constructor.
285
	 */
286
	public function __construct() {
287
		// NOTHING TO DO;
288
	}
289
290
	/**
291
	 * Get the actif.
292
	 *
293
	 * @return boolean Returns the actif.
294
	 */
295
	public function getActif() {
296
		return $this->actif;
297
	}
298
299
	/**
300
	 * Get the bloque.
301
	 *
302
	 * @return boolean Returns the bloque.
303
	 */
304
	public function getBloque() {
305
		return $this->bloque;
306
	}
307
308
	/**
309
	 * Get the cle alpha.
310
	 *
311
	 * @return string Returns the cle alpha.
312
	 */
313
	public function getCleAlpha() {
314
		return $this->cleAlpha;
315
	}
316
317
	/**
318
	 * Get the client perdu.
319
	 *
320
	 * @return boolean Returns the client perdu.
321
	 */
322
	public function getClientPerdu() {
323
		return $this->clientPerdu;
324
	}
325
326
	/**
327
	 * Get the code analytique.
328
	 *
329
	 * @return string Returns the code analytique.
330
	 */
331
	public function getCodeAnalytique() {
332
		return $this->codeAnalytique;
333
	}
334
335
	/**
336
	 * Get the code client.
337
	 *
338
	 * @return string Returns the code client.
339
	 */
340
	public function getCodeClient() {
341
		return $this->codeClient;
342
	}
343
344
	/**
345
	 * Get the code client fact.
346
	 *
347
	 * @return string Returns the code client fact.
348
	 */
349
	public function getCodeClientFact() {
350
		return $this->codeClientFact;
351
	}
352
353
	/**
354
	 * Get the code devise.
355
	 *
356
	 * @return string Returns the code devise.
357
	 */
358
	public function getCodeDevise() {
359
		return $this->codeDevise;
360
	}
361
362
	/**
363
	 * Get the code langue designation article.
364
	 *
365
	 * @return string Returns the code langue designation article.
366
	 */
367
	public function getCodeLangueDesignationArticle() {
368
		return $this->codeLangueDesignationArticle;
369
	}
370
371
	/**
372
	 * Get the code reglement.
373
	 *
374
	 * @return string Returns the code reglement.
375
	 */
376
	public function getCodeReglement() {
377
		return $this->codeReglement;
378
	}
379
380
	/**
381
	 * Get the code t v a.
382
	 *
383
	 * @return string Returns the code t v a.
384
	 */
385
	public function getCodeTVA() {
386
		return $this->codeTVA;
387
	}
388
389
	/**
390
	 * Get the code ventil compta.
391
	 *
392
	 * @return string Returns the code ventil compta.
393
	 */
394
	public function getCodeVentilCompta() {
395
		return $this->codeVentilCompta;
396
	}
397
398
	/**
399
	 * Get the collectif.
400
	 *
401
	 * @return string Returns the collectif.
402
	 */
403
	public function getCollectif() {
404
		return $this->collectif;
405
	}
406
407
	/**
408
	 * Get the date entree.
409
	 *
410
	 * @return DateTime Returns the date entree.
411
	 */
412
	public function getDateEntree() {
413
		return $this->dateEntree;
414
	}
415
416
	/**
417
	 * Get the date sortie.
418
	 *
419
	 * @return DateTime Returns the date sortie.
420
	 */
421
	public function getDateSortie() {
422
		return $this->dateSortie;
423
	}
424
425
	/**
426
	 * Get the domiciliation bancaire1.
427
	 *
428
	 * @return string Returns the domiciliation bancaire1.
429
	 */
430
	public function getDomiciliationBancaire1() {
431
		return $this->domiciliationBancaire1;
432
	}
433
434
	/**
435
	 * Get the domiciliation bancaire2.
436
	 *
437
	 * @return string Returns the domiciliation bancaire2.
438
	 */
439
	public function getDomiciliationBancaire2() {
440
		return $this->domiciliationBancaire2;
441
	}
442
443
	/**
444
	 * Get the echeance fin decade.
445
	 *
446
	 * @return boolean Returns the echeance fin decade.
447
	 */
448
	public function getEcheanceFinDecade() {
449
		return $this->echeanceFinDecade;
450
	}
451
452
	/**
453
	 * Get the facture euros.
454
	 *
455
	 * @return boolean Returns the facture euros.
456
	 */
457
	public function getFactureEuros() {
458
		return $this->factureEuros;
459
	}
460
461
	/**
462
	 * Get the groupe.
463
	 *
464
	 * @return string Returns the groupe.
465
	 */
466
	public function getGroupe() {
467
		return $this->groupe;
468
	}
469
470
	/**
471
	 * Get the nb b l.
472
	 *
473
	 * @return int Returns the nb b l.
474
	 */
475
	public function getNbBL() {
476
		return $this->nbBL;
477
	}
478
479
	/**
480
	 * Get the nb facture.
481
	 *
482
	 * @return int Returns the nb facture.
483
	 */
484
	public function getNbFacture() {
485
		return $this->nbFacture;
486
	}
487
488
	/**
489
	 * Get the nombre echeances.
490
	 *
491
	 * @return string Returns the nombre echeances.
492
	 */
493
	public function getNombreEcheances() {
494
		return $this->nombreEcheances;
495
	}
496
497
	/**
498
	 * Get the numero compte.
499
	 *
500
	 * @return string Returns the numero compte.
501
	 */
502
	public function getNumeroCompte() {
503
		return $this->numeroCompte;
504
	}
505
506
	/**
507
	 * Get the paiement depart le.
508
	 *
509
	 * @return string Returns the paiement depart le.
510
	 */
511
	public function getPaiementDepartLe() {
512
		return $this->paiementDepartLe;
513
	}
514
515
	/**
516
	 * Get the paiement le.
517
	 *
518
	 * @return string Returns the paiement le.
519
	 */
520
	public function getPaiementLe() {
521
		return $this->paiementLe;
522
	}
523
524
	/**
525
	 * Get the paiement nombre de jours.
526
	 *
527
	 * @return int Returns the paiement nombre de jours.
528
	 */
529
	public function getPaiementNombreDeJours() {
530
		return $this->paiementNombreDeJours;
531
	}
532
533
	/**
534
	 * Get the r i b.
535
	 *
536
	 * @return string Returns the r i b.
537
	 */
538
	public function getRIB() {
539
		return $this->rIB;
540
	}
541
542
	/**
543
	 * Get the remise ligne1.
544
	 *
545
	 * @return float Returns the remise ligne1.
546
	 */
547
	public function getRemiseLigne1() {
548
		return $this->remiseLigne1;
549
	}
550
551
	/**
552
	 * Get the remise ligne2.
553
	 *
554
	 * @return float Returns the remise ligne2.
555
	 */
556
	public function getRemiseLigne2() {
557
		return $this->remiseLigne2;
558
	}
559
560
	/**
561
	 * Get the remise ligne3.
562
	 *
563
	 * @return float Returns the remise ligne3.
564
	 */
565
	public function getRemiseLigne3() {
566
		return $this->remiseLigne3;
567
	}
568
569
	/**
570
	 * Get the remise pied.
571
	 *
572
	 * @return float Returns the remise pied.
573
	 */
574
	public function getRemisePied() {
575
		return $this->remisePied;
576
	}
577
578
	/**
579
	 * Get the remise pied2.
580
	 *
581
	 * @return float Returns the remise pied2.
582
	 */
583
	public function getRemisePied2() {
584
		return $this->remisePied2;
585
	}
586
587
	/**
588
	 * Get the remise pied3.
589
	 *
590
	 * @return float Returns the remise pied3.
591
	 */
592
	public function getRemisePied3() {
593
		return $this->remisePied3;
594
	}
595
596
	/**
597
	 * Get the soumis escompte.
598
	 *
599
	 * @return boolean Returns the soumis escompte.
600
	 */
601
	public function getSoumisEscompte() {
602
		return $this->soumisEscompte;
603
	}
604
605
	/**
606
	 * Get the taux escompte.
607
	 *
608
	 * @return float Returns the taux escompte.
609
	 */
610
	public function getTauxEscompte() {
611
		return $this->tauxEscompte;
612
	}
613
614
	/**
615
	 * Get the type facture.
616
	 *
617
	 * @return int Returns the type facture.
618
	 */
619
	public function getTypeFacture() {
620
		return $this->typeFacture;
621
	}
622
623
	/**
624
	 * Set the actif.
625
	 *
626
	 * @param boolean $actif The actif.
627
	 * @return GroupesClient Returns this groupes client.
628
	 */
629
	public function setActif($actif) {
630
		$this->actif = $actif;
631
		return $this;
632
	}
633
634
	/**
635
	 * Set the bloque.
636
	 *
637
	 * @param boolean $bloque The bloque.
638
	 * @return GroupesClient Returns this groupes client.
639
	 */
640
	public function setBloque($bloque) {
641
		$this->bloque = $bloque;
642
		return $this;
643
	}
644
645
	/**
646
	 * Set the cle alpha.
647
	 *
648
	 * @param string $cleAlpha The cle alpha.
649
	 * @return GroupesClient Returns this groupes client.
650
	 */
651
	public function setCleAlpha($cleAlpha) {
652
		$this->cleAlpha = $cleAlpha;
653
		return $this;
654
	}
655
656
	/**
657
	 * Set the client perdu.
658
	 *
659
	 * @param boolean $clientPerdu The client perdu.
660
	 * @return GroupesClient Returns this groupes client.
661
	 */
662
	public function setClientPerdu($clientPerdu) {
663
		$this->clientPerdu = $clientPerdu;
664
		return $this;
665
	}
666
667
	/**
668
	 * Set the code analytique.
669
	 *
670
	 * @param string $codeAnalytique The code analytique.
671
	 * @return GroupesClient Returns this groupes client.
672
	 */
673
	public function setCodeAnalytique($codeAnalytique) {
674
		$this->codeAnalytique = $codeAnalytique;
675
		return $this;
676
	}
677
678
	/**
679
	 * Set the code client.
680
	 *
681
	 * @param string $codeClient The code client.
682
	 * @return GroupesClient Returns this groupes client.
683
	 */
684
	public function setCodeClient($codeClient) {
685
		$this->codeClient = $codeClient;
686
		return $this;
687
	}
688
689
	/**
690
	 * Set the code client fact.
691
	 *
692
	 * @param string $codeClientFact The code client fact.
693
	 * @return GroupesClient Returns this groupes client.
694
	 */
695
	public function setCodeClientFact($codeClientFact) {
696
		$this->codeClientFact = $codeClientFact;
697
		return $this;
698
	}
699
700
	/**
701
	 * Set the code devise.
702
	 *
703
	 * @param string $codeDevise The code devise.
704
	 * @return GroupesClient Returns this groupes client.
705
	 */
706
	public function setCodeDevise($codeDevise) {
707
		$this->codeDevise = $codeDevise;
708
		return $this;
709
	}
710
711
	/**
712
	 * Set the code langue designation article.
713
	 *
714
	 * @param string $codeLangueDesignationArticle The code langue designation article.
715
	 * @return GroupesClient Returns this groupes client.
716
	 */
717
	public function setCodeLangueDesignationArticle($codeLangueDesignationArticle) {
718
		$this->codeLangueDesignationArticle = $codeLangueDesignationArticle;
719
		return $this;
720
	}
721
722
	/**
723
	 * Set the code reglement.
724
	 *
725
	 * @param string $codeReglement The code reglement.
726
	 * @return GroupesClient Returns this groupes client.
727
	 */
728
	public function setCodeReglement($codeReglement) {
729
		$this->codeReglement = $codeReglement;
730
		return $this;
731
	}
732
733
	/**
734
	 * Set the code t v a.
735
	 *
736
	 * @param string $codeTVA The code t v a.
737
	 * @return GroupesClient Returns this groupes client.
738
	 */
739
	public function setCodeTVA($codeTVA) {
740
		$this->codeTVA = $codeTVA;
741
		return $this;
742
	}
743
744
	/**
745
	 * Set the code ventil compta.
746
	 *
747
	 * @param string $codeVentilCompta The code ventil compta.
748
	 * @return GroupesClient Returns this groupes client.
749
	 */
750
	public function setCodeVentilCompta($codeVentilCompta) {
751
		$this->codeVentilCompta = $codeVentilCompta;
752
		return $this;
753
	}
754
755
	/**
756
	 * Set the collectif.
757
	 *
758
	 * @param string $collectif The collectif.
759
	 * @return GroupesClient Returns this groupes client.
760
	 */
761
	public function setCollectif($collectif) {
762
		$this->collectif = $collectif;
763
		return $this;
764
	}
765
766
	/**
767
	 * Set the date entree.
768
	 *
769
	 * @param DateTime $dateEntree The date entree.
770
	 * @return GroupesClient Returns this groupes client.
771
	 */
772
	public function setDateEntree(DateTime $dateEntree = null) {
773
		$this->dateEntree = $dateEntree;
774
		return $this;
775
	}
776
777
	/**
778
	 * Set the date sortie.
779
	 *
780
	 * @param DateTime $dateSortie The date sortie.
781
	 * @return GroupesClient Returns this groupes client.
782
	 */
783
	public function setDateSortie(DateTime $dateSortie = null) {
784
		$this->dateSortie = $dateSortie;
785
		return $this;
786
	}
787
788
	/**
789
	 * Set the domiciliation bancaire1.
790
	 *
791
	 * @param string $domiciliationBancaire1 The domiciliation bancaire1.
792
	 * @return GroupesClient Returns this groupes client.
793
	 */
794
	public function setDomiciliationBancaire1($domiciliationBancaire1) {
795
		$this->domiciliationBancaire1 = $domiciliationBancaire1;
796
		return $this;
797
	}
798
799
	/**
800
	 * Set the domiciliation bancaire2.
801
	 *
802
	 * @param string $domiciliationBancaire2 The domiciliation bancaire2.
803
	 * @return GroupesClient Returns this groupes client.
804
	 */
805
	public function setDomiciliationBancaire2($domiciliationBancaire2) {
806
		$this->domiciliationBancaire2 = $domiciliationBancaire2;
807
		return $this;
808
	}
809
810
	/**
811
	 * Set the echeance fin decade.
812
	 *
813
	 * @param boolean $echeanceFinDecade The echeance fin decade.
814
	 * @return GroupesClient Returns this groupes client.
815
	 */
816
	public function setEcheanceFinDecade($echeanceFinDecade) {
817
		$this->echeanceFinDecade = $echeanceFinDecade;
818
		return $this;
819
	}
820
821
	/**
822
	 * Set the facture euros.
823
	 *
824
	 * @param boolean $factureEuros The facture euros.
825
	 * @return GroupesClient Returns this groupes client.
826
	 */
827
	public function setFactureEuros($factureEuros) {
828
		$this->factureEuros = $factureEuros;
829
		return $this;
830
	}
831
832
	/**
833
	 * Set the groupe.
834
	 *
835
	 * @param string $groupe The groupe.
836
	 * @return GroupesClient Returns this groupes client.
837
	 */
838
	public function setGroupe($groupe) {
839
		$this->groupe = $groupe;
840
		return $this;
841
	}
842
843
	/**
844
	 * Set the nb b l.
845
	 *
846
	 * @param int $nbBL The nb b l.
847
	 * @return GroupesClient Returns this groupes client.
848
	 */
849
	public function setNbBL($nbBL) {
850
		$this->nbBL = $nbBL;
851
		return $this;
852
	}
853
854
	/**
855
	 * Set the nb facture.
856
	 *
857
	 * @param int $nbFacture The nb facture.
858
	 * @return GroupesClient Returns this groupes client.
859
	 */
860
	public function setNbFacture($nbFacture) {
861
		$this->nbFacture = $nbFacture;
862
		return $this;
863
	}
864
865
	/**
866
	 * Set the nombre echeances.
867
	 *
868
	 * @param string $nombreEcheances The nombre echeances.
869
	 * @return GroupesClient Returns this groupes client.
870
	 */
871
	public function setNombreEcheances($nombreEcheances) {
872
		$this->nombreEcheances = $nombreEcheances;
873
		return $this;
874
	}
875
876
	/**
877
	 * Set the numero compte.
878
	 *
879
	 * @param string $numeroCompte The numero compte.
880
	 * @return GroupesClient Returns this groupes client.
881
	 */
882
	public function setNumeroCompte($numeroCompte) {
883
		$this->numeroCompte = $numeroCompte;
884
		return $this;
885
	}
886
887
	/**
888
	 * Set the paiement depart le.
889
	 *
890
	 * @param string $paiementDepartLe The paiement depart le.
891
	 * @return GroupesClient Returns this groupes client.
892
	 */
893
	public function setPaiementDepartLe($paiementDepartLe) {
894
		$this->paiementDepartLe = $paiementDepartLe;
895
		return $this;
896
	}
897
898
	/**
899
	 * Set the paiement le.
900
	 *
901
	 * @param string $paiementLe The paiement le.
902
	 * @return GroupesClient Returns this groupes client.
903
	 */
904
	public function setPaiementLe($paiementLe) {
905
		$this->paiementLe = $paiementLe;
906
		return $this;
907
	}
908
909
	/**
910
	 * Set the paiement nombre de jours.
911
	 *
912
	 * @param int $paiementNombreDeJours The paiement nombre de jours.
913
	 * @return GroupesClient Returns this groupes client.
914
	 */
915
	public function setPaiementNombreDeJours($paiementNombreDeJours) {
916
		$this->paiementNombreDeJours = $paiementNombreDeJours;
917
		return $this;
918
	}
919
920
	/**
921
	 * Set the r i b.
922
	 *
923
	 * @param string $rIB The r i b.
924
	 * @return GroupesClient Returns this groupes client.
925
	 */
926
	public function setRIB($rIB) {
927
		$this->rIB = $rIB;
928
		return $this;
929
	}
930
931
	/**
932
	 * Set the remise ligne1.
933
	 *
934
	 * @param float $remiseLigne1 The remise ligne1.
935
	 * @return GroupesClient Returns this groupes client.
936
	 */
937
	public function setRemiseLigne1($remiseLigne1) {
938
		$this->remiseLigne1 = $remiseLigne1;
939
		return $this;
940
	}
941
942
	/**
943
	 * Set the remise ligne2.
944
	 *
945
	 * @param float $remiseLigne2 The remise ligne2.
946
	 * @return GroupesClient Returns this groupes client.
947
	 */
948
	public function setRemiseLigne2($remiseLigne2) {
949
		$this->remiseLigne2 = $remiseLigne2;
950
		return $this;
951
	}
952
953
	/**
954
	 * Set the remise ligne3.
955
	 *
956
	 * @param float $remiseLigne3 The remise ligne3.
957
	 * @return GroupesClient Returns this groupes client.
958
	 */
959
	public function setRemiseLigne3($remiseLigne3) {
960
		$this->remiseLigne3 = $remiseLigne3;
961
		return $this;
962
	}
963
964
	/**
965
	 * Set the remise pied.
966
	 *
967
	 * @param float $remisePied The remise pied.
968
	 * @return GroupesClient Returns this groupes client.
969
	 */
970
	public function setRemisePied($remisePied) {
971
		$this->remisePied = $remisePied;
972
		return $this;
973
	}
974
975
	/**
976
	 * Set the remise pied2.
977
	 *
978
	 * @param float $remisePied2 The remise pied2.
979
	 * @return GroupesClient Returns this groupes client.
980
	 */
981
	public function setRemisePied2($remisePied2) {
982
		$this->remisePied2 = $remisePied2;
983
		return $this;
984
	}
985
986
	/**
987
	 * Set the remise pied3.
988
	 *
989
	 * @param float $remisePied3 The remise pied3.
990
	 * @return GroupesClient Returns this groupes client.
991
	 */
992
	public function setRemisePied3($remisePied3) {
993
		$this->remisePied3 = $remisePied3;
994
		return $this;
995
	}
996
997
	/**
998
	 * Set the soumis escompte.
999
	 *
1000
	 * @param boolean $soumisEscompte The soumis escompte.
1001
	 * @return GroupesClient Returns this groupes client.
1002
	 */
1003
	public function setSoumisEscompte($soumisEscompte) {
1004
		$this->soumisEscompte = $soumisEscompte;
1005
		return $this;
1006
	}
1007
1008
	/**
1009
	 * Set the taux escompte.
1010
	 *
1011
	 * @param float $tauxEscompte The taux escompte.
1012
	 * @return GroupesClient Returns this groupes client.
1013
	 */
1014
	public function setTauxEscompte($tauxEscompte) {
1015
		$this->tauxEscompte = $tauxEscompte;
1016
		return $this;
1017
	}
1018
1019
	/**
1020
	 * Set the type facture.
1021
	 *
1022
	 * @param int $typeFacture The type facture.
1023
	 * @return GroupesClient Returns this groupes client.
1024
	 */
1025
	public function setTypeFacture($typeFacture) {
1026
		$this->typeFacture = $typeFacture;
1027
		return $this;
1028
	}
1029
1030
}
1031