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

CdeClientEntete::setCodeReglement()   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\Proprete;
13
14
use DateTime;
15
16
/**
17
 * Cde client entete model.
18
 *
19
 * @author webeweb <https://github.com/webeweb/>
20
 * @package WBW\Library\Core\Quadratus\Model\Proprete
21
 */
22
class CdeClientEntete {
23
24
	/**
25
	 * B t q.
26
	 *
27
	 * @var string
28
	 */
29
	private $bTQ;
30
31
	/**
32
	 * B t q2.
33
	 *
34
	 * @var string
35
	 */
36
	private $bTQ2;
37
38
	/**
39
	 * Bureau distributeur.
40
	 *
41
	 * @var string
42
	 */
43
	private $bureauDistributeur;
44
45
	/**
46
	 * Bureau distributeur2.
47
	 *
48
	 * @var string
49
	 */
50
	private $bureauDistributeur2;
51
52
	/**
53
	 * Code affaire.
54
	 *
55
	 * @var string
56
	 */
57
	private $codeAffaire;
58
59
	/**
60
	 * Code chantier.
61
	 *
62
	 * @var string
63
	 */
64
	private $codeChantier;
65
66
	/**
67
	 * Code client.
68
	 *
69
	 * @var string
70
	 */
71
	private $codeClient;
72
73
	/**
74
	 * Code devise.
75
	 *
76
	 * @var string
77
	 */
78
	private $codeDevise;
79
80
	/**
81
	 * Code officiel commune.
82
	 *
83
	 * @var string
84
	 */
85
	private $codeOfficielCommune;
86
87
	/**
88
	 * Code officiel commune2.
89
	 *
90
	 * @var string
91
	 */
92
	private $codeOfficielCommune2;
93
94
	/**
95
	 * Code postal.
96
	 *
97
	 * @var string
98
	 */
99
	private $codePostal;
100
101
	/**
102
	 * Code postal2.
103
	 *
104
	 * @var string
105
	 */
106
	private $codePostal2;
107
108
	/**
109
	 * Code reglement.
110
	 *
111
	 * @var string
112
	 */
113
	private $codeReglement;
114
115
	/**
116
	 * Code regroupement.
117
	 *
118
	 * @var string
119
	 */
120
	private $codeRegroupement;
121
122
	/**
123
	 * Code representant.
124
	 *
125
	 * @var string
126
	 */
127
	private $codeRepresentant;
128
129
	/**
130
	 * Code t v a.
131
	 *
132
	 * @var string
133
	 */
134
	private $codeTVA;
135
136
	/**
137
	 * Code ventil compta.
138
	 *
139
	 * @var string
140
	 */
141
	private $codeVentilCompta;
142
143
	/**
144
	 * Complement.
145
	 *
146
	 * @var string
147
	 */
148
	private $complement;
149
150
	/**
151
	 * Complement2.
152
	 *
153
	 * @var string
154
	 */
155
	private $complement2;
156
157
	/**
158
	 * Date creation.
159
	 *
160
	 * @var DateTime
161
	 */
162
	private $dateCreation;
163
164
	/**
165
	 * Date echeance.
166
	 *
167
	 * @var DateTime
168
	 */
169
	private $dateEcheance;
170
171
	/**
172
	 * Date modification.
173
	 *
174
	 * @var DateTime
175
	 */
176
	private $dateModification;
177
178
	/**
179
	 * Date piece.
180
	 *
181
	 * @var DateTime
182
	 */
183
	private $datePiece;
184
185
	/**
186
	 * Date reception prevue.
187
	 *
188
	 * @var DateTime
189
	 */
190
	private $dateReceptionPrevue;
191
192
	/**
193
	 * Echeance forcee.
194
	 *
195
	 * @var boolean
196
	 */
197
	private $echeanceForcee;
198
199
	/**
200
	 * Edition.
201
	 *
202
	 * @var int
203
	 */
204
	private $edition;
205
206
	/**
207
	 * Facture euros.
208
	 *
209
	 * @var boolean
210
	 */
211
	private $factureEuros;
212
213
	/**
214
	 * Montant acompte.
215
	 *
216
	 * @var float
217
	 */
218
	private $montantAcompte;
219
220
	/**
221
	 * Nb colis.
222
	 *
223
	 * @var int
224
	 */
225
	private $nbColis;
226
227
	/**
228
	 * No piece.
229
	 *
230
	 * @var string
231
	 */
232
	private $noPiece;
233
234
	/**
235
	 * Nom.
236
	 *
237
	 * @var string
238
	 */
239
	private $nom;
240
241
	/**
242
	 * Nom2.
243
	 *
244
	 * @var string
245
	 */
246
	private $nom2;
247
248
	/**
249
	 * Nom suite.
250
	 *
251
	 * @var string
252
	 */
253
	private $nomSuite;
254
255
	/**
256
	 * Nom suite2.
257
	 *
258
	 * @var string
259
	 */
260
	private $nomSuite2;
261
262
	/**
263
	 * Nom ville.
264
	 *
265
	 * @var string
266
	 */
267
	private $nomVille;
268
269
	/**
270
	 * Nom ville2.
271
	 *
272
	 * @var string
273
	 */
274
	private $nomVille2;
275
276
	/**
277
	 * Nom voie.
278
	 *
279
	 * @var string
280
	 */
281
	private $nomVoie;
282
283
	/**
284
	 * Nom voie2.
285
	 *
286
	 * @var string
287
	 */
288
	private $nomVoie2;
289
290
	/**
291
	 * Nombre echeances.
292
	 *
293
	 * @var int
294
	 */
295
	private $nombreEcheances;
296
297
	/**
298
	 * Num voie.
299
	 *
300
	 * @var string
301
	 */
302
	private $numVoie;
303
304
	/**
305
	 * Num voie2.
306
	 *
307
	 * @var string
308
	 */
309
	private $numVoie2;
310
311
	/**
312
	 * Numero p j.
313
	 *
314
	 * @var int
315
	 */
316
	private $numeroPJ;
317
318
	/**
319
	 * Paiement depart le.
320
	 *
321
	 * @var int
322
	 */
323
	private $paiementDepartLe;
324
325
	/**
326
	 * Paiement le.
327
	 *
328
	 * @var int
329
	 */
330
	private $paiementLe;
331
332
	/**
333
	 * Paiement nombre de jours.
334
	 *
335
	 * @var int
336
	 */
337
	private $paiementNombreDeJours;
338
339
	/**
340
	 * Poids.
341
	 *
342
	 * @var float
343
	 */
344
	private $poids;
345
346
	/**
347
	 * Reference1.
348
	 *
349
	 * @var string
350
	 */
351
	private $reference1;
352
353
	/**
354
	 * Reference2.
355
	 *
356
	 * @var string
357
	 */
358
	private $reference2;
359
360
	/**
361
	 * Reference3.
362
	 *
363
	 * @var string
364
	 */
365
	private $reference3;
366
367
	/**
368
	 * Reference4.
369
	 *
370
	 * @var string
371
	 */
372
	private $reference4;
373
374
	/**
375
	 * Remise pied.
376
	 *
377
	 * @var float
378
	 */
379
	private $remisePied;
380
381
	/**
382
	 * Remise pied2.
383
	 *
384
	 * @var float
385
	 */
386
	private $remisePied2;
387
388
	/**
389
	 * Remise pied3.
390
	 *
391
	 * @var float
392
	 */
393
	private $remisePied3;
394
395
	/**
396
	 * Saisir adresse.
397
	 *
398
	 * @var boolean
399
	 */
400
	private $saisirAdresse;
401
402
	/**
403
	 * Saisir adresse livraison.
404
	 *
405
	 * @var boolean
406
	 */
407
	private $saisirAdresseLivraison;
408
409
	/**
410
	 * Soumis escompte.
411
	 *
412
	 * @var boolean
413
	 */
414
	private $soumisEscompte;
415
416
	/**
417
	 * Soumis taxe1.
418
	 *
419
	 * @var boolean
420
	 */
421
	private $soumisTaxe1;
422
423
	/**
424
	 * Soumis taxe2.
425
	 *
426
	 * @var boolean
427
	 */
428
	private $soumisTaxe2;
429
430
	/**
431
	 * Soumis taxe3.
432
	 *
433
	 * @var boolean
434
	 */
435
	private $soumisTaxe3;
436
437
	/**
438
	 * Taux commission.
439
	 *
440
	 * @var float
441
	 */
442
	private $tauxCommission;
443
444
	/**
445
	 * Taux devise.
446
	 *
447
	 * @var float
448
	 */
449
	private $tauxDevise;
450
451
	/**
452
	 * Transfert.
453
	 *
454
	 * @var int
455
	 */
456
	private $transfert;
457
458
	/**
459
	 * Transporteur.
460
	 *
461
	 * @var string
462
	 */
463
	private $transporteur;
464
465
	/**
466
	 * Tx escompte vente.
467
	 *
468
	 * @var float
469
	 */
470
	private $txEscompteVente;
471
472
	/**
473
	 * Constructor.
474
	 */
475
	public function __construct() {
476
		// NOTHING TO DO;
477
	}
478
479
	/**
480
	 * Get the b t q.
481
	 *
482
	 * @return string Returns the b t q.
483
	 */
484
	public function getBTQ() {
485
		return $this->bTQ;
486
	}
487
488
	/**
489
	 * Get the b t q2.
490
	 *
491
	 * @return string Returns the b t q2.
492
	 */
493
	public function getBTQ2() {
494
		return $this->bTQ2;
495
	}
496
497
	/**
498
	 * Get the bureau distributeur.
499
	 *
500
	 * @return string Returns the bureau distributeur.
501
	 */
502
	public function getBureauDistributeur() {
503
		return $this->bureauDistributeur;
504
	}
505
506
	/**
507
	 * Get the bureau distributeur2.
508
	 *
509
	 * @return string Returns the bureau distributeur2.
510
	 */
511
	public function getBureauDistributeur2() {
512
		return $this->bureauDistributeur2;
513
	}
514
515
	/**
516
	 * Get the code affaire.
517
	 *
518
	 * @return string Returns the code affaire.
519
	 */
520
	public function getCodeAffaire() {
521
		return $this->codeAffaire;
522
	}
523
524
	/**
525
	 * Get the code chantier.
526
	 *
527
	 * @return string Returns the code chantier.
528
	 */
529
	public function getCodeChantier() {
530
		return $this->codeChantier;
531
	}
532
533
	/**
534
	 * Get the code client.
535
	 *
536
	 * @return string Returns the code client.
537
	 */
538
	public function getCodeClient() {
539
		return $this->codeClient;
540
	}
541
542
	/**
543
	 * Get the code devise.
544
	 *
545
	 * @return string Returns the code devise.
546
	 */
547
	public function getCodeDevise() {
548
		return $this->codeDevise;
549
	}
550
551
	/**
552
	 * Get the code officiel commune.
553
	 *
554
	 * @return string Returns the code officiel commune.
555
	 */
556
	public function getCodeOfficielCommune() {
557
		return $this->codeOfficielCommune;
558
	}
559
560
	/**
561
	 * Get the code officiel commune2.
562
	 *
563
	 * @return string Returns the code officiel commune2.
564
	 */
565
	public function getCodeOfficielCommune2() {
566
		return $this->codeOfficielCommune2;
567
	}
568
569
	/**
570
	 * Get the code postal.
571
	 *
572
	 * @return string Returns the code postal.
573
	 */
574
	public function getCodePostal() {
575
		return $this->codePostal;
576
	}
577
578
	/**
579
	 * Get the code postal2.
580
	 *
581
	 * @return string Returns the code postal2.
582
	 */
583
	public function getCodePostal2() {
584
		return $this->codePostal2;
585
	}
586
587
	/**
588
	 * Get the code reglement.
589
	 *
590
	 * @return string Returns the code reglement.
591
	 */
592
	public function getCodeReglement() {
593
		return $this->codeReglement;
594
	}
595
596
	/**
597
	 * Get the code regroupement.
598
	 *
599
	 * @return string Returns the code regroupement.
600
	 */
601
	public function getCodeRegroupement() {
602
		return $this->codeRegroupement;
603
	}
604
605
	/**
606
	 * Get the code representant.
607
	 *
608
	 * @return string Returns the code representant.
609
	 */
610
	public function getCodeRepresentant() {
611
		return $this->codeRepresentant;
612
	}
613
614
	/**
615
	 * Get the code t v a.
616
	 *
617
	 * @return string Returns the code t v a.
618
	 */
619
	public function getCodeTVA() {
620
		return $this->codeTVA;
621
	}
622
623
	/**
624
	 * Get the code ventil compta.
625
	 *
626
	 * @return string Returns the code ventil compta.
627
	 */
628
	public function getCodeVentilCompta() {
629
		return $this->codeVentilCompta;
630
	}
631
632
	/**
633
	 * Get the complement.
634
	 *
635
	 * @return string Returns the complement.
636
	 */
637
	public function getComplement() {
638
		return $this->complement;
639
	}
640
641
	/**
642
	 * Get the complement2.
643
	 *
644
	 * @return string Returns the complement2.
645
	 */
646
	public function getComplement2() {
647
		return $this->complement2;
648
	}
649
650
	/**
651
	 * Get the date creation.
652
	 *
653
	 * @return DateTime Returns the date creation.
654
	 */
655
	public function getDateCreation() {
656
		return $this->dateCreation;
657
	}
658
659
	/**
660
	 * Get the date echeance.
661
	 *
662
	 * @return DateTime Returns the date echeance.
663
	 */
664
	public function getDateEcheance() {
665
		return $this->dateEcheance;
666
	}
667
668
	/**
669
	 * Get the date modification.
670
	 *
671
	 * @return DateTime Returns the date modification.
672
	 */
673
	public function getDateModification() {
674
		return $this->dateModification;
675
	}
676
677
	/**
678
	 * Get the date piece.
679
	 *
680
	 * @return DateTime Returns the date piece.
681
	 */
682
	public function getDatePiece() {
683
		return $this->datePiece;
684
	}
685
686
	/**
687
	 * Get the date reception prevue.
688
	 *
689
	 * @return DateTime Returns the date reception prevue.
690
	 */
691
	public function getDateReceptionPrevue() {
692
		return $this->dateReceptionPrevue;
693
	}
694
695
	/**
696
	 * Get the echeance forcee.
697
	 *
698
	 * @return boolean Returns the echeance forcee.
699
	 */
700
	public function getEcheanceForcee() {
701
		return $this->echeanceForcee;
702
	}
703
704
	/**
705
	 * Get the edition.
706
	 *
707
	 * @return int Returns the edition.
708
	 */
709
	public function getEdition() {
710
		return $this->edition;
711
	}
712
713
	/**
714
	 * Get the facture euros.
715
	 *
716
	 * @return boolean Returns the facture euros.
717
	 */
718
	public function getFactureEuros() {
719
		return $this->factureEuros;
720
	}
721
722
	/**
723
	 * Get the montant acompte.
724
	 *
725
	 * @return float Returns the montant acompte.
726
	 */
727
	public function getMontantAcompte() {
728
		return $this->montantAcompte;
729
	}
730
731
	/**
732
	 * Get the nb colis.
733
	 *
734
	 * @return int Returns the nb colis.
735
	 */
736
	public function getNbColis() {
737
		return $this->nbColis;
738
	}
739
740
	/**
741
	 * Get the no piece.
742
	 *
743
	 * @return string Returns the no piece.
744
	 */
745
	public function getNoPiece() {
746
		return $this->noPiece;
747
	}
748
749
	/**
750
	 * Get the nom.
751
	 *
752
	 * @return string Returns the nom.
753
	 */
754
	public function getNom() {
755
		return $this->nom;
756
	}
757
758
	/**
759
	 * Get the nom2.
760
	 *
761
	 * @return string Returns the nom2.
762
	 */
763
	public function getNom2() {
764
		return $this->nom2;
765
	}
766
767
	/**
768
	 * Get the nom suite.
769
	 *
770
	 * @return string Returns the nom suite.
771
	 */
772
	public function getNomSuite() {
773
		return $this->nomSuite;
774
	}
775
776
	/**
777
	 * Get the nom suite2.
778
	 *
779
	 * @return string Returns the nom suite2.
780
	 */
781
	public function getNomSuite2() {
782
		return $this->nomSuite2;
783
	}
784
785
	/**
786
	 * Get the nom ville.
787
	 *
788
	 * @return string Returns the nom ville.
789
	 */
790
	public function getNomVille() {
791
		return $this->nomVille;
792
	}
793
794
	/**
795
	 * Get the nom ville2.
796
	 *
797
	 * @return string Returns the nom ville2.
798
	 */
799
	public function getNomVille2() {
800
		return $this->nomVille2;
801
	}
802
803
	/**
804
	 * Get the nom voie.
805
	 *
806
	 * @return string Returns the nom voie.
807
	 */
808
	public function getNomVoie() {
809
		return $this->nomVoie;
810
	}
811
812
	/**
813
	 * Get the nom voie2.
814
	 *
815
	 * @return string Returns the nom voie2.
816
	 */
817
	public function getNomVoie2() {
818
		return $this->nomVoie2;
819
	}
820
821
	/**
822
	 * Get the nombre echeances.
823
	 *
824
	 * @return int Returns the nombre echeances.
825
	 */
826
	public function getNombreEcheances() {
827
		return $this->nombreEcheances;
828
	}
829
830
	/**
831
	 * Get the num voie.
832
	 *
833
	 * @return string Returns the num voie.
834
	 */
835
	public function getNumVoie() {
836
		return $this->numVoie;
837
	}
838
839
	/**
840
	 * Get the num voie2.
841
	 *
842
	 * @return string Returns the num voie2.
843
	 */
844
	public function getNumVoie2() {
845
		return $this->numVoie2;
846
	}
847
848
	/**
849
	 * Get the numero p j.
850
	 *
851
	 * @return int Returns the numero p j.
852
	 */
853
	public function getNumeroPJ() {
854
		return $this->numeroPJ;
855
	}
856
857
	/**
858
	 * Get the paiement depart le.
859
	 *
860
	 * @return int Returns the paiement depart le.
861
	 */
862
	public function getPaiementDepartLe() {
863
		return $this->paiementDepartLe;
864
	}
865
866
	/**
867
	 * Get the paiement le.
868
	 *
869
	 * @return int Returns the paiement le.
870
	 */
871
	public function getPaiementLe() {
872
		return $this->paiementLe;
873
	}
874
875
	/**
876
	 * Get the paiement nombre de jours.
877
	 *
878
	 * @return int Returns the paiement nombre de jours.
879
	 */
880
	public function getPaiementNombreDeJours() {
881
		return $this->paiementNombreDeJours;
882
	}
883
884
	/**
885
	 * Get the poids.
886
	 *
887
	 * @return float Returns the poids.
888
	 */
889
	public function getPoids() {
890
		return $this->poids;
891
	}
892
893
	/**
894
	 * Get the reference1.
895
	 *
896
	 * @return string Returns the reference1.
897
	 */
898
	public function getReference1() {
899
		return $this->reference1;
900
	}
901
902
	/**
903
	 * Get the reference2.
904
	 *
905
	 * @return string Returns the reference2.
906
	 */
907
	public function getReference2() {
908
		return $this->reference2;
909
	}
910
911
	/**
912
	 * Get the reference3.
913
	 *
914
	 * @return string Returns the reference3.
915
	 */
916
	public function getReference3() {
917
		return $this->reference3;
918
	}
919
920
	/**
921
	 * Get the reference4.
922
	 *
923
	 * @return string Returns the reference4.
924
	 */
925
	public function getReference4() {
926
		return $this->reference4;
927
	}
928
929
	/**
930
	 * Get the remise pied.
931
	 *
932
	 * @return float Returns the remise pied.
933
	 */
934
	public function getRemisePied() {
935
		return $this->remisePied;
936
	}
937
938
	/**
939
	 * Get the remise pied2.
940
	 *
941
	 * @return float Returns the remise pied2.
942
	 */
943
	public function getRemisePied2() {
944
		return $this->remisePied2;
945
	}
946
947
	/**
948
	 * Get the remise pied3.
949
	 *
950
	 * @return float Returns the remise pied3.
951
	 */
952
	public function getRemisePied3() {
953
		return $this->remisePied3;
954
	}
955
956
	/**
957
	 * Get the saisir adresse.
958
	 *
959
	 * @return boolean Returns the saisir adresse.
960
	 */
961
	public function getSaisirAdresse() {
962
		return $this->saisirAdresse;
963
	}
964
965
	/**
966
	 * Get the saisir adresse livraison.
967
	 *
968
	 * @return boolean Returns the saisir adresse livraison.
969
	 */
970
	public function getSaisirAdresseLivraison() {
971
		return $this->saisirAdresseLivraison;
972
	}
973
974
	/**
975
	 * Get the soumis escompte.
976
	 *
977
	 * @return boolean Returns the soumis escompte.
978
	 */
979
	public function getSoumisEscompte() {
980
		return $this->soumisEscompte;
981
	}
982
983
	/**
984
	 * Get the soumis taxe1.
985
	 *
986
	 * @return boolean Returns the soumis taxe1.
987
	 */
988
	public function getSoumisTaxe1() {
989
		return $this->soumisTaxe1;
990
	}
991
992
	/**
993
	 * Get the soumis taxe2.
994
	 *
995
	 * @return boolean Returns the soumis taxe2.
996
	 */
997
	public function getSoumisTaxe2() {
998
		return $this->soumisTaxe2;
999
	}
1000
1001
	/**
1002
	 * Get the soumis taxe3.
1003
	 *
1004
	 * @return boolean Returns the soumis taxe3.
1005
	 */
1006
	public function getSoumisTaxe3() {
1007
		return $this->soumisTaxe3;
1008
	}
1009
1010
	/**
1011
	 * Get the taux commission.
1012
	 *
1013
	 * @return float Returns the taux commission.
1014
	 */
1015
	public function getTauxCommission() {
1016
		return $this->tauxCommission;
1017
	}
1018
1019
	/**
1020
	 * Get the taux devise.
1021
	 *
1022
	 * @return float Returns the taux devise.
1023
	 */
1024
	public function getTauxDevise() {
1025
		return $this->tauxDevise;
1026
	}
1027
1028
	/**
1029
	 * Get the transfert.
1030
	 *
1031
	 * @return int Returns the transfert.
1032
	 */
1033
	public function getTransfert() {
1034
		return $this->transfert;
1035
	}
1036
1037
	/**
1038
	 * Get the transporteur.
1039
	 *
1040
	 * @return string Returns the transporteur.
1041
	 */
1042
	public function getTransporteur() {
1043
		return $this->transporteur;
1044
	}
1045
1046
	/**
1047
	 * Get the tx escompte vente.
1048
	 *
1049
	 * @return float Returns the tx escompte vente.
1050
	 */
1051
	public function getTxEscompteVente() {
1052
		return $this->txEscompteVente;
1053
	}
1054
1055
	/**
1056
	 * Set the b t q.
1057
	 *
1058
	 * @param string $bTQ The b t q.
1059
	 * @return CdeClientEntete Returns this cde client entete.
1060
	 */
1061
	public function setBTQ($bTQ) {
1062
		$this->bTQ = $bTQ;
1063
		return $this;
1064
	}
1065
1066
	/**
1067
	 * Set the b t q2.
1068
	 *
1069
	 * @param string $bTQ2 The b t q2.
1070
	 * @return CdeClientEntete Returns this cde client entete.
1071
	 */
1072
	public function setBTQ2($bTQ2) {
1073
		$this->bTQ2 = $bTQ2;
1074
		return $this;
1075
	}
1076
1077
	/**
1078
	 * Set the bureau distributeur.
1079
	 *
1080
	 * @param string $bureauDistributeur The bureau distributeur.
1081
	 * @return CdeClientEntete Returns this cde client entete.
1082
	 */
1083
	public function setBureauDistributeur($bureauDistributeur) {
1084
		$this->bureauDistributeur = $bureauDistributeur;
1085
		return $this;
1086
	}
1087
1088
	/**
1089
	 * Set the bureau distributeur2.
1090
	 *
1091
	 * @param string $bureauDistributeur2 The bureau distributeur2.
1092
	 * @return CdeClientEntete Returns this cde client entete.
1093
	 */
1094
	public function setBureauDistributeur2($bureauDistributeur2) {
1095
		$this->bureauDistributeur2 = $bureauDistributeur2;
1096
		return $this;
1097
	}
1098
1099
	/**
1100
	 * Set the code affaire.
1101
	 *
1102
	 * @param string $codeAffaire The code affaire.
1103
	 * @return CdeClientEntete Returns this cde client entete.
1104
	 */
1105
	public function setCodeAffaire($codeAffaire) {
1106
		$this->codeAffaire = $codeAffaire;
1107
		return $this;
1108
	}
1109
1110
	/**
1111
	 * Set the code chantier.
1112
	 *
1113
	 * @param string $codeChantier The code chantier.
1114
	 * @return CdeClientEntete Returns this cde client entete.
1115
	 */
1116
	public function setCodeChantier($codeChantier) {
1117
		$this->codeChantier = $codeChantier;
1118
		return $this;
1119
	}
1120
1121
	/**
1122
	 * Set the code client.
1123
	 *
1124
	 * @param string $codeClient The code client.
1125
	 * @return CdeClientEntete Returns this cde client entete.
1126
	 */
1127
	public function setCodeClient($codeClient) {
1128
		$this->codeClient = $codeClient;
1129
		return $this;
1130
	}
1131
1132
	/**
1133
	 * Set the code devise.
1134
	 *
1135
	 * @param string $codeDevise The code devise.
1136
	 * @return CdeClientEntete Returns this cde client entete.
1137
	 */
1138
	public function setCodeDevise($codeDevise) {
1139
		$this->codeDevise = $codeDevise;
1140
		return $this;
1141
	}
1142
1143
	/**
1144
	 * Set the code officiel commune.
1145
	 *
1146
	 * @param string $codeOfficielCommune The code officiel commune.
1147
	 * @return CdeClientEntete Returns this cde client entete.
1148
	 */
1149
	public function setCodeOfficielCommune($codeOfficielCommune) {
1150
		$this->codeOfficielCommune = $codeOfficielCommune;
1151
		return $this;
1152
	}
1153
1154
	/**
1155
	 * Set the code officiel commune2.
1156
	 *
1157
	 * @param string $codeOfficielCommune2 The code officiel commune2.
1158
	 * @return CdeClientEntete Returns this cde client entete.
1159
	 */
1160
	public function setCodeOfficielCommune2($codeOfficielCommune2) {
1161
		$this->codeOfficielCommune2 = $codeOfficielCommune2;
1162
		return $this;
1163
	}
1164
1165
	/**
1166
	 * Set the code postal.
1167
	 *
1168
	 * @param string $codePostal The code postal.
1169
	 * @return CdeClientEntete Returns this cde client entete.
1170
	 */
1171
	public function setCodePostal($codePostal) {
1172
		$this->codePostal = $codePostal;
1173
		return $this;
1174
	}
1175
1176
	/**
1177
	 * Set the code postal2.
1178
	 *
1179
	 * @param string $codePostal2 The code postal2.
1180
	 * @return CdeClientEntete Returns this cde client entete.
1181
	 */
1182
	public function setCodePostal2($codePostal2) {
1183
		$this->codePostal2 = $codePostal2;
1184
		return $this;
1185
	}
1186
1187
	/**
1188
	 * Set the code reglement.
1189
	 *
1190
	 * @param string $codeReglement The code reglement.
1191
	 * @return CdeClientEntete Returns this cde client entete.
1192
	 */
1193
	public function setCodeReglement($codeReglement) {
1194
		$this->codeReglement = $codeReglement;
1195
		return $this;
1196
	}
1197
1198
	/**
1199
	 * Set the code regroupement.
1200
	 *
1201
	 * @param string $codeRegroupement The code regroupement.
1202
	 * @return CdeClientEntete Returns this cde client entete.
1203
	 */
1204
	public function setCodeRegroupement($codeRegroupement) {
1205
		$this->codeRegroupement = $codeRegroupement;
1206
		return $this;
1207
	}
1208
1209
	/**
1210
	 * Set the code representant.
1211
	 *
1212
	 * @param string $codeRepresentant The code representant.
1213
	 * @return CdeClientEntete Returns this cde client entete.
1214
	 */
1215
	public function setCodeRepresentant($codeRepresentant) {
1216
		$this->codeRepresentant = $codeRepresentant;
1217
		return $this;
1218
	}
1219
1220
	/**
1221
	 * Set the code t v a.
1222
	 *
1223
	 * @param string $codeTVA The code t v a.
1224
	 * @return CdeClientEntete Returns this cde client entete.
1225
	 */
1226
	public function setCodeTVA($codeTVA) {
1227
		$this->codeTVA = $codeTVA;
1228
		return $this;
1229
	}
1230
1231
	/**
1232
	 * Set the code ventil compta.
1233
	 *
1234
	 * @param string $codeVentilCompta The code ventil compta.
1235
	 * @return CdeClientEntete Returns this cde client entete.
1236
	 */
1237
	public function setCodeVentilCompta($codeVentilCompta) {
1238
		$this->codeVentilCompta = $codeVentilCompta;
1239
		return $this;
1240
	}
1241
1242
	/**
1243
	 * Set the complement.
1244
	 *
1245
	 * @param string $complement The complement.
1246
	 * @return CdeClientEntete Returns this cde client entete.
1247
	 */
1248
	public function setComplement($complement) {
1249
		$this->complement = $complement;
1250
		return $this;
1251
	}
1252
1253
	/**
1254
	 * Set the complement2.
1255
	 *
1256
	 * @param string $complement2 The complement2.
1257
	 * @return CdeClientEntete Returns this cde client entete.
1258
	 */
1259
	public function setComplement2($complement2) {
1260
		$this->complement2 = $complement2;
1261
		return $this;
1262
	}
1263
1264
	/**
1265
	 * Set the date creation.
1266
	 *
1267
	 * @param DateTime $dateCreation The date creation.
1268
	 * @return CdeClientEntete Returns this cde client entete.
1269
	 */
1270
	public function setDateCreation(DateTime $dateCreation = null) {
1271
		$this->dateCreation = $dateCreation;
1272
		return $this;
1273
	}
1274
1275
	/**
1276
	 * Set the date echeance.
1277
	 *
1278
	 * @param DateTime $dateEcheance The date echeance.
1279
	 * @return CdeClientEntete Returns this cde client entete.
1280
	 */
1281
	public function setDateEcheance(DateTime $dateEcheance = null) {
1282
		$this->dateEcheance = $dateEcheance;
1283
		return $this;
1284
	}
1285
1286
	/**
1287
	 * Set the date modification.
1288
	 *
1289
	 * @param DateTime $dateModification The date modification.
1290
	 * @return CdeClientEntete Returns this cde client entete.
1291
	 */
1292
	public function setDateModification(DateTime $dateModification = null) {
1293
		$this->dateModification = $dateModification;
1294
		return $this;
1295
	}
1296
1297
	/**
1298
	 * Set the date piece.
1299
	 *
1300
	 * @param DateTime $datePiece The date piece.
1301
	 * @return CdeClientEntete Returns this cde client entete.
1302
	 */
1303
	public function setDatePiece(DateTime $datePiece = null) {
1304
		$this->datePiece = $datePiece;
1305
		return $this;
1306
	}
1307
1308
	/**
1309
	 * Set the date reception prevue.
1310
	 *
1311
	 * @param DateTime $dateReceptionPrevue The date reception prevue.
1312
	 * @return CdeClientEntete Returns this cde client entete.
1313
	 */
1314
	public function setDateReceptionPrevue(DateTime $dateReceptionPrevue = null) {
1315
		$this->dateReceptionPrevue = $dateReceptionPrevue;
1316
		return $this;
1317
	}
1318
1319
	/**
1320
	 * Set the echeance forcee.
1321
	 *
1322
	 * @param boolean $echeanceForcee The echeance forcee.
1323
	 * @return CdeClientEntete Returns this cde client entete.
1324
	 */
1325
	public function setEcheanceForcee($echeanceForcee) {
1326
		$this->echeanceForcee = $echeanceForcee;
1327
		return $this;
1328
	}
1329
1330
	/**
1331
	 * Set the edition.
1332
	 *
1333
	 * @param int $edition The edition.
1334
	 * @return CdeClientEntete Returns this cde client entete.
1335
	 */
1336
	public function setEdition($edition) {
1337
		$this->edition = $edition;
1338
		return $this;
1339
	}
1340
1341
	/**
1342
	 * Set the facture euros.
1343
	 *
1344
	 * @param boolean $factureEuros The facture euros.
1345
	 * @return CdeClientEntete Returns this cde client entete.
1346
	 */
1347
	public function setFactureEuros($factureEuros) {
1348
		$this->factureEuros = $factureEuros;
1349
		return $this;
1350
	}
1351
1352
	/**
1353
	 * Set the montant acompte.
1354
	 *
1355
	 * @param float $montantAcompte The montant acompte.
1356
	 * @return CdeClientEntete Returns this cde client entete.
1357
	 */
1358
	public function setMontantAcompte($montantAcompte) {
1359
		$this->montantAcompte = $montantAcompte;
1360
		return $this;
1361
	}
1362
1363
	/**
1364
	 * Set the nb colis.
1365
	 *
1366
	 * @param int $nbColis The nb colis.
1367
	 * @return CdeClientEntete Returns this cde client entete.
1368
	 */
1369
	public function setNbColis($nbColis) {
1370
		$this->nbColis = $nbColis;
1371
		return $this;
1372
	}
1373
1374
	/**
1375
	 * Set the no piece.
1376
	 *
1377
	 * @param string $noPiece The no piece.
1378
	 * @return CdeClientEntete Returns this cde client entete.
1379
	 */
1380
	public function setNoPiece($noPiece) {
1381
		$this->noPiece = $noPiece;
1382
		return $this;
1383
	}
1384
1385
	/**
1386
	 * Set the nom.
1387
	 *
1388
	 * @param string $nom The nom.
1389
	 * @return CdeClientEntete Returns this cde client entete.
1390
	 */
1391
	public function setNom($nom) {
1392
		$this->nom = $nom;
1393
		return $this;
1394
	}
1395
1396
	/**
1397
	 * Set the nom2.
1398
	 *
1399
	 * @param string $nom2 The nom2.
1400
	 * @return CdeClientEntete Returns this cde client entete.
1401
	 */
1402
	public function setNom2($nom2) {
1403
		$this->nom2 = $nom2;
1404
		return $this;
1405
	}
1406
1407
	/**
1408
	 * Set the nom suite.
1409
	 *
1410
	 * @param string $nomSuite The nom suite.
1411
	 * @return CdeClientEntete Returns this cde client entete.
1412
	 */
1413
	public function setNomSuite($nomSuite) {
1414
		$this->nomSuite = $nomSuite;
1415
		return $this;
1416
	}
1417
1418
	/**
1419
	 * Set the nom suite2.
1420
	 *
1421
	 * @param string $nomSuite2 The nom suite2.
1422
	 * @return CdeClientEntete Returns this cde client entete.
1423
	 */
1424
	public function setNomSuite2($nomSuite2) {
1425
		$this->nomSuite2 = $nomSuite2;
1426
		return $this;
1427
	}
1428
1429
	/**
1430
	 * Set the nom ville.
1431
	 *
1432
	 * @param string $nomVille The nom ville.
1433
	 * @return CdeClientEntete Returns this cde client entete.
1434
	 */
1435
	public function setNomVille($nomVille) {
1436
		$this->nomVille = $nomVille;
1437
		return $this;
1438
	}
1439
1440
	/**
1441
	 * Set the nom ville2.
1442
	 *
1443
	 * @param string $nomVille2 The nom ville2.
1444
	 * @return CdeClientEntete Returns this cde client entete.
1445
	 */
1446
	public function setNomVille2($nomVille2) {
1447
		$this->nomVille2 = $nomVille2;
1448
		return $this;
1449
	}
1450
1451
	/**
1452
	 * Set the nom voie.
1453
	 *
1454
	 * @param string $nomVoie The nom voie.
1455
	 * @return CdeClientEntete Returns this cde client entete.
1456
	 */
1457
	public function setNomVoie($nomVoie) {
1458
		$this->nomVoie = $nomVoie;
1459
		return $this;
1460
	}
1461
1462
	/**
1463
	 * Set the nom voie2.
1464
	 *
1465
	 * @param string $nomVoie2 The nom voie2.
1466
	 * @return CdeClientEntete Returns this cde client entete.
1467
	 */
1468
	public function setNomVoie2($nomVoie2) {
1469
		$this->nomVoie2 = $nomVoie2;
1470
		return $this;
1471
	}
1472
1473
	/**
1474
	 * Set the nombre echeances.
1475
	 *
1476
	 * @param int $nombreEcheances The nombre echeances.
1477
	 * @return CdeClientEntete Returns this cde client entete.
1478
	 */
1479
	public function setNombreEcheances($nombreEcheances) {
1480
		$this->nombreEcheances = $nombreEcheances;
1481
		return $this;
1482
	}
1483
1484
	/**
1485
	 * Set the num voie.
1486
	 *
1487
	 * @param string $numVoie The num voie.
1488
	 * @return CdeClientEntete Returns this cde client entete.
1489
	 */
1490
	public function setNumVoie($numVoie) {
1491
		$this->numVoie = $numVoie;
1492
		return $this;
1493
	}
1494
1495
	/**
1496
	 * Set the num voie2.
1497
	 *
1498
	 * @param string $numVoie2 The num voie2.
1499
	 * @return CdeClientEntete Returns this cde client entete.
1500
	 */
1501
	public function setNumVoie2($numVoie2) {
1502
		$this->numVoie2 = $numVoie2;
1503
		return $this;
1504
	}
1505
1506
	/**
1507
	 * Set the numero p j.
1508
	 *
1509
	 * @param int $numeroPJ The numero p j.
1510
	 * @return CdeClientEntete Returns this cde client entete.
1511
	 */
1512
	public function setNumeroPJ($numeroPJ) {
1513
		$this->numeroPJ = $numeroPJ;
1514
		return $this;
1515
	}
1516
1517
	/**
1518
	 * Set the paiement depart le.
1519
	 *
1520
	 * @param int $paiementDepartLe The paiement depart le.
1521
	 * @return CdeClientEntete Returns this cde client entete.
1522
	 */
1523
	public function setPaiementDepartLe($paiementDepartLe) {
1524
		$this->paiementDepartLe = $paiementDepartLe;
1525
		return $this;
1526
	}
1527
1528
	/**
1529
	 * Set the paiement le.
1530
	 *
1531
	 * @param int $paiementLe The paiement le.
1532
	 * @return CdeClientEntete Returns this cde client entete.
1533
	 */
1534
	public function setPaiementLe($paiementLe) {
1535
		$this->paiementLe = $paiementLe;
1536
		return $this;
1537
	}
1538
1539
	/**
1540
	 * Set the paiement nombre de jours.
1541
	 *
1542
	 * @param int $paiementNombreDeJours The paiement nombre de jours.
1543
	 * @return CdeClientEntete Returns this cde client entete.
1544
	 */
1545
	public function setPaiementNombreDeJours($paiementNombreDeJours) {
1546
		$this->paiementNombreDeJours = $paiementNombreDeJours;
1547
		return $this;
1548
	}
1549
1550
	/**
1551
	 * Set the poids.
1552
	 *
1553
	 * @param float $poids The poids.
1554
	 * @return CdeClientEntete Returns this cde client entete.
1555
	 */
1556
	public function setPoids($poids) {
1557
		$this->poids = $poids;
1558
		return $this;
1559
	}
1560
1561
	/**
1562
	 * Set the reference1.
1563
	 *
1564
	 * @param string $reference1 The reference1.
1565
	 * @return CdeClientEntete Returns this cde client entete.
1566
	 */
1567
	public function setReference1($reference1) {
1568
		$this->reference1 = $reference1;
1569
		return $this;
1570
	}
1571
1572
	/**
1573
	 * Set the reference2.
1574
	 *
1575
	 * @param string $reference2 The reference2.
1576
	 * @return CdeClientEntete Returns this cde client entete.
1577
	 */
1578
	public function setReference2($reference2) {
1579
		$this->reference2 = $reference2;
1580
		return $this;
1581
	}
1582
1583
	/**
1584
	 * Set the reference3.
1585
	 *
1586
	 * @param string $reference3 The reference3.
1587
	 * @return CdeClientEntete Returns this cde client entete.
1588
	 */
1589
	public function setReference3($reference3) {
1590
		$this->reference3 = $reference3;
1591
		return $this;
1592
	}
1593
1594
	/**
1595
	 * Set the reference4.
1596
	 *
1597
	 * @param string $reference4 The reference4.
1598
	 * @return CdeClientEntete Returns this cde client entete.
1599
	 */
1600
	public function setReference4($reference4) {
1601
		$this->reference4 = $reference4;
1602
		return $this;
1603
	}
1604
1605
	/**
1606
	 * Set the remise pied.
1607
	 *
1608
	 * @param float $remisePied The remise pied.
1609
	 * @return CdeClientEntete Returns this cde client entete.
1610
	 */
1611
	public function setRemisePied($remisePied) {
1612
		$this->remisePied = $remisePied;
1613
		return $this;
1614
	}
1615
1616
	/**
1617
	 * Set the remise pied2.
1618
	 *
1619
	 * @param float $remisePied2 The remise pied2.
1620
	 * @return CdeClientEntete Returns this cde client entete.
1621
	 */
1622
	public function setRemisePied2($remisePied2) {
1623
		$this->remisePied2 = $remisePied2;
1624
		return $this;
1625
	}
1626
1627
	/**
1628
	 * Set the remise pied3.
1629
	 *
1630
	 * @param float $remisePied3 The remise pied3.
1631
	 * @return CdeClientEntete Returns this cde client entete.
1632
	 */
1633
	public function setRemisePied3($remisePied3) {
1634
		$this->remisePied3 = $remisePied3;
1635
		return $this;
1636
	}
1637
1638
	/**
1639
	 * Set the saisir adresse.
1640
	 *
1641
	 * @param boolean $saisirAdresse The saisir adresse.
1642
	 * @return CdeClientEntete Returns this cde client entete.
1643
	 */
1644
	public function setSaisirAdresse($saisirAdresse) {
1645
		$this->saisirAdresse = $saisirAdresse;
1646
		return $this;
1647
	}
1648
1649
	/**
1650
	 * Set the saisir adresse livraison.
1651
	 *
1652
	 * @param boolean $saisirAdresseLivraison The saisir adresse livraison.
1653
	 * @return CdeClientEntete Returns this cde client entete.
1654
	 */
1655
	public function setSaisirAdresseLivraison($saisirAdresseLivraison) {
1656
		$this->saisirAdresseLivraison = $saisirAdresseLivraison;
1657
		return $this;
1658
	}
1659
1660
	/**
1661
	 * Set the soumis escompte.
1662
	 *
1663
	 * @param boolean $soumisEscompte The soumis escompte.
1664
	 * @return CdeClientEntete Returns this cde client entete.
1665
	 */
1666
	public function setSoumisEscompte($soumisEscompte) {
1667
		$this->soumisEscompte = $soumisEscompte;
1668
		return $this;
1669
	}
1670
1671
	/**
1672
	 * Set the soumis taxe1.
1673
	 *
1674
	 * @param boolean $soumisTaxe1 The soumis taxe1.
1675
	 * @return CdeClientEntete Returns this cde client entete.
1676
	 */
1677
	public function setSoumisTaxe1($soumisTaxe1) {
1678
		$this->soumisTaxe1 = $soumisTaxe1;
1679
		return $this;
1680
	}
1681
1682
	/**
1683
	 * Set the soumis taxe2.
1684
	 *
1685
	 * @param boolean $soumisTaxe2 The soumis taxe2.
1686
	 * @return CdeClientEntete Returns this cde client entete.
1687
	 */
1688
	public function setSoumisTaxe2($soumisTaxe2) {
1689
		$this->soumisTaxe2 = $soumisTaxe2;
1690
		return $this;
1691
	}
1692
1693
	/**
1694
	 * Set the soumis taxe3.
1695
	 *
1696
	 * @param boolean $soumisTaxe3 The soumis taxe3.
1697
	 * @return CdeClientEntete Returns this cde client entete.
1698
	 */
1699
	public function setSoumisTaxe3($soumisTaxe3) {
1700
		$this->soumisTaxe3 = $soumisTaxe3;
1701
		return $this;
1702
	}
1703
1704
	/**
1705
	 * Set the taux commission.
1706
	 *
1707
	 * @param float $tauxCommission The taux commission.
1708
	 * @return CdeClientEntete Returns this cde client entete.
1709
	 */
1710
	public function setTauxCommission($tauxCommission) {
1711
		$this->tauxCommission = $tauxCommission;
1712
		return $this;
1713
	}
1714
1715
	/**
1716
	 * Set the taux devise.
1717
	 *
1718
	 * @param float $tauxDevise The taux devise.
1719
	 * @return CdeClientEntete Returns this cde client entete.
1720
	 */
1721
	public function setTauxDevise($tauxDevise) {
1722
		$this->tauxDevise = $tauxDevise;
1723
		return $this;
1724
	}
1725
1726
	/**
1727
	 * Set the transfert.
1728
	 *
1729
	 * @param int $transfert The transfert.
1730
	 * @return CdeClientEntete Returns this cde client entete.
1731
	 */
1732
	public function setTransfert($transfert) {
1733
		$this->transfert = $transfert;
1734
		return $this;
1735
	}
1736
1737
	/**
1738
	 * Set the transporteur.
1739
	 *
1740
	 * @param string $transporteur The transporteur.
1741
	 * @return CdeClientEntete Returns this cde client entete.
1742
	 */
1743
	public function setTransporteur($transporteur) {
1744
		$this->transporteur = $transporteur;
1745
		return $this;
1746
	}
1747
1748
	/**
1749
	 * Set the tx escompte vente.
1750
	 *
1751
	 * @param float $txEscompteVente The tx escompte vente.
1752
	 * @return CdeClientEntete Returns this cde client entete.
1753
	 */
1754
	public function setTxEscompteVente($txEscompteVente) {
1755
		$this->txEscompteVente = $txEscompteVente;
1756
		return $this;
1757
	}
1758
1759
}
1760