src/Dto/Ordine/OrdineLavorazioneDto.php line 1199

Open in your IDE?
  1. <?php
  2. namespace App\Dto\Ordine;
  3. use App\Entity\AbstractEntityBase;
  4. use DateTime;
  5. class OrdineLavorazioneDto extends AbstractEntityBase {
  6.     /**
  7.      * @var DateTime
  8.      */
  9.     private $dataOrdProd null;
  10.     /**
  11.      * @var Integer
  12.      */
  13.     private $numOrdProd 0;
  14.     /**
  15.      * @var Integer
  16.      */
  17.     private $rigaOrdProd 0;
  18.     /**
  19.      * @var string
  20.      */
  21.     private $flagAvviabile null;
  22.     /**
  23.      * @var string
  24.      */
  25.     private $untOrd null;
  26.     /**
  27.      * @var double
  28.      */
  29.     private $rapConv 1;
  30.     /**
  31.      * @var string
  32.      */
  33.     private $untOrd2 null;
  34.     /**
  35.      * @var double
  36.      */
  37.     private $rapConv2 1;
  38.     /**
  39.      * @var string
  40.      */
  41.     private $untOrd3 null;
  42.     /**
  43.      * @var double
  44.      */
  45.     private $rapConv3 1;
  46.     /**
  47.      * @var Integer
  48.      */
  49.     private $posRiga 0;
  50.     /**
  51.      * @var double
  52.      */
  53.     private $numPezzi 0;
  54.     /**
  55.      * @var double
  56.      */
  57.     private $numCnf 0;
  58.     /**
  59.      * @var double
  60.      */
  61.     private $qtaCnf 1;
  62.     /**
  63.      * @var Integer
  64.      */
  65.     private $ggScadPartita 0;
  66.     /**
  67.      * @var double
  68.      */
  69.     private $colliPedana 0;
  70.     /**
  71.      * @var double
  72.      */
  73.     private $numPedane 0;
  74.     /**
  75.      * @var DateTime
  76.      */
  77.     private $dataOrd null;
  78.     /**
  79.      * @var DateTime
  80.      */
  81.     private $dataConsCommessa null;
  82.     /**
  83.      * @var string
  84.      */
  85.     private $flagEvasoProd null;
  86.     /**
  87.      * @var string
  88.      */
  89.     private $gestione null;
  90.     /**
  91.      * @var Integer
  92.      */
  93.     private $numOrd 0;
  94.     /**
  95.      * @var string
  96.      */
  97.     private $descrizioneProd null;
  98.     /**
  99.      * @var string
  100.      */
  101.     private $codJfas null;
  102.     /**
  103.      * @var string
  104.      */
  105.     private $partitaMag null;
  106.     /**
  107.      * @var DateTime
  108.      */
  109.     private $dataScad null;
  110.     /**
  111.      * @var string
  112.      */
  113.     private $partitaMagSuggested null;
  114.     /**
  115.      * @var DateTime
  116.      */
  117.     private $dataScadSuggested null;
  118.     /**
  119.      * @var string
  120.      */
  121.     private $codProd null;
  122.     /**
  123.      * @var Integer
  124.      */
  125.     private $maxStep 0;
  126.     /**
  127.      * @var DateTime
  128.      */
  129.     private $dataInizProd null;
  130.     /**
  131.      * @var DateTime
  132.      */
  133.     private $dataIniz null;
  134.     /**
  135.      * @var DateTime
  136.      */
  137.     private $dataFine null;
  138.     /**
  139.      * @var double
  140.      */
  141.     private $qtaProd 0;
  142.     /**
  143.      * @var double
  144.      */
  145.     private $qtaTrasferite 0;
  146.     /**
  147.      * @var double
  148.      */
  149.     private $qtaBatchProd 0;
  150.     /**
  151.      * @var string
  152.      */
  153.     private $untMisProd null;
  154.     /**
  155.      * @var double
  156.      */
  157.     private $rapConvProd null;
  158.     /**
  159.      * @var double
  160.      */
  161.     private $pzTrasferiti 0;
  162.     /**
  163.      * @var double
  164.      */
  165.     private $udcTrasferiti 0;
  166.     /**
  167.      * @var string
  168.      */
  169.     private $stato null;
  170.     /**
  171.      * @var string
  172.      */
  173.     private $codTcolUl null;
  174.     /**
  175.      * @var string
  176.      */
  177.     private $codAnag null;
  178.     /**
  179.      * @var string
  180.      */
  181.     private $ragSocAnag null;
  182.     /**
  183.      * @var string
  184.      */
  185.     private $rifOrd null;
  186.     /**
  187.      * @var string
  188.      */
  189.     private $codVdes null;
  190.     /**
  191.      * @var string
  192.      */
  193.     private $codMdep null;
  194.     /**
  195.      * @var string
  196.      */
  197.     private $codJcom null;
  198.     /**
  199.      * @var string
  200.      */
  201.     private $noteLav null;
  202.     /**
  203.      * @var double
  204.      */
  205.     private $tempoTrascorso 0;
  206.     /**
  207.      * @var string
  208.      */
  209.     private $descCommessa null;
  210.     /**
  211.      * @var double
  212.      */
  213.     private $prodStd 0;
  214.     /**
  215.      * @var object
  216.      */
  217.     private $mtbColtToEdit null;
  218.     /**
  219.      * @var int
  220.      */
  221.     private $hrNum 0;
  222.     /**
  223.      * @var string
  224.      */
  225.     private $descrizioneAttivita null;
  226.     /**
  227.      * @var string
  228.      */
  229.     private $noteStep null;
  230.     /**
  231.      * @var string
  232.      */
  233.     private $descrizioneTcol null;
  234.     /**
  235.      * @var double
  236.      */
  237.     private $runTimeSec 0;
  238.     /**
  239.      * @var double
  240.      */
  241.     private $cumulativeRunTimeSec 0;
  242.     /**
  243.      * @var Integer
  244.      */
  245.     private $runTimeHour 0;
  246.     /**
  247.      * @var double
  248.      */
  249.     private $runTimeMin 0;
  250.     /**
  251.      * @var DateTime
  252.      */
  253.     private $runTimeEnd null;
  254.     /**
  255.      * @return DateTime|null
  256.      */
  257.     public function getDataOrdProd(): ?DateTime {
  258.         return $this->dataOrdProd;
  259.     }
  260.     /**
  261.      * @param DateTime|null $dataOrdProd
  262.      */
  263.     public function setDataOrdProd(?DateTime $dataOrdProd): void {
  264.         $this->dataOrdProd $dataOrdProd;
  265.     }
  266.     /**
  267.      * @return int
  268.      */
  269.     public function getNumOrdProd(): int {
  270.         return $this->numOrdProd;
  271.     }
  272.     /**
  273.      * @param int $numOrdProd
  274.      */
  275.     public function setNumOrdProd(int $numOrdProd): void {
  276.         $this->numOrdProd $numOrdProd;
  277.     }
  278.     /**
  279.      * @return int
  280.      */
  281.     public function getRigaOrdProd(): int {
  282.         return $this->rigaOrdProd;
  283.     }
  284.     /**
  285.      * @param int $rigaOrdProd
  286.      */
  287.     public function setRigaOrdProd(int $rigaOrdProd): void {
  288.         $this->rigaOrdProd $rigaOrdProd;
  289.     }
  290.     /**
  291.      * @return string|null
  292.      */
  293.     public function getFlagAvviabile(): ?string {
  294.         return $this->flagAvviabile;
  295.     }
  296.     /**
  297.      * @param string|null $flagAvviabile
  298.      */
  299.     public function setFlagAvviabile(?string $flagAvviabile): void {
  300.         $this->flagAvviabile $flagAvviabile;
  301.     }
  302.     /**
  303.      * @return string|null
  304.      */
  305.     public function getUntOrd(): ?string {
  306.         return $this->untOrd;
  307.     }
  308.     /**
  309.      * @param string|null $untOrd
  310.      */
  311.     public function setUntOrd(?string $untOrd): void {
  312.         $this->untOrd $untOrd;
  313.     }
  314.     /**
  315.      * @return float|int
  316.      */
  317.     public function getRapConv() {
  318.         return $this->rapConv;
  319.     }
  320.     /**
  321.      * @param float|int $rapConv
  322.      */
  323.     public function setRapConv($rapConv): void {
  324.         $this->rapConv $rapConv;
  325.     }
  326.     /**
  327.      * @return string|null
  328.      */
  329.     public function getUntOrd2(): ?string {
  330.         return $this->untOrd2;
  331.     }
  332.     /**
  333.      * @param string|null $untOrd2
  334.      */
  335.     public function setUntOrd2(?string $untOrd2): void {
  336.         $this->untOrd2 $untOrd2;
  337.     }
  338.     /**
  339.      * @return float|int
  340.      */
  341.     public function getRapConv2() {
  342.         return $this->rapConv2;
  343.     }
  344.     /**
  345.      * @param float|int $rapConv2
  346.      */
  347.     public function setRapConv2($rapConv2): void {
  348.         $this->rapConv2 $rapConv2;
  349.     }
  350.     /**
  351.      * @return string|null
  352.      */
  353.     public function getUntOrd3(): ?string {
  354.         return $this->untOrd3;
  355.     }
  356.     /**
  357.      * @param string|null $untOrd3
  358.      */
  359.     public function setUntOrd3(?string $untOrd3): void {
  360.         $this->untOrd3 $untOrd3;
  361.     }
  362.     /**
  363.      * @return float|int
  364.      */
  365.     public function getRapConv3() {
  366.         return $this->rapConv3;
  367.     }
  368.     /**
  369.      * @param float|int $rapConv3
  370.      */
  371.     public function setRapConv3($rapConv3): void {
  372.         $this->rapConv3 $rapConv3;
  373.     }
  374.     /**
  375.      * @return int
  376.      */
  377.     public function getPosRiga(): int {
  378.         return $this->posRiga;
  379.     }
  380.     /**
  381.      * @param int $posRiga
  382.      */
  383.     public function setPosRiga(int $posRiga): void {
  384.         $this->posRiga $posRiga;
  385.     }
  386.     /**
  387.      * @return float|int
  388.      */
  389.     public function getNumPezzi() {
  390.         return $this->numPezzi;
  391.     }
  392.     /**
  393.      * @param float|int $numPezzi
  394.      */
  395.     public function setNumPezzi($numPezzi): void {
  396.         $this->numPezzi $numPezzi;
  397.     }
  398.     /**
  399.      * @return float|int
  400.      */
  401.     public function getNumCnf() {
  402.         return $this->numCnf;
  403.     }
  404.     /**
  405.      * @param float|int $numCnf
  406.      */
  407.     public function setNumCnf($numCnf): void {
  408.         $this->numCnf $numCnf;
  409.     }
  410.     /**
  411.      * @return float|int
  412.      */
  413.     public function getQtaCnf() {
  414.         return $this->qtaCnf;
  415.     }
  416.     /**
  417.      * @param float|int $qtaCnf
  418.      */
  419.     public function setQtaCnf($qtaCnf): void {
  420.         $this->qtaCnf $qtaCnf;
  421.     }
  422.     /**
  423.      * @return int
  424.      */
  425.     public function getGgScadPartita(): int {
  426.         return $this->ggScadPartita;
  427.     }
  428.     /**
  429.      * @param int $ggScadPartita
  430.      */
  431.     public function setGgScadPartita(int $ggScadPartita): void {
  432.         $this->ggScadPartita $ggScadPartita;
  433.     }
  434.     /**
  435.      * @return float|int
  436.      */
  437.     public function getColliPedana() {
  438.         return $this->colliPedana;
  439.     }
  440.     /**
  441.      * @param float|int $colliPedana
  442.      */
  443.     public function setColliPedana($colliPedana): void {
  444.         $this->colliPedana $colliPedana;
  445.     }
  446.     /**
  447.      * @return float|int
  448.      */
  449.     public function getNumPedane() {
  450.         return $this->numPedane;
  451.     }
  452.     /**
  453.      * @param float|int $numPedane
  454.      */
  455.     public function setNumPedane($numPedane): void {
  456.         $this->numPedane $numPedane;
  457.     }
  458.     /**
  459.      * @return DateTime|null
  460.      */
  461.     public function getDataOrd(): ?DateTime {
  462.         return $this->dataOrd;
  463.     }
  464.     /**
  465.      * @param DateTime|null $dataOrd
  466.      */
  467.     public function setDataOrd(?DateTime $dataOrd): void {
  468.         $this->dataOrd $dataOrd;
  469.     }
  470.     /**
  471.      * @return DateTime|null
  472.      */
  473.     public function getDataConsCommessa(): ?DateTime {
  474.         return $this->dataConsCommessa;
  475.     }
  476.     /**
  477.      * @param DateTime|null $dataConsCommessa
  478.      */
  479.     public function setDataConsCommessa(?DateTime $dataConsCommessa): void {
  480.         $this->dataConsCommessa $dataConsCommessa;
  481.     }
  482.     /**
  483.      * @return string|null
  484.      */
  485.     public function getFlagEvasoProd(): ?string {
  486.         return $this->flagEvasoProd;
  487.     }
  488.     /**
  489.      * @param string|null $flagEvasoProd
  490.      */
  491.     public function setFlagEvasoProd(?string $flagEvasoProd): void {
  492.         $this->flagEvasoProd $flagEvasoProd;
  493.     }
  494.     /**
  495.      * @return string|null
  496.      */
  497.     public function getGestione(): ?string {
  498.         return $this->gestione;
  499.     }
  500.     /**
  501.      * @param string|null $gestione
  502.      */
  503.     public function setGestione(?string $gestione): void {
  504.         $this->gestione $gestione;
  505.     }
  506.     /**
  507.      * @return int
  508.      */
  509.     public function getNumOrd(): int {
  510.         return $this->numOrd;
  511.     }
  512.     /**
  513.      * @param int $numOrd
  514.      */
  515.     public function setNumOrd(int $numOrd): void {
  516.         $this->numOrd $numOrd;
  517.     }
  518.     /**
  519.      * @return string|null
  520.      */
  521.     public function getDescrizioneProd(): ?string {
  522.         return $this->descrizioneProd;
  523.     }
  524.     /**
  525.      * @param string|null $descrizioneProd
  526.      */
  527.     public function setDescrizioneProd(?string $descrizioneProd): void {
  528.         $this->descrizioneProd $descrizioneProd;
  529.     }
  530.     /**
  531.      * @return string|null
  532.      */
  533.     public function getCodJfas(): ?string {
  534.         return $this->codJfas;
  535.     }
  536.     /**
  537.      * @param string|null $codJfas
  538.      */
  539.     public function setCodJfas(?string $codJfas): void {
  540.         $this->codJfas $codJfas;
  541.     }
  542.     /**
  543.      * @return string|null
  544.      */
  545.     public function getPartitaMag(): ?string {
  546.         return $this->partitaMag;
  547.     }
  548.     /**
  549.      * @param string|null $partitaMag
  550.      */
  551.     public function setPartitaMag(?string $partitaMag): void {
  552.         $this->partitaMag $partitaMag;
  553.     }
  554.     /**
  555.      * @return DateTime|null
  556.      */
  557.     public function getDataScad(): ?DateTime {
  558.         return $this->dataScad;
  559.     }
  560.     /**
  561.      * @param DateTime|null $dataScad
  562.      */
  563.     public function setDataScad(?DateTime $dataScad): void {
  564.         $this->dataScad $dataScad;
  565.     }
  566.     /**
  567.      * @return string|null
  568.      */
  569.     public function getPartitaMagSuggested(): ?string {
  570.         return $this->partitaMagSuggested;
  571.     }
  572.     /**
  573.      * @param string|null $partitaMagSuggested
  574.      */
  575.     public function setPartitaMagSuggested(?string $partitaMagSuggested): void {
  576.         $this->partitaMagSuggested $partitaMagSuggested;
  577.     }
  578.     /**
  579.      * @return DateTime|null
  580.      */
  581.     public function getDataScadSuggested(): ?DateTime {
  582.         return $this->dataScadSuggested;
  583.     }
  584.     /**
  585.      * @param DateTime|null $dataScadSuggested
  586.      */
  587.     public function setDataScadSuggested(?DateTime $dataScadSuggested): void {
  588.         $this->dataScadSuggested $dataScadSuggested;
  589.     }
  590.     /**
  591.      * @return string|null
  592.      */
  593.     public function getCodProd(): ?string {
  594.         return $this->codProd;
  595.     }
  596.     /**
  597.      * @param string|null $codProd
  598.      */
  599.     public function setCodProd(?string $codProd): void {
  600.         $this->codProd $codProd;
  601.     }
  602.     /**
  603.      * @return int
  604.      */
  605.     public function getMaxStep(): int {
  606.         return $this->maxStep;
  607.     }
  608.     /**
  609.      * @param int $maxStep
  610.      */
  611.     public function setMaxStep(int $maxStep): void {
  612.         $this->maxStep $maxStep;
  613.     }
  614.     /**
  615.      * @return DateTime|null
  616.      */
  617.     public function getDataInizProd(): ?DateTime {
  618.         return $this->dataInizProd;
  619.     }
  620.     /**
  621.      * @param DateTime|null $dataInizProd
  622.      */
  623.     public function setDataInizProd(?DateTime $dataInizProd): void {
  624.         $this->dataInizProd $dataInizProd;
  625.     }
  626.     /**
  627.      * @return DateTime|null
  628.      */
  629.     public function getDataIniz(): ?DateTime {
  630.         return $this->dataIniz;
  631.     }
  632.     /**
  633.      * @param DateTime|null $dataIniz
  634.      */
  635.     public function setDataIniz(?DateTime $dataIniz): void {
  636.         $this->dataIniz $dataIniz;
  637.     }
  638.     /**
  639.      * @return DateTime|null
  640.      */
  641.     public function getDataFine(): ?DateTime {
  642.         return $this->dataFine;
  643.     }
  644.     /**
  645.      * @param DateTime|null $dataFine
  646.      */
  647.     public function setDataFine(?DateTime $dataFine): void {
  648.         $this->dataFine $dataFine;
  649.     }
  650.     /**
  651.      * @return float|int
  652.      */
  653.     public function getQtaProd() {
  654.         return $this->qtaProd;
  655.     }
  656.     /**
  657.      * @param float|int $qtaProd
  658.      */
  659.     public function setQtaProd($qtaProd): void {
  660.         $this->qtaProd $qtaProd;
  661.     }
  662.     /**
  663.      * @return float|int
  664.      */
  665.     public function getQtaTrasferite() {
  666.         return $this->qtaTrasferite;
  667.     }
  668.     /**
  669.      * @param float|int $qtaTrasferite
  670.      */
  671.     public function setQtaTrasferite($qtaTrasferite): void {
  672.         $this->qtaTrasferite $qtaTrasferite;
  673.     }
  674.     /**
  675.      * @return float|int
  676.      */
  677.     public function getQtaBatchProd() {
  678.         return $this->qtaBatchProd;
  679.     }
  680.     /**
  681.      * @param float|int $qtaBatchProd
  682.      */
  683.     public function setQtaBatchProd($qtaBatchProd): void {
  684.         $this->qtaBatchProd $qtaBatchProd;
  685.     }
  686.     /**
  687.      * @return string|null
  688.      */
  689.     public function getUntMisProd(): ?string {
  690.         return $this->untMisProd;
  691.     }
  692.     /**
  693.      * @param string|null $untMisProd
  694.      */
  695.     public function setUntMisProd(?string $untMisProd): void {
  696.         $this->untMisProd $untMisProd;
  697.     }
  698.     /**
  699.      * @return float|null
  700.      */
  701.     public function getRapConvProd(): ?float {
  702.         return $this->rapConvProd;
  703.     }
  704.     /**
  705.      * @param float|null $rapConvProd
  706.      */
  707.     public function setRapConvProd(?float $rapConvProd): void {
  708.         $this->rapConvProd $rapConvProd;
  709.     }
  710.     /**
  711.      * @return float|int
  712.      */
  713.     public function getPzTrasferiti() {
  714.         return $this->pzTrasferiti;
  715.     }
  716.     /**
  717.      * @param float|int $pzTrasferiti
  718.      */
  719.     public function setPzTrasferiti($pzTrasferiti): void {
  720.         $this->pzTrasferiti $pzTrasferiti;
  721.     }
  722.     /**
  723.      * @return float|int
  724.      */
  725.     public function getUdcTrasferiti() {
  726.         return $this->udcTrasferiti;
  727.     }
  728.     /**
  729.      * @param float|int $udcTrasferiti
  730.      */
  731.     public function setUdcTrasferiti($udcTrasferiti): void {
  732.         $this->udcTrasferiti $udcTrasferiti;
  733.     }
  734.     /**
  735.      * @return string|null
  736.      */
  737.     public function getStato(): ?string {
  738.         return $this->stato;
  739.     }
  740.     /**
  741.      * @param string|null $stato
  742.      */
  743.     public function setStato(?string $stato): void {
  744.         $this->stato $stato;
  745.     }
  746.     /**
  747.      * @return string|null
  748.      */
  749.     public function getCodTcolUl(): ?string {
  750.         return $this->codTcolUl;
  751.     }
  752.     /**
  753.      * @param string|null $codTcolUl
  754.      */
  755.     public function setCodTcolUl(?string $codTcolUl): void {
  756.         $this->codTcolUl $codTcolUl;
  757.     }
  758.     /**
  759.      * @return string|null
  760.      */
  761.     public function getCodAnag(): ?string {
  762.         return $this->codAnag;
  763.     }
  764.     /**
  765.      * @param string|null $codAnag
  766.      */
  767.     public function setCodAnag(?string $codAnag): void {
  768.         $this->codAnag $codAnag;
  769.     }
  770.     /**
  771.      * @return string|null
  772.      */
  773.     public function getRagSocAnag(): ?string {
  774.         return $this->ragSocAnag;
  775.     }
  776.     /**
  777.      * @param string|null $ragSocAnag
  778.      */
  779.     public function setRagSocAnag(?string $ragSocAnag): void {
  780.         $this->ragSocAnag $ragSocAnag;
  781.     }
  782.     /**
  783.      * @return string|null
  784.      */
  785.     public function getRifOrd(): ?string {
  786.         return $this->rifOrd;
  787.     }
  788.     /**
  789.      * @param string|null $rifOrd
  790.      */
  791.     public function setRifOrd(?string $rifOrd): void {
  792.         $this->rifOrd $rifOrd;
  793.     }
  794.     /**
  795.      * @return string|null
  796.      */
  797.     public function getCodVdes(): ?string {
  798.         return $this->codVdes;
  799.     }
  800.     /**
  801.      * @param string|null $codVdes
  802.      */
  803.     public function setCodVdes(?string $codVdes): void {
  804.         $this->codVdes $codVdes;
  805.     }
  806.     /**
  807.      * @return string|null
  808.      */
  809.     public function getCodMdep(): ?string {
  810.         return $this->codMdep;
  811.     }
  812.     /**
  813.      * @param string|null $codMdep
  814.      */
  815.     public function setCodMdep(?string $codMdep): void {
  816.         $this->codMdep $codMdep;
  817.     }
  818.     /**
  819.      * @return string|null
  820.      */
  821.     public function getCodJcom(): ?string {
  822.         return $this->codJcom;
  823.     }
  824.     /**
  825.      * @param string|null $codJcom
  826.      */
  827.     public function setCodJcom(?string $codJcom): void {
  828.         $this->codJcom $codJcom;
  829.     }
  830.     /**
  831.      * @return string|null
  832.      */
  833.     public function getNoteLav(): ?string {
  834.         return $this->noteLav;
  835.     }
  836.     /**
  837.      * @param string|null $noteLav
  838.      */
  839.     public function setNoteLav(?string $noteLav): void {
  840.         $this->noteLav $noteLav;
  841.     }
  842.     /**
  843.      * @return float|int
  844.      */
  845.     public function getTempoTrascorso() {
  846.         return $this->tempoTrascorso;
  847.     }
  848.     /**
  849.      * @param float|int $tempoTrascorso
  850.      */
  851.     public function setTempoTrascorso($tempoTrascorso): void {
  852.         $this->tempoTrascorso $tempoTrascorso;
  853.     }
  854.     /**
  855.      * @return string|null
  856.      */
  857.     public function getDescCommessa(): ?string {
  858.         return $this->descCommessa;
  859.     }
  860.     /**
  861.      * @param string|null $descCommessa
  862.      */
  863.     public function setDescCommessa(?string $descCommessa): void {
  864.         $this->descCommessa $descCommessa;
  865.     }
  866.     /**
  867.      * @return float|int
  868.      */
  869.     public function getProdStd() {
  870.         return $this->prodStd;
  871.     }
  872.     /**
  873.      * @param float|int $prodStd
  874.      */
  875.     public function setProdStd($prodStd): void {
  876.         $this->prodStd $prodStd;
  877.     }
  878.     /**
  879.      * @return object|null
  880.      */
  881.     public function getMtbColtToEdit(): ?object {
  882.         return $this->mtbColtToEdit;
  883.     }
  884.     /**
  885.      * @param object|null $mtbColtToEdit
  886.      */
  887.     public function setMtbColtToEdit(?object $mtbColtToEdit): void {
  888.         $this->mtbColtToEdit $mtbColtToEdit;
  889.     }
  890.     /**
  891.      * @return int
  892.      */
  893.     public function getHrNum(): int {
  894.         return $this->hrNum;
  895.     }
  896.     /**
  897.      * @param int $hrNum
  898.      */
  899.     public function setHrNum(int $hrNum): void {
  900.         $this->hrNum $hrNum;
  901.     }
  902.     /**
  903.      * @return string|null
  904.      */
  905.     public function getDescrizioneAttivita(): ?string {
  906.         return $this->descrizioneAttivita;
  907.     }
  908.     /**
  909.      * @param string|null $descrizioneAttivita
  910.      */
  911.     public function setDescrizioneAttivita(?string $descrizioneAttivita): void {
  912.         $this->descrizioneAttivita $descrizioneAttivita;
  913.     }
  914.     /**
  915.      * @return string|null
  916.      */
  917.     public function getNoteStep(): ?string {
  918.         return $this->noteStep;
  919.     }
  920.     /**
  921.      * @param string|null $noteStep
  922.      */
  923.     public function setNoteStep(?string $noteStep): void {
  924.         $this->noteStep $noteStep;
  925.     }
  926.     /**
  927.      * @return string|null
  928.      */
  929.     public function getDescrizioneTcol(): ?string {
  930.         return $this->descrizioneTcol;
  931.     }
  932.     /**
  933.      * @param string|null $descrizioneTcol
  934.      */
  935.     public function setDescrizioneTcol(?string $descrizioneTcol): void {
  936.         $this->descrizioneTcol $descrizioneTcol;
  937.     }
  938.     /**
  939.      * @return float|int
  940.      */
  941.     public function getRunTimeSec() {
  942.         return $this->runTimeSec;
  943.     }
  944.     /**
  945.      * @param float|int $runTimeSec
  946.      */
  947.     public function setRunTimeSec($runTimeSec): void {
  948.         $this->runTimeSec $runTimeSec;
  949.     }
  950.     /**
  951.      * @return float|int
  952.      */
  953.     public function getCumulativeRunTimeSec() {
  954.         return $this->cumulativeRunTimeSec;
  955.     }
  956.     /**
  957.      * @param float|int $cumulativeRunTimeSec
  958.      */
  959.     public function setCumulativeRunTimeSec($cumulativeRunTimeSec): void {
  960.         $this->cumulativeRunTimeSec $cumulativeRunTimeSec;
  961.     }
  962.     /**
  963.      * @return int
  964.      */
  965.     public function getRunTimeHour(): int {
  966.         return $this->runTimeHour;
  967.     }
  968.     /**
  969.      * @param int $runTimeHour
  970.      */
  971.     public function setRunTimeHour(int $runTimeHour): void {
  972.         $this->runTimeHour $runTimeHour;
  973.     }
  974.     /**
  975.      * @return float|int
  976.      */
  977.     public function getRunTimeMin() {
  978.         return $this->runTimeMin;
  979.     }
  980.     /**
  981.      * @param float|int $runTimeMin
  982.      */
  983.     public function setRunTimeMin($runTimeMin): void {
  984.         $this->runTimeMin $runTimeMin;
  985.     }
  986.     /**
  987.      * @return DateTime|null
  988.      */
  989.     public function getRunTimeEnd(): ?DateTime {
  990.         return $this->runTimeEnd;
  991.     }
  992.     /**
  993.      * @param DateTime|null $runTimeEnd
  994.      */
  995.     public function setRunTimeEnd(?DateTime $runTimeEnd): void {
  996.         $this->runTimeEnd $runTimeEnd;
  997.     }
  998.     public function fromDto($dto) {
  999.         $this->dataOrdProd $this->getFromDto($dto"dataOrdProd");
  1000.         $this->numOrdProd $this->getFromDto($dto"numOrdProd");
  1001.         $this->rigaOrdProd $this->getFromDto($dto"rigaOrdProd");
  1002.         $this->flagAvviabile $this->getFromDto($dto"flagAvviabile");
  1003.         $this->untOrd $this->getFromDto($dto"untOrd");
  1004.         $this->rapConv $this->getFromDto($dto"rapConv");
  1005.         $this->untOrd2 $this->getFromDto($dto"untOrd2");
  1006.         $this->rapConv2 $this->getFromDto($dto"rapConv2");
  1007.         $this->untOrd3 $this->getFromDto($dto"untOrd3");
  1008.         $this->rapConv3 $this->getFromDto($dto"rapConv3");
  1009.         $this->posRiga $this->getFromDto($dto"posRiga");
  1010.         $this->numPezzi $this->getFromDto($dto"numPezzi");
  1011.         $this->numCnf $this->getFromDto($dto"numCnf");
  1012.         $this->qtaCnf $this->getFromDto($dto"qtaCnf");
  1013.         $this->ggScadPartita $this->getFromDto($dto"ggScadPartita");
  1014.         $this->colliPedana $this->getFromDto($dto"colliPedana");
  1015.         $this->numPedane $this->getFromDto($dto"numPedane");
  1016.         $this->dataOrd $this->getFromDto($dto"dataOrd");
  1017.         $this->dataConsCommessa $this->getFromDto($dto"dataConsCommessa");
  1018.         $this->flagEvasoProd $this->getFromDto($dto"flagEvasoProd");
  1019.         $this->gestione $this->getFromDto($dto"gestione");
  1020.         $this->numOrd $this->getFromDto($dto"numOrd");
  1021.         $this->descrizioneProd $this->getFromDto($dto"descrizioneProd");
  1022.         $this->codJfas $this->getFromDto($dto"codJfas");
  1023.         $this->partitaMag $this->getFromDto($dto"partitaMag");
  1024.         $this->dataScad $this->getFromDto($dto"dataScad");
  1025.         $this->partitaMagSuggested $this->getFromDto($dto"partitaMagSuggested");
  1026.         $this->dataScadSuggested $this->getFromDto($dto"dataScadSuggested");
  1027.         $this->codProd $this->getFromDto($dto"codProd");
  1028.         $this->maxStep $this->getFromDto($dto"maxStep");
  1029.         $this->dataInizProd $this->getFromDto($dto"dataInizProd");
  1030.         $this->dataIniz $this->getFromDto($dto"dataIniz");
  1031.         $this->dataFine $this->getFromDto($dto"dataFine");
  1032.         $this->qtaProd $this->getFromDto($dto"qtaProd");
  1033.         $this->qtaTrasferite $this->getFromDto($dto"qtaTrasferite");
  1034.         $this->qtaBatchProd $this->getFromDto($dto"qtaBatchProd");
  1035.         $this->untMisProd $this->getFromDto($dto"untMisProd");
  1036.         $this->rapConvProd $this->getFromDto($dto"rapConvProd");
  1037.         $this->pzTrasferiti $this->getFromDto($dto"pzTrasferiti");
  1038.         $this->udcTrasferiti $this->getFromDto($dto"udcTrasferiti");
  1039.         $this->stato $this->getFromDto($dto"stato");
  1040.         $this->codTcolUl $this->getFromDto($dto"codTcolUl");
  1041.         $this->codAnag $this->getFromDto($dto"codAnag");
  1042.         $this->ragSocAnag $this->getFromDto($dto"ragSocAnag");
  1043.         $this->rifOrd $this->getFromDto($dto"rifOrd");
  1044.         $this->codVdes $this->getFromDto($dto"codVdes");
  1045.         $this->codMdep $this->getFromDto($dto"codMdep");
  1046.         $this->codJcom $this->getFromDto($dto"codJcom");
  1047.         $this->noteLav $this->getFromDto($dto"noteLav");
  1048.         $this->tempoTrascorso $this->getFromDto($dto"tempoTrascorso");
  1049.         $this->descCommessa $this->getFromDto($dto"descCommessa");
  1050.         $this->prodStd $this->getFromDto($dto"prodStd");
  1051.         $this->mtbColtToEdit $this->getFromDto($dto"mtbColtToEdit");
  1052.         $this->hrNum $this->getFromDto($dto"hrNum");
  1053.         $this->descrizioneAttivita $this->getFromDto($dto"descrizioneAttivita");
  1054.         $this->noteStep $this->getFromDto($dto"noteStep");
  1055.         $this->descrizioneTcol $this->getFromDto($dto"descrizioneTcol");
  1056.         $this->runTimeSec $this->getFromDto($dto"runTimeSec");
  1057.         $this->cumulativeRunTimeSec $this->getFromDto($dto"cumulativeRunTimeSec");
  1058.         $this->runTimeHour $this->getFromDto($dto"runTimeHour");
  1059.         $this->runTimeMin $this->getFromDto($dto"runTimeMin");
  1060.         $this->runTimeEnd $this->getFromDto($dto"runTimeEnd");
  1061.     }
  1062.     public function getType() {
  1063.         return null;
  1064.     }
  1065.     public function jsonSerialize() {
  1066.         return [
  1067.             "dataOrdProd" => $this->getForDto($this->dataOrdProd),
  1068.             "numOrdProd" => $this->getForDto($this->numOrdProd),
  1069.             "rigaOrdProd" => $this->getForDto($this->rigaOrdProd),
  1070.             "flagAvviabile" => $this->getForDto($this->flagAvviabile),
  1071.             "untOrd" => $this->getForDto($this->untOrd),
  1072.             "rapConv" => $this->getForDto($this->rapConv),
  1073.             "untOrd2" => $this->getForDto($this->untOrd2),
  1074.             "rapConv2" => $this->getForDto($this->rapConv2),
  1075.             "untOrd3" => $this->getForDto($this->untOrd3),
  1076.             "rapConv3" => $this->getForDto($this->rapConv3),
  1077.             "posRiga" => $this->getForDto($this->posRiga),
  1078.             "numPezzi" => $this->getForDto($this->numPezzi),
  1079.             "numCnf" => $this->getForDto($this->numCnf),
  1080.             "qtaCnf" => $this->getForDto($this->qtaCnf),
  1081.             "ggScadPartita" => $this->getForDto($this->ggScadPartita),
  1082.             "colliPedana" => $this->getForDto($this->colliPedana),
  1083.             "numPedane" => $this->getForDto($this->numPedane),
  1084.             "dataOrd" => $this->getForDto($this->dataOrd),
  1085.             "dataConsCommessa" => $this->getForDto($this->dataConsCommessa),
  1086.             "flagEvasoProd" => $this->getForDto($this->flagEvasoProd),
  1087.             "gestione" => $this->getForDto($this->gestione),
  1088.             "numOrd" => $this->getForDto($this->numOrd),
  1089.             "descrizioneProd" => $this->getForDto($this->descrizioneProd),
  1090.             "codJfas" => $this->getForDto($this->codJfas),
  1091.             "partitaMag" => $this->getForDto($this->partitaMag),
  1092.             "dataScad" => $this->getForDto($this->dataScad),
  1093.             "partitaMagSuggested" => $this->getForDto($this->partitaMagSuggested),
  1094.             "dataScadSuggested" => $this->getForDto($this->dataScadSuggested),
  1095.             "codProd" => $this->getForDto($this->codProd),
  1096.             "maxStep" => $this->getForDto($this->maxStep),
  1097.             "dataInizProd" => $this->getForDto($this->dataInizProd),
  1098.             "dataIniz" => $this->getForDto($this->dataIniz),
  1099.             "dataFine" => $this->getForDto($this->dataFine),
  1100.             "qtaProd" => $this->getForDto($this->qtaProd),
  1101.             "qtaTrasferite" => $this->getForDto($this->qtaTrasferite),
  1102.             "qtaBatchProd" => $this->getForDto($this->qtaBatchProd),
  1103.             "untMisProd" => $this->getForDto($this->untMisProd),
  1104.             "rapConvProd" => $this->getForDto($this->rapConvProd),
  1105.             "pzTrasferiti" => $this->getForDto($this->pzTrasferiti),
  1106.             "udcTrasferiti" => $this->getForDto($this->udcTrasferiti),
  1107.             "stato" => $this->getForDto($this->stato),
  1108.             "codTcolUl" => $this->getForDto($this->codTcolUl),
  1109.             "codAnag" => $this->getForDto($this->codAnag),
  1110.             "ragSocAnag" => $this->getForDto($this->ragSocAnag),
  1111.             "rifOrd" => $this->getForDto($this->rifOrd),
  1112.             "codVdes" => $this->getForDto($this->codVdes),
  1113.             "codMdep" => $this->getForDto($this->codMdep),
  1114.             "codJcom" => $this->getForDto($this->codJcom),
  1115.             "noteLav" => $this->getForDto($this->noteLav),
  1116.             "tempoTrascorso" => $this->getForDto($this->tempoTrascorso),
  1117.             "descCommessa" => $this->getForDto($this->descCommessa),
  1118.             "prodStd" => $this->getForDto($this->prodStd),
  1119.             "mtbColtToEdit" => $this->getForDto($this->mtbColtToEdit),
  1120.             "hrNum" => $this->getForDto($this->hrNum),
  1121.             "descrizioneAttivita" => $this->getForDto($this->descrizioneAttivita),
  1122.             "noteStep" => $this->getForDto($this->noteStep),
  1123.             "descrizioneTcol" => $this->getForDto($this->descrizioneTcol),
  1124.             "runTimeSec" => $this->getForDto($this->runTimeSec),
  1125.             "cumulativeRunTimeSec" => $this->getForDto($this->cumulativeRunTimeSec),
  1126.             "runTimeHour" => $this->getForDto($this->runTimeHour),
  1127.             "runTimeMin" => $this->getForDto($this->runTimeMin),
  1128.             "runTimeEnd" => $this->getForDto($this->runTimeEnd),
  1129.         ];
  1130.     }
  1131. }