src/Entity/DtbOrdr.php line 1599

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. use DateTime;
  4. class DtbOrdr extends AbstractEntityBase
  5. {
  6.     /**
  7.      * @var DateTime
  8.      */
  9.     private $dataOrd;
  10.     /**
  11.      * @var string
  12.      */
  13.     private $gestione;
  14.     /**
  15.      * @var int
  16.      */
  17.     private $numOrd;
  18.     /**
  19.      * @var int
  20.      */
  21.     private $rigaOrd;
  22.     /**
  23.      * @var string
  24.      */
  25.     private $codAliq;
  26.     /**
  27.      * @var string
  28.      */
  29.     private $codArtFor;
  30.     /**
  31.      * @var string
  32.      */
  33.     private $codAsso;
  34.     /**
  35.      * @var string
  36.      */
  37.     private $codCol;
  38.     /**
  39.      * @var string
  40.      */
  41.     private $codJcom;
  42.     /**
  43.      * @var string
  44.      */
  45.     private $codMart;
  46.     /**
  47.      * @var string
  48.      */
  49.     private $codMcon;
  50.     /**
  51.      * @var string
  52.      */
  53.     private $codMdep;
  54.     /**
  55.      * @var string
  56.      */
  57.     private $codOann;
  58.     /**
  59.      * @var string
  60.      */
  61.     private $codPromo;
  62.     /**
  63.      * @var string
  64.      */
  65.     private $codTagl;
  66.     /**
  67.      * @var string
  68.      */
  69.     private $codTcolUi;
  70.     /**
  71.      * @var string
  72.      */
  73.     private $codTcolUl;
  74.     /**
  75.      * @var float
  76.      */
  77.     private $colliPedana;
  78.     /**
  79.      * @var DateTime
  80.      */
  81.     private $dataCons;
  82.     /**
  83.      * @var string
  84.      */
  85.     private $descrizione;
  86.     /**
  87.      * @var string
  88.      */
  89.     private $descrizioneEstesa;
  90.     /**
  91.      * @var string
  92.      */
  93.     private $flagEvaso;
  94.     /**
  95.      * @var string
  96.      */
  97.     private $flagEvasoForzato;
  98.     /**
  99.      * @var int
  100.      */
  101.     private $ggCons;
  102.     /**
  103.      * @var string
  104.      */
  105.     private $gruppoCons;
  106.     /**
  107.      * @var int
  108.      */
  109.     private $idArt;
  110.     /**
  111.      * @var float
  112.      */
  113.     private $importoRiga;
  114.     /**
  115.      * @var string
  116.      */
  117.     private $note;
  118.     /**
  119.      * @var float
  120.      */
  121.     private $numCnf;
  122.     /**
  123.      * @var int
  124.      */
  125.     private $numFase;
  126.     /**
  127.      * @var string
  128.      */
  129.     private $partitaMag;
  130.     /**
  131.      * @var float
  132.      */
  133.     private $percGest;
  134.     /**
  135.      * @var float
  136.      */
  137.     private $percIspe;
  138.     /**
  139.      * @var float
  140.      */
  141.     private $percOneri;
  142.     /**
  143.      * @var float
  144.      */
  145.     private $percPromo;
  146.     /**
  147.      * @var float
  148.      */
  149.     private $percProv;
  150.     /**
  151.      * @var float
  152.      */
  153.     private $percProv2;
  154.     /**
  155.      * @var float
  156.      */
  157.     private $pesoLordo;
  158.     /**
  159.      * @var int
  160.      */
  161.     private $posRiga;
  162.     /**
  163.      * @var float
  164.      */
  165.     private $qtaAcc;
  166.     /**
  167.      * @var float
  168.      */
  169.     private $qtaCnf;
  170.     /**
  171.      * @var float
  172.      */
  173.     private $qtaCol;
  174.     /**
  175.      * @var float
  176.      */
  177.     private $qtaEvasa;
  178.     /**
  179.      * @var float
  180.      */
  181.     private $qtaOrd;
  182.     /**
  183.      * @var float
  184.      */
  185.     private $qtaOrd2;
  186.     /**
  187.      * @var float
  188.      */
  189.     private $qtaOrd3;
  190.     /**
  191.      * @var float
  192.      */
  193.     private $rapConv;
  194.     /**
  195.      * @var float
  196.      */
  197.     private $sconto5;
  198.     /**
  199.      * @var float
  200.      */
  201.     private $sconto6;
  202.     /**
  203.      * @var float
  204.      */
  205.     private $sconto7;
  206.     /**
  207.      * @var float
  208.      */
  209.     private $sconto8;
  210.     /**
  211.      * @var string
  212.      */
  213.     private $systemNote;
  214.     /**
  215.      * @var string
  216.      */
  217.     private $untOrd;
  218.     /**
  219.      * @var string
  220.      */
  221.     private $untOrd2;
  222.     /**
  223.      * @var string
  224.      */
  225.     private $untOrd3;
  226.     /**
  227.      * @var float
  228.      */
  229.     private $valGest;
  230.     /**
  231.      * @var float
  232.      */
  233.     private $valIspe;
  234.     /**
  235.      * @var float
  236.      */
  237.     private $valOneri;
  238.     /**
  239.      * @var float
  240.      */
  241.     private $valPromo;
  242.     /**
  243.      * @var float
  244.      */
  245.     private $valProv;
  246.     /**
  247.      * @var float
  248.      */
  249.     private $valProv2;
  250.     /**
  251.      * @var float
  252.      */
  253.     private $valUnt;
  254.     /**
  255.      * @var float
  256.      */
  257.     private $valUntIva;
  258.     /**
  259.      * @var string
  260.      */
  261.     private $codMtip;
  262.     /**
  263.      * @var string
  264.      */
  265.     private $matricola;
  266.     /**
  267.      * @var DateTime
  268.      */
  269.     private $dataInizComp;
  270.     /**
  271.      * @var DateTime
  272.      */
  273.     private $dataFineComp;
  274.     /**
  275.      * @var string
  276.      */
  277.     private $codAlis;
  278.     /**
  279.      * @var string
  280.      */
  281.     private $codKit;
  282.     /**
  283.      * @var float
  284.      */
  285.     private $numCnfEvasa;
  286.     /**
  287.      * @var string
  288.      */
  289.     private $idViaggio;
  290.     /**
  291.      * @var DateTime
  292.      */
  293.     private $dataConsAnag;
  294.     /**
  295.      * @return DateTime
  296.      */
  297.     public function getDataOrd(): DateTime
  298.     {
  299.         return $this->dataOrd;
  300.     }
  301.     /**
  302.      * @param DateTime $dataOrd
  303.      */
  304.     public function setDataOrd(DateTime $dataOrd): void
  305.     {
  306.         $this->dataOrd $dataOrd;
  307.     }
  308.     /**
  309.      * @return string
  310.      */
  311.     public function getGestione(): string
  312.     {
  313.         return $this->gestione;
  314.     }
  315.     /**
  316.      * @param string $gestione
  317.      */
  318.     public function setGestione(string $gestione): void
  319.     {
  320.         $this->gestione $gestione;
  321.     }
  322.     /**
  323.      * @return int
  324.      */
  325.     public function getNumOrd(): int
  326.     {
  327.         return $this->numOrd;
  328.     }
  329.     /**
  330.      * @param int $numOrd
  331.      */
  332.     public function setNumOrd(int $numOrd): void
  333.     {
  334.         $this->numOrd $numOrd;
  335.     }
  336.     /**
  337.      * @return int
  338.      */
  339.     public function getRigaOrd(): int
  340.     {
  341.         return $this->rigaOrd;
  342.     }
  343.     /**
  344.      * @param int $rigaOrd
  345.      */
  346.     public function setRigaOrd(int $rigaOrd): void
  347.     {
  348.         $this->rigaOrd $rigaOrd;
  349.     }
  350.     /**
  351.      * @return string
  352.      */
  353.     public function getCodAliq(): string
  354.     {
  355.         return $this->codAliq;
  356.     }
  357.     /**
  358.      * @param string $codAliq
  359.      */
  360.     public function setCodAliq(string $codAliq): void
  361.     {
  362.         $this->codAliq $codAliq;
  363.     }
  364.     /**
  365.      * @return string
  366.      */
  367.     public function getCodArtFor(): string
  368.     {
  369.         return $this->codArtFor;
  370.     }
  371.     /**
  372.      * @param string $codArtFor
  373.      */
  374.     public function setCodArtFor(string $codArtFor): void
  375.     {
  376.         $this->codArtFor $codArtFor;
  377.     }
  378.     /**
  379.      * @return string
  380.      */
  381.     public function getCodAsso(): string
  382.     {
  383.         return $this->codAsso;
  384.     }
  385.     /**
  386.      * @param string $codAsso
  387.      */
  388.     public function setCodAsso(string $codAsso): void
  389.     {
  390.         $this->codAsso $codAsso;
  391.     }
  392.     /**
  393.      * @return string
  394.      */
  395.     public function getCodCol(): string
  396.     {
  397.         return $this->codCol;
  398.     }
  399.     /**
  400.      * @param string $codCol
  401.      */
  402.     public function setCodCol(string $codCol): void
  403.     {
  404.         $this->codCol $codCol;
  405.     }
  406.     /**
  407.      * @return string
  408.      */
  409.     public function getCodJcom(): string
  410.     {
  411.         return $this->codJcom;
  412.     }
  413.     /**
  414.      * @param string $codJcom
  415.      */
  416.     public function setCodJcom(string $codJcom): void
  417.     {
  418.         $this->codJcom $codJcom;
  419.     }
  420.     /**
  421.      * @return string
  422.      */
  423.     public function getCodMart(): string
  424.     {
  425.         return $this->codMart;
  426.     }
  427.     /**
  428.      * @param string $codMart
  429.      */
  430.     public function setCodMart(string $codMart): void
  431.     {
  432.         $this->codMart $codMart;
  433.     }
  434.     /**
  435.      * @return string
  436.      */
  437.     public function getCodMcon(): string
  438.     {
  439.         return $this->codMcon;
  440.     }
  441.     /**
  442.      * @param string $codMcon
  443.      */
  444.     public function setCodMcon(string $codMcon): void
  445.     {
  446.         $this->codMcon $codMcon;
  447.     }
  448.     /**
  449.      * @return string
  450.      */
  451.     public function getCodMdep(): string
  452.     {
  453.         return $this->codMdep;
  454.     }
  455.     /**
  456.      * @param string $codMdep
  457.      */
  458.     public function setCodMdep(string $codMdep): void
  459.     {
  460.         $this->codMdep $codMdep;
  461.     }
  462.     /**
  463.      * @return string
  464.      */
  465.     public function getCodOann(): string
  466.     {
  467.         return $this->codOann;
  468.     }
  469.     /**
  470.      * @param string $codOann
  471.      */
  472.     public function setCodOann(string $codOann): void
  473.     {
  474.         $this->codOann $codOann;
  475.     }
  476.     /**
  477.      * @return string
  478.      */
  479.     public function getCodPromo(): string
  480.     {
  481.         return $this->codPromo;
  482.     }
  483.     /**
  484.      * @param string $codPromo
  485.      */
  486.     public function setCodPromo(string $codPromo): void
  487.     {
  488.         $this->codPromo $codPromo;
  489.     }
  490.     /**
  491.      * @return string
  492.      */
  493.     public function getCodTagl(): string
  494.     {
  495.         return $this->codTagl;
  496.     }
  497.     /**
  498.      * @param string $codTagl
  499.      */
  500.     public function setCodTagl(string $codTagl): void
  501.     {
  502.         $this->codTagl $codTagl;
  503.     }
  504.     /**
  505.      * @return string
  506.      */
  507.     public function getCodTcolUi(): string
  508.     {
  509.         return $this->codTcolUi;
  510.     }
  511.     /**
  512.      * @param string $codTcolUi
  513.      */
  514.     public function setCodTcolUi(string $codTcolUi): void
  515.     {
  516.         $this->codTcolUi $codTcolUi;
  517.     }
  518.     /**
  519.      * @return string
  520.      */
  521.     public function getCodTcolUl(): string
  522.     {
  523.         return $this->codTcolUl;
  524.     }
  525.     /**
  526.      * @param string $codTcolUl
  527.      */
  528.     public function setCodTcolUl(string $codTcolUl): void
  529.     {
  530.         $this->codTcolUl $codTcolUl;
  531.     }
  532.     /**
  533.      * @return float
  534.      */
  535.     public function getColliPedana(): float
  536.     {
  537.         return $this->colliPedana;
  538.     }
  539.     /**
  540.      * @param float $colliPedana
  541.      */
  542.     public function setColliPedana(float $colliPedana): void
  543.     {
  544.         $this->colliPedana $colliPedana;
  545.     }
  546.     /**
  547.      * @return DateTime
  548.      */
  549.     public function getDataCons(): DateTime
  550.     {
  551.         return $this->dataCons;
  552.     }
  553.     /**
  554.      * @param DateTime $dataCons
  555.      */
  556.     public function setDataCons(DateTime $dataCons): void
  557.     {
  558.         $this->dataCons $dataCons;
  559.     }
  560.     /**
  561.      * @return string
  562.      */
  563.     public function getDescrizione(): string
  564.     {
  565.         return $this->descrizione;
  566.     }
  567.     /**
  568.      * @param string $descrizione
  569.      */
  570.     public function setDescrizione(string $descrizione): void
  571.     {
  572.         $this->descrizione $descrizione;
  573.     }
  574.     /**
  575.      * @return string
  576.      */
  577.     public function getDescrizioneEstesa(): string
  578.     {
  579.         return $this->descrizioneEstesa;
  580.     }
  581.     /**
  582.      * @param string $descrizioneEstesa
  583.      */
  584.     public function setDescrizioneEstesa(string $descrizioneEstesa): void
  585.     {
  586.         $this->descrizioneEstesa $descrizioneEstesa;
  587.     }
  588.     /**
  589.      * @return string
  590.      */
  591.     public function getFlagEvaso(): string
  592.     {
  593.         return $this->flagEvaso;
  594.     }
  595.     /**
  596.      * @param string $flagEvaso
  597.      */
  598.     public function setFlagEvaso(string $flagEvaso): void
  599.     {
  600.         $this->flagEvaso $flagEvaso;
  601.     }
  602.     /**
  603.      * @return string
  604.      */
  605.     public function getFlagEvasoForzato(): string
  606.     {
  607.         return $this->flagEvasoForzato;
  608.     }
  609.     /**
  610.      * @param string $flagEvasoForzato
  611.      */
  612.     public function setFlagEvasoForzato(string $flagEvasoForzato): void
  613.     {
  614.         $this->flagEvasoForzato $flagEvasoForzato;
  615.     }
  616.     /**
  617.      * @return int
  618.      */
  619.     public function getGgCons(): int
  620.     {
  621.         return $this->ggCons;
  622.     }
  623.     /**
  624.      * @param int $ggCons
  625.      */
  626.     public function setGgCons(int $ggCons): void
  627.     {
  628.         $this->ggCons $ggCons;
  629.     }
  630.     /**
  631.      * @return string
  632.      */
  633.     public function getGruppoCons(): string
  634.     {
  635.         return $this->gruppoCons;
  636.     }
  637.     /**
  638.      * @param string $gruppoCons
  639.      */
  640.     public function setGruppoCons(string $gruppoCons): void
  641.     {
  642.         $this->gruppoCons $gruppoCons;
  643.     }
  644.     /**
  645.      * @return int
  646.      */
  647.     public function getIdArt(): int
  648.     {
  649.         return $this->idArt;
  650.     }
  651.     /**
  652.      * @param int $idArt
  653.      */
  654.     public function setIdArt(int $idArt): void
  655.     {
  656.         $this->idArt $idArt;
  657.     }
  658.     /**
  659.      * @return float
  660.      */
  661.     public function getImportoRiga(): float
  662.     {
  663.         return $this->importoRiga;
  664.     }
  665.     /**
  666.      * @param float $importoRiga
  667.      */
  668.     public function setImportoRiga(float $importoRiga): void
  669.     {
  670.         $this->importoRiga $importoRiga;
  671.     }
  672.     /**
  673.      * @return string
  674.      */
  675.     public function getNote(): string
  676.     {
  677.         return $this->note;
  678.     }
  679.     /**
  680.      * @param string $note
  681.      */
  682.     public function setNote(string $note): void
  683.     {
  684.         $this->note $note;
  685.     }
  686.     /**
  687.      * @return float
  688.      */
  689.     public function getNumCnf(): float
  690.     {
  691.         return $this->numCnf;
  692.     }
  693.     /**
  694.      * @param float $numCnf
  695.      */
  696.     public function setNumCnf(float $numCnf): void
  697.     {
  698.         $this->numCnf $numCnf;
  699.     }
  700.     /**
  701.      * @return int
  702.      */
  703.     public function getNumFase(): int
  704.     {
  705.         return $this->numFase;
  706.     }
  707.     /**
  708.      * @param int $numFase
  709.      */
  710.     public function setNumFase(int $numFase): void
  711.     {
  712.         $this->numFase $numFase;
  713.     }
  714.     /**
  715.      * @return string
  716.      */
  717.     public function getPartitaMag(): string
  718.     {
  719.         return $this->partitaMag;
  720.     }
  721.     /**
  722.      * @param string $partitaMag
  723.      */
  724.     public function setPartitaMag(string $partitaMag): void
  725.     {
  726.         $this->partitaMag $partitaMag;
  727.     }
  728.     /**
  729.      * @return float
  730.      */
  731.     public function getPercGest(): float
  732.     {
  733.         return $this->percGest;
  734.     }
  735.     /**
  736.      * @param float $percGest
  737.      */
  738.     public function setPercGest(float $percGest): void
  739.     {
  740.         $this->percGest $percGest;
  741.     }
  742.     /**
  743.      * @return float
  744.      */
  745.     public function getPercIspe(): float
  746.     {
  747.         return $this->percIspe;
  748.     }
  749.     /**
  750.      * @param float $percIspe
  751.      */
  752.     public function setPercIspe(float $percIspe): void
  753.     {
  754.         $this->percIspe $percIspe;
  755.     }
  756.     /**
  757.      * @return float
  758.      */
  759.     public function getPercOneri(): float
  760.     {
  761.         return $this->percOneri;
  762.     }
  763.     /**
  764.      * @param float $percOneri
  765.      */
  766.     public function setPercOneri(float $percOneri): void
  767.     {
  768.         $this->percOneri $percOneri;
  769.     }
  770.     /**
  771.      * @return float
  772.      */
  773.     public function getPercPromo(): float
  774.     {
  775.         return $this->percPromo;
  776.     }
  777.     /**
  778.      * @param float $percPromo
  779.      */
  780.     public function setPercPromo(float $percPromo): void
  781.     {
  782.         $this->percPromo $percPromo;
  783.     }
  784.     /**
  785.      * @return float
  786.      */
  787.     public function getPercProv(): float
  788.     {
  789.         return $this->percProv;
  790.     }
  791.     /**
  792.      * @param float $percProv
  793.      */
  794.     public function setPercProv(float $percProv): void
  795.     {
  796.         $this->percProv $percProv;
  797.     }
  798.     /**
  799.      * @return float
  800.      */
  801.     public function getPercProv2(): float
  802.     {
  803.         return $this->percProv2;
  804.     }
  805.     /**
  806.      * @param float $percProv2
  807.      */
  808.     public function setPercProv2(float $percProv2): void
  809.     {
  810.         $this->percProv2 $percProv2;
  811.     }
  812.     /**
  813.      * @return float
  814.      */
  815.     public function getPesoLordo(): float
  816.     {
  817.         return $this->pesoLordo;
  818.     }
  819.     /**
  820.      * @param float $pesoLordo
  821.      */
  822.     public function setPesoLordo(float $pesoLordo): void
  823.     {
  824.         $this->pesoLordo $pesoLordo;
  825.     }
  826.     /**
  827.      * @return int
  828.      */
  829.     public function getPosRiga(): int
  830.     {
  831.         return $this->posRiga;
  832.     }
  833.     /**
  834.      * @param int $posRiga
  835.      */
  836.     public function setPosRiga(int $posRiga): void
  837.     {
  838.         $this->posRiga $posRiga;
  839.     }
  840.     /**
  841.      * @return float
  842.      */
  843.     public function getQtaAcc(): float
  844.     {
  845.         return $this->qtaAcc;
  846.     }
  847.     /**
  848.      * @param float $qtaAcc
  849.      */
  850.     public function setQtaAcc(float $qtaAcc): void
  851.     {
  852.         $this->qtaAcc $qtaAcc;
  853.     }
  854.     /**
  855.      * @return float
  856.      */
  857.     public function getQtaCnf(): float
  858.     {
  859.         return $this->qtaCnf;
  860.     }
  861.     /**
  862.      * @param float $qtaCnf
  863.      */
  864.     public function setQtaCnf(float $qtaCnf): void
  865.     {
  866.         $this->qtaCnf $qtaCnf;
  867.     }
  868.     /**
  869.      * @return float
  870.      */
  871.     public function getQtaCol(): float
  872.     {
  873.         return $this->qtaCol;
  874.     }
  875.     /**
  876.      * @param float $qtaCol
  877.      */
  878.     public function setQtaCol(float $qtaCol): void
  879.     {
  880.         $this->qtaCol $qtaCol;
  881.     }
  882.     /**
  883.      * @return float
  884.      */
  885.     public function getQtaEvasa(): float
  886.     {
  887.         return $this->qtaEvasa;
  888.     }
  889.     /**
  890.      * @param float $qtaEvasa
  891.      */
  892.     public function setQtaEvasa(float $qtaEvasa): void
  893.     {
  894.         $this->qtaEvasa $qtaEvasa;
  895.     }
  896.     /**
  897.      * @return float
  898.      */
  899.     public function getQtaOrd(): float
  900.     {
  901.         return $this->qtaOrd;
  902.     }
  903.     /**
  904.      * @param float $qtaOrd
  905.      */
  906.     public function setQtaOrd(float $qtaOrd): void
  907.     {
  908.         $this->qtaOrd $qtaOrd;
  909.     }
  910.     /**
  911.      * @return float
  912.      */
  913.     public function getQtaOrd2(): float
  914.     {
  915.         return $this->qtaOrd2;
  916.     }
  917.     /**
  918.      * @param float $qtaOrd2
  919.      */
  920.     public function setQtaOrd2(float $qtaOrd2): void
  921.     {
  922.         $this->qtaOrd2 $qtaOrd2;
  923.     }
  924.     /**
  925.      * @return float
  926.      */
  927.     public function getQtaOrd3(): float
  928.     {
  929.         return $this->qtaOrd3;
  930.     }
  931.     /**
  932.      * @param float $qtaOrd3
  933.      */
  934.     public function setQtaOrd3(float $qtaOrd3): void
  935.     {
  936.         $this->qtaOrd3 $qtaOrd3;
  937.     }
  938.     /**
  939.      * @return float
  940.      */
  941.     public function getRapConv(): float
  942.     {
  943.         return $this->rapConv;
  944.     }
  945.     /**
  946.      * @param float $rapConv
  947.      */
  948.     public function setRapConv(float $rapConv): void
  949.     {
  950.         $this->rapConv $rapConv;
  951.     }
  952.     /**
  953.      * @return float
  954.      */
  955.     public function getSconto5(): float
  956.     {
  957.         return $this->sconto5;
  958.     }
  959.     /**
  960.      * @param float $sconto5
  961.      */
  962.     public function setSconto5(float $sconto5): void
  963.     {
  964.         $this->sconto5 $sconto5;
  965.     }
  966.     /**
  967.      * @return float
  968.      */
  969.     public function getSconto6(): float
  970.     {
  971.         return $this->sconto6;
  972.     }
  973.     /**
  974.      * @param float $sconto6
  975.      */
  976.     public function setSconto6(float $sconto6): void
  977.     {
  978.         $this->sconto6 $sconto6;
  979.     }
  980.     /**
  981.      * @return float
  982.      */
  983.     public function getSconto7(): float
  984.     {
  985.         return $this->sconto7;
  986.     }
  987.     /**
  988.      * @param float $sconto7
  989.      */
  990.     public function setSconto7(float $sconto7): void
  991.     {
  992.         $this->sconto7 $sconto7;
  993.     }
  994.     /**
  995.      * @return float
  996.      */
  997.     public function getSconto8(): float
  998.     {
  999.         return $this->sconto8;
  1000.     }
  1001.     /**
  1002.      * @param float $sconto8
  1003.      */
  1004.     public function setSconto8(float $sconto8): void
  1005.     {
  1006.         $this->sconto8 $sconto8;
  1007.     }
  1008.     /**
  1009.      * @return string
  1010.      */
  1011.     public function getSystemNote(): string
  1012.     {
  1013.         return $this->systemNote;
  1014.     }
  1015.     /**
  1016.      * @param string $systemNote
  1017.      */
  1018.     public function setSystemNote(string $systemNote): void
  1019.     {
  1020.         $this->systemNote $systemNote;
  1021.     }
  1022.     /**
  1023.      * @return string
  1024.      */
  1025.     public function getUntOrd(): string
  1026.     {
  1027.         return $this->untOrd;
  1028.     }
  1029.     /**
  1030.      * @param string $untOrd
  1031.      */
  1032.     public function setUntOrd(string $untOrd): void
  1033.     {
  1034.         $this->untOrd $untOrd;
  1035.     }
  1036.     /**
  1037.      * @return string
  1038.      */
  1039.     public function getUntOrd2(): string
  1040.     {
  1041.         return $this->untOrd2;
  1042.     }
  1043.     /**
  1044.      * @param string $untOrd2
  1045.      */
  1046.     public function setUntOrd2(string $untOrd2): void
  1047.     {
  1048.         $this->untOrd2 $untOrd2;
  1049.     }
  1050.     /**
  1051.      * @return string
  1052.      */
  1053.     public function getUntOrd3(): string
  1054.     {
  1055.         return $this->untOrd3;
  1056.     }
  1057.     /**
  1058.      * @param string $untOrd3
  1059.      */
  1060.     public function setUntOrd3(string $untOrd3): void
  1061.     {
  1062.         $this->untOrd3 $untOrd3;
  1063.     }
  1064.     /**
  1065.      * @return float
  1066.      */
  1067.     public function getValGest(): float
  1068.     {
  1069.         return $this->valGest;
  1070.     }
  1071.     /**
  1072.      * @param float $valGest
  1073.      */
  1074.     public function setValGest(float $valGest): void
  1075.     {
  1076.         $this->valGest $valGest;
  1077.     }
  1078.     /**
  1079.      * @return float
  1080.      */
  1081.     public function getValIspe(): float
  1082.     {
  1083.         return $this->valIspe;
  1084.     }
  1085.     /**
  1086.      * @param float $valIspe
  1087.      */
  1088.     public function setValIspe(float $valIspe): void
  1089.     {
  1090.         $this->valIspe $valIspe;
  1091.     }
  1092.     /**
  1093.      * @return float
  1094.      */
  1095.     public function getValOneri(): float
  1096.     {
  1097.         return $this->valOneri;
  1098.     }
  1099.     /**
  1100.      * @param float $valOneri
  1101.      */
  1102.     public function setValOneri(float $valOneri): void
  1103.     {
  1104.         $this->valOneri $valOneri;
  1105.     }
  1106.     /**
  1107.      * @return float
  1108.      */
  1109.     public function getValPromo(): float
  1110.     {
  1111.         return $this->valPromo;
  1112.     }
  1113.     /**
  1114.      * @param float $valPromo
  1115.      */
  1116.     public function setValPromo(float $valPromo): void
  1117.     {
  1118.         $this->valPromo $valPromo;
  1119.     }
  1120.     /**
  1121.      * @return float
  1122.      */
  1123.     public function getValProv(): float
  1124.     {
  1125.         return $this->valProv;
  1126.     }
  1127.     /**
  1128.      * @param float $valProv
  1129.      */
  1130.     public function setValProv(float $valProv): void
  1131.     {
  1132.         $this->valProv $valProv;
  1133.     }
  1134.     /**
  1135.      * @return float
  1136.      */
  1137.     public function getValProv2(): float
  1138.     {
  1139.         return $this->valProv2;
  1140.     }
  1141.     /**
  1142.      * @param float $valProv2
  1143.      */
  1144.     public function setValProv2(float $valProv2): void
  1145.     {
  1146.         $this->valProv2 $valProv2;
  1147.     }
  1148.     /**
  1149.      * @return float
  1150.      */
  1151.     public function getValUnt(): float
  1152.     {
  1153.         return $this->valUnt;
  1154.     }
  1155.     /**
  1156.      * @param float $valUnt
  1157.      */
  1158.     public function setValUnt(float $valUnt): void
  1159.     {
  1160.         $this->valUnt $valUnt;
  1161.     }
  1162.     /**
  1163.      * @return float
  1164.      */
  1165.     public function getValUntIva(): float
  1166.     {
  1167.         return $this->valUntIva;
  1168.     }
  1169.     /**
  1170.      * @param float $valUntIva
  1171.      */
  1172.     public function setValUntIva(float $valUntIva): void
  1173.     {
  1174.         $this->valUntIva $valUntIva;
  1175.     }
  1176.     /**
  1177.      * @return string
  1178.      */
  1179.     public function getCodMtip(): string
  1180.     {
  1181.         return $this->codMtip;
  1182.     }
  1183.     /**
  1184.      * @param string $codMtip
  1185.      */
  1186.     public function setCodMtip(string $codMtip): void
  1187.     {
  1188.         $this->codMtip $codMtip;
  1189.     }
  1190.     /**
  1191.      * @return string
  1192.      */
  1193.     public function getMatricola(): string
  1194.     {
  1195.         return $this->matricola;
  1196.     }
  1197.     /**
  1198.      * @param string $matricola
  1199.      */
  1200.     public function setMatricola(string $matricola): void
  1201.     {
  1202.         $this->matricola $matricola;
  1203.     }
  1204.     /**
  1205.      * @return DateTime
  1206.      */
  1207.     public function getDataInizComp(): DateTime
  1208.     {
  1209.         return $this->dataInizComp;
  1210.     }
  1211.     /**
  1212.      * @param DateTime $dataInizComp
  1213.      */
  1214.     public function setDataInizComp(DateTime $dataInizComp): void
  1215.     {
  1216.         $this->dataInizComp $dataInizComp;
  1217.     }
  1218.     /**
  1219.      * @return DateTime
  1220.      */
  1221.     public function getDataFineComp(): DateTime
  1222.     {
  1223.         return $this->dataFineComp;
  1224.     }
  1225.     /**
  1226.      * @param DateTime $dataFineComp
  1227.      */
  1228.     public function setDataFineComp(DateTime $dataFineComp): void
  1229.     {
  1230.         $this->dataFineComp $dataFineComp;
  1231.     }
  1232.     /**
  1233.      * @return string
  1234.      */
  1235.     public function getCodAlis(): string
  1236.     {
  1237.         return $this->codAlis;
  1238.     }
  1239.     /**
  1240.      * @param string $codAlis
  1241.      */
  1242.     public function setCodAlis(string $codAlis): void
  1243.     {
  1244.         $this->codAlis $codAlis;
  1245.     }
  1246.     /**
  1247.      * @return string
  1248.      */
  1249.     public function getCodKit(): string
  1250.     {
  1251.         return $this->codKit;
  1252.     }
  1253.     /**
  1254.      * @param string $codKit
  1255.      */
  1256.     public function setCodKit(string $codKit): void
  1257.     {
  1258.         $this->codKit $codKit;
  1259.     }
  1260.     /**
  1261.      * @return float
  1262.      */
  1263.     public function getNumCnfEvasa(): float
  1264.     {
  1265.         return $this->numCnfEvasa;
  1266.     }
  1267.     /**
  1268.      * @param float $numCnfEvasa
  1269.      */
  1270.     public function setNumCnfEvasa(float $numCnfEvasa): void
  1271.     {
  1272.         $this->numCnfEvasa $numCnfEvasa;
  1273.     }
  1274.     /**
  1275.      * @return string
  1276.      */
  1277.     public function getIdViaggio(): string
  1278.     {
  1279.         return $this->idViaggio;
  1280.     }
  1281.     /**
  1282.      * @param string $idViaggio
  1283.      */
  1284.     public function setIdViaggio(string $idViaggio): void
  1285.     {
  1286.         $this->idViaggio $idViaggio;
  1287.     }
  1288.     /**
  1289.      * @return DateTime
  1290.      */
  1291.     public function getDataConsAnag(): DateTime
  1292.     {
  1293.         return $this->dataConsAnag;
  1294.     }
  1295.     /**
  1296.      * @param DateTime $dataConsAnag
  1297.      */
  1298.     public function setDataConsAnag(DateTime $dataConsAnag): void
  1299.     {
  1300.         $this->dataConsAnag $dataConsAnag;
  1301.     }
  1302.     public function fromDto($dto)
  1303.     {
  1304.         $this->dataOrd $this->getFromDto($dto"data_ord");
  1305.         $this->gestione $this->getFromDto($dto"gestione");
  1306.         $this->numOrd $this->getFromDto($dto"num_ord");
  1307.         $this->rigaOrd $this->getFromDto($dto"riga_ord");
  1308.         $this->codAliq $this->getFromDto($dto"cod_aliq");
  1309.         $this->codArtFor $this->getFromDto($dto"cod_art_for");
  1310.         $this->codAsso $this->getFromDto($dto"cod_asso");
  1311.         $this->codCol $this->getFromDto($dto"cod_col");
  1312.         $this->codJcom $this->getFromDto($dto"cod_jcom");
  1313.         $this->codMart $this->getFromDto($dto"cod_mart");
  1314.         $this->codMcon $this->getFromDto($dto"cod_mcon");
  1315.         $this->codMdep $this->getFromDto($dto"cod_mdep");
  1316.         $this->codOann $this->getFromDto($dto"cod_oann");
  1317.         $this->codPromo $this->getFromDto($dto"cod_promo");
  1318.         $this->codTagl $this->getFromDto($dto"cod_tagl");
  1319.         $this->codTcolUi $this->getFromDto($dto"cod_tcol_UI");
  1320.         $this->codTcolUl $this->getFromDto($dto"cod_tcol_UL");
  1321.         $this->colliPedana $this->getFromDto($dto"colli_pedana");
  1322.         $this->dataCons $this->getFromDto($dto"data_cons");
  1323.         $this->descrizione $this->getFromDto($dto"descrizione");
  1324.         $this->descrizioneEstesa $this->getFromDto($dto"descrizione_estesa");
  1325.         $this->flagEvaso $this->getFromDto($dto"flag_evaso");
  1326.         $this->flagEvasoForzato $this->getFromDto($dto"flag_evaso_forzato");
  1327.         $this->ggCons $this->getFromDto($dto"gg_cons");
  1328.         $this->gruppoCons $this->getFromDto($dto"gruppo_cons");
  1329.         $this->idArt $this->getFromDto($dto"id_art");
  1330.         $this->importoRiga $this->getFromDto($dto"importo_riga");
  1331.         $this->note $this->getFromDto($dto"note");
  1332.         $this->numCnf $this->getFromDto($dto"num_cnf");
  1333.         $this->numFase $this->getFromDto($dto"num_fase");
  1334.         $this->partitaMag $this->getFromDto($dto"partita_mag");
  1335.         $this->percGest $this->getFromDto($dto"perc_gest");
  1336.         $this->percIspe $this->getFromDto($dto"perc_ispe");
  1337.         $this->percOneri $this->getFromDto($dto"perc_oneri");
  1338.         $this->percPromo $this->getFromDto($dto"perc_promo");
  1339.         $this->percProv $this->getFromDto($dto"perc_prov");
  1340.         $this->percProv2 $this->getFromDto($dto"perc_prov2");
  1341.         $this->pesoLordo $this->getFromDto($dto"peso_lordo");
  1342.         $this->posRiga $this->getFromDto($dto"pos_riga");
  1343.         $this->qtaAcc $this->getFromDto($dto"qta_acc");
  1344.         $this->qtaCnf $this->getFromDto($dto"qta_cnf");
  1345.         $this->qtaCol $this->getFromDto($dto"qta_col");
  1346.         $this->qtaEvasa $this->getFromDto($dto"qta_evasa");
  1347.         $this->qtaOrd $this->getFromDto($dto"qta_ord");
  1348.         $this->qtaOrd2 $this->getFromDto($dto"qta_ord2");
  1349.         $this->qtaOrd3 $this->getFromDto($dto"qta_ord3");
  1350.         $this->rapConv $this->getFromDto($dto"rap_conv");
  1351.         $this->sconto5 $this->getFromDto($dto"sconto5");
  1352.         $this->sconto6 $this->getFromDto($dto"sconto6");
  1353.         $this->sconto7 $this->getFromDto($dto"sconto7");
  1354.         $this->sconto8 $this->getFromDto($dto"sconto8");
  1355.         $this->systemNote $this->getFromDto($dto"system_note");
  1356.         $this->untOrd $this->getFromDto($dto"unt_ord");
  1357.         $this->untOrd2 $this->getFromDto($dto"unt_ord2");
  1358.         $this->untOrd3 $this->getFromDto($dto"unt_ord3");
  1359.         $this->valGest $this->getFromDto($dto"val_gest");
  1360.         $this->valIspe $this->getFromDto($dto"val_ispe");
  1361.         $this->valOneri $this->getFromDto($dto"val_oneri");
  1362.         $this->valPromo $this->getFromDto($dto"val_promo");
  1363.         $this->valProv $this->getFromDto($dto"val_prov");
  1364.         $this->valProv2 $this->getFromDto($dto"val_prov2");
  1365.         $this->valUnt $this->getFromDto($dto"val_unt");
  1366.         $this->valUntIva $this->getFromDto($dto"val_unt_iva");
  1367.         $this->codMtip $this->getFromDto($dto"cod_mtip");
  1368.         $this->matricola $this->getFromDto($dto"matricola");
  1369.         $this->dataInizComp $this->getFromDto($dto"data_iniz_comp");
  1370.         $this->dataFineComp $this->getFromDto($dto"data_fine_comp");
  1371.         $this->codAlis $this->getFromDto($dto"cod_alis");
  1372.     }
  1373.     public function getType()
  1374.     {
  1375.         return "dtb_ordr";
  1376.     }
  1377.     public function jsonSerialize()
  1378.     {
  1379.         return [
  1380.             "operation" => $this->getOperation(),
  1381.             "type" => $this->getType(),
  1382.             "dataOrd" => $this->getForDto($this->dataOrd),
  1383.             "gestione" => $this->getForDto($this->gestione),
  1384.             "numOrd" => $this->getForDto($this->numOrd),
  1385.             "rigaOrd" => $this->getForDto($this->rigaOrd),
  1386.             "codAliq" => $this->getForDto($this->codAliq),
  1387.             "codArtFor" => $this->getForDto($this->codArtFor),
  1388.             "codAsso" => $this->getForDto($this->codAsso),
  1389.             "codCol" => $this->getForDto($this->codCol),
  1390.             "codJcom" => $this->getForDto($this->codJcom),
  1391.             "codMart" => $this->getForDto($this->codMart),
  1392.             "codMcon" => $this->getForDto($this->codMcon),
  1393.             "codMdep" => $this->getForDto($this->codMdep),
  1394.             "codOann" => $this->getForDto($this->codOann),
  1395.             "codPromo" => $this->getForDto($this->codPromo),
  1396.             "codTagl" => $this->getForDto($this->codTagl),
  1397.             "codTcolUi" => $this->getForDto($this->codTcolUi),
  1398.             "codTcolUl" => $this->getForDto($this->codTcolUl),
  1399.             "colliPedana" => $this->getForDto($this->colliPedana),
  1400.             "dataCons" => $this->getForDto($this->dataCons),
  1401.             "descrizione" => $this->getForDto($this->descrizione),
  1402.             "descrizioneEstesa" => $this->getForDto($this->descrizioneEstesa),
  1403.             "flagEvaso" => $this->getForDto($this->flagEvaso),
  1404.             "flagEvasoForzato" => $this->getForDto($this->flagEvasoForzato),
  1405.             "ggCons" => $this->getForDto($this->ggCons),
  1406.             "gruppoCons" => $this->getForDto($this->gruppoCons),
  1407.             "idArt" => $this->getForDto($this->idArt),
  1408.             "importoRiga" => $this->getForDto($this->importoRiga),
  1409.             "note" => $this->getForDto($this->note),
  1410.             "numCnf" => $this->getForDto($this->numCnf),
  1411.             "numFase" => $this->getForDto($this->numFase),
  1412.             "partitaMag" => $this->getForDto($this->partitaMag),
  1413.             "percGest" => $this->getForDto($this->percGest),
  1414.             "percIspe" => $this->getForDto($this->percIspe),
  1415.             "percOneri" => $this->getForDto($this->percOneri),
  1416.             "percPromo" => $this->getForDto($this->percPromo),
  1417.             "percProv" => $this->getForDto($this->percProv),
  1418.             "percProv2" => $this->getForDto($this->percProv2),
  1419.             "pesoLordo" => $this->getForDto($this->pesoLordo),
  1420.             "posRiga" => $this->getForDto($this->posRiga),
  1421.             "qtaAcc" => $this->getForDto($this->qtaAcc),
  1422.             "qtaCnf" => $this->getForDto($this->qtaCnf),
  1423.             "qtaCol" => $this->getForDto($this->qtaCol),
  1424.             "qtaEvasa" => $this->getForDto($this->qtaEvasa),
  1425.             "qtaOrd" => $this->getForDto($this->qtaOrd),
  1426.             "qtaOrd2" => $this->getForDto($this->qtaOrd2),
  1427.             "qtaOrd3" => $this->getForDto($this->qtaOrd3),
  1428.             "rapConv" => $this->getForDto($this->rapConv),
  1429.             "sconto5" => $this->getForDto($this->sconto5),
  1430.             "sconto6" => $this->getForDto($this->sconto6),
  1431.             "sconto7" => $this->getForDto($this->sconto7),
  1432.             "sconto8" => $this->getForDto($this->sconto8),
  1433.             "systemNote" => $this->getForDto($this->systemNote),
  1434.             "untOrd" => $this->getForDto($this->untOrd),
  1435.             "untOrd2" => $this->getForDto($this->untOrd2),
  1436.             "untOrd3" => $this->getForDto($this->untOrd3),
  1437.             "valGest" => $this->getForDto($this->valGest),
  1438.             "valIspe" => $this->getForDto($this->valIspe),
  1439.             "valOneri" => $this->getForDto($this->valOneri),
  1440.             "valPromo" => $this->getForDto($this->valPromo),
  1441.             "valProv" => $this->getForDto($this->valProv),
  1442.             "valProv2" => $this->getForDto($this->valProv2),
  1443.             "valUnt" => $this->getForDto($this->valUnt),
  1444.             "valUntIva" => $this->getForDto($this->valUntIva),
  1445.             "codMtip" => $this->getForDto($this->codMtip),
  1446.             "matricola" => $this->getForDto($this->matricola),
  1447.             "dataInizComp" => $this->getForDto($this->dataInizComp),
  1448.             "dataFineComp" => $this->getForDto($this->dataFineComp),
  1449.             "codAlis" => $this->getForDto($this->codAlis),
  1450.         ];
  1451.     }
  1452. }