<?php
namespace App\Entity;
use DateTime;
class DtbOrdt extends AbstractEntityBase
{
/**
* @var DateTime
*/
private $dataOrd;
/**
* @var string
*/
private $gestione;
/**
* @var int
*/
private $numOrd;
/**
* @var float
*/
private $acconto;
/**
* @var string
*/
private $activityId;
/**
* @var string
*/
private $activityTypeId;
/**
* @var string
*/
private $aspettoBeni;
/**
* @var string
*/
private $causaleTrasp;
/**
* @var string
*/
private $codAbi;
/**
* @var string
*/
private $codAnag;
/**
* @var string
*/
private $codAuto;
/**
* @var string
*/
private $codBanc;
/**
* @var string
*/
private $codBancAzi;
/**
* @var string
*/
private $codCab;
/**
* @var string
*/
private $codDgrpArt;
/**
* @var string
*/
private $codDivi;
/**
* @var string
*/
private $codEtic;
/**
* @var string
*/
private $codFornTd;
/**
* @var string
*/
private $codJcom;
/**
* @var string
*/
private $codJfas;
/**
* @var string
*/
private $codMdep;
/**
* @var string
*/
private $codPaga;
/**
* @var string
*/
private $codProd;
/**
* @var string
*/
private $codTcolUi;
/**
* @var string
*/
private $codTcolUl;
/**
* @var string
*/
private $codVage;
/**
* @var string
*/
private $codVage2;
/**
* @var string
*/
private $codVdes;
/**
* @var string
*/
private $codVvet;
/**
* @var string
*/
private $codVvet2;
/**
* @var string
*/
private $codVzon;
/**
* @var float
*/
private $colliPedana;
/**
* @var string
*/
private $compilatoDa;
/**
* @var string
*/
private $controllatoDa;
/**
* @var DateTime
*/
private $dataConsProd;
/**
* @var DateTime
*/
private $dataConsProdMax;
/**
* @var DateTime
*/
private $dataEsportazione;
/**
* @var DateTime
*/
private $dataConferma;
/**
* @var DateTime
*/
private $dataInizProd;
/**
* @var DateTime
*/
private $dataInizTrasp;
/**
* @var DateTime
*/
private $dataInsOrd;
/**
* @var DateTime
*/
private $dataOrdRif;
/**
* @var DateTime
*/
private $rifDataOrd;
/**
* @var DateTime
*/
private $dataRicezione;
/**
* @var DateTime
*/
private $dataRifScad;
/**
* @var DateTime
*/
private $dataUltMod;
/**
* @var string
*/
private $descrEstesaProd;
/**
* @var string
*/
private $descrizionePaga;
/**
* @var string
*/
private $descrizioneProd;
/**
* @var string
*/
private $eanFidelity;
/**
* @var string
*/
private $flagAnnulla;
/**
* @var string
*/
private $flagEscRoyal;
/**
* @var string
*/
private $flagEvasoForzato;
/**
* @var string
*/
private $flagEvasoProd;
/**
* @var string
*/
private $flagPrzScontati;
/**
* @var string
*/
private $flagSospeso;
/**
* @var string
*/
private $flagTipologia;
/**
* @var string
*/
private $gestioneRif;
/**
* @var string
*/
private $itemId;
/**
* @var string
*/
private $listino;
/**
* @var int
*/
private $livello;
/**
* @var string
*/
private $mezzo;
/**
* @var string
*/
private $modificatoDa;
/**
* @var float
*/
private $nettoMerce;
/**
* @var float
*/
private $nolo;
/**
* @var string
*/
private $note;
/**
* @var string
*/
private $numColli;
/**
* @var string
*/
private $numCons;
/**
* @var int
*/
private $numFase;
/**
* @var int
*/
private $numOrdProvv;
/**
* @var int
*/
private $numOrdRif;
/**
* @var string
*/
private $rifNumOrd;
/**
* @var string
*/
private $partitaMag;
/**
* @var float
*/
private $percEsclStat;
/**
* @var string
*/
private $personaRif;
/**
* @var string
*/
private $peso;
/**
* @var string
*/
private $porto;
/**
* @var float
*/
private $qtaEvasaProd;
/**
* @var float
*/
private $qtaPrenotataRep;
/**
* @var float
*/
private $qtaProd;
/**
* @var float
*/
private $rapConvProd;
/**
* @var string
*/
private $rfid;
/**
* @var string
*/
private $rifOrd;
/**
* @var int
*/
private $rigaOrdRif;
/**
* @var float
*/
private $sconto1;
/**
* @var float
*/
private $sconto2;
/**
* @var float
*/
private $sconto3;
/**
* @var float
*/
private $sconto4;
/**
* @var string
*/
private $serie;
/**
* @var string
*/
private $termCons;
/**
* @var string
*/
private $tipoAnag;
/**
* @var int
*/
private $totFasi;
/**
* @var float
*/
private $totImponib;
/**
* @var float
*/
private $totIva;
/**
* @var float
*/
private $totMerce;
/**
* @var float
*/
private $totOmaggi;
/**
* @var float
*/
private $totProvvig;
/**
* @var string
*/
private $untMisProd;
/**
* @var string
*/
private $flagPrzIva;
/**
* @var string
*/
private $noteConferma;
/**
* @var string
*/
private $codJflav;
/**
* @var string
*/
private $targa;
/**
* @var int
*/
private $postiPallet;
/**
* @var DtbOrdr[]
*/
private $dtbOrdr = [];
/**
* @return DateTime
*/
public function getDataOrd(): DateTime
{
return $this->dataOrd;
}
/**
* @param DateTime $dataOrd
*/
public function setDataOrd(DateTime $dataOrd): void
{
$this->dataOrd = $dataOrd;
}
/**
* @return string
*/
public function getGestione(): string
{
return $this->gestione;
}
/**
* @param string $gestione
*/
public function setGestione(string $gestione): void
{
$this->gestione = $gestione;
}
/**
* @return int
*/
public function getNumOrd(): int
{
return $this->numOrd;
}
/**
* @param int $numOrd
*/
public function setNumOrd(int $numOrd): void
{
$this->numOrd = $numOrd;
}
/**
* @return float
*/
public function getAcconto(): float
{
return $this->acconto;
}
/**
* @param float $acconto
*/
public function setAcconto(float $acconto): void
{
$this->acconto = $acconto;
}
/**
* @return string
*/
public function getActivityId(): string
{
return $this->activityId;
}
/**
* @param string $activityId
*/
public function setActivityId(string $activityId): void
{
$this->activityId = $activityId;
}
/**
* @return string
*/
public function getActivityTypeId(): string
{
return $this->activityTypeId;
}
/**
* @param string $activityTypeId
*/
public function setActivityTypeId(string $activityTypeId): void
{
$this->activityTypeId = $activityTypeId;
}
/**
* @return string
*/
public function getAspettoBeni(): string
{
return $this->aspettoBeni;
}
/**
* @param string $aspettoBeni
*/
public function setAspettoBeni(string $aspettoBeni): void
{
$this->aspettoBeni = $aspettoBeni;
}
/**
* @return string
*/
public function getCausaleTrasp(): string
{
return $this->causaleTrasp;
}
/**
* @param string $causaleTrasp
*/
public function setCausaleTrasp(string $causaleTrasp): void
{
$this->causaleTrasp = $causaleTrasp;
}
/**
* @return string
*/
public function getCodAbi(): string
{
return $this->codAbi;
}
/**
* @param string $codAbi
*/
public function setCodAbi(string $codAbi): void
{
$this->codAbi = $codAbi;
}
/**
* @return string
*/
public function getCodAnag(): string
{
return $this->codAnag;
}
/**
* @param string $codAnag
*/
public function setCodAnag(string $codAnag): void
{
$this->codAnag = $codAnag;
}
/**
* @return string
*/
public function getCodAuto(): string
{
return $this->codAuto;
}
/**
* @param string $codAuto
*/
public function setCodAuto(string $codAuto): void
{
$this->codAuto = $codAuto;
}
/**
* @return string
*/
public function getCodBanc(): string
{
return $this->codBanc;
}
/**
* @param string $codBanc
*/
public function setCodBanc(string $codBanc): void
{
$this->codBanc = $codBanc;
}
/**
* @return string
*/
public function getCodBancAzi(): string
{
return $this->codBancAzi;
}
/**
* @param string $codBancAzi
*/
public function setCodBancAzi(string $codBancAzi): void
{
$this->codBancAzi = $codBancAzi;
}
/**
* @return string
*/
public function getCodCab(): string
{
return $this->codCab;
}
/**
* @param string $codCab
*/
public function setCodCab(string $codCab): void
{
$this->codCab = $codCab;
}
/**
* @return string
*/
public function getCodDgrpArt(): string
{
return $this->codDgrpArt;
}
/**
* @param string $codDgrpArt
*/
public function setCodDgrpArt(string $codDgrpArt): void
{
$this->codDgrpArt = $codDgrpArt;
}
/**
* @return string
*/
public function getCodDivi(): string
{
return $this->codDivi;
}
/**
* @param string $codDivi
*/
public function setCodDivi(string $codDivi): void
{
$this->codDivi = $codDivi;
}
/**
* @return string
*/
public function getCodEtic(): string
{
return $this->codEtic;
}
/**
* @param string $codEtic
*/
public function setCodEtic(string $codEtic): void
{
$this->codEtic = $codEtic;
}
/**
* @return string
*/
public function getCodFornTd(): string
{
return $this->codFornTd;
}
/**
* @param string $codFornTd
*/
public function setCodFornTd(string $codFornTd): void
{
$this->codFornTd = $codFornTd;
}
/**
* @return string
*/
public function getCodJcom(): string
{
return $this->codJcom;
}
/**
* @param string $codJcom
*/
public function setCodJcom(string $codJcom): void
{
$this->codJcom = $codJcom;
}
/**
* @return string
*/
public function getCodJfas(): string
{
return $this->codJfas;
}
/**
* @param string $codJfas
*/
public function setCodJfas(string $codJfas): void
{
$this->codJfas = $codJfas;
}
/**
* @return string
*/
public function getCodMdep(): string
{
return $this->codMdep;
}
/**
* @param string $codMdep
*/
public function setCodMdep(string $codMdep): void
{
$this->codMdep = $codMdep;
}
/**
* @return string
*/
public function getCodPaga(): string
{
return $this->codPaga;
}
/**
* @param string $codPaga
*/
public function setCodPaga(string $codPaga): void
{
$this->codPaga = $codPaga;
}
/**
* @return string
*/
public function getCodProd(): string
{
return $this->codProd;
}
/**
* @param string $codProd
*/
public function setCodProd(string $codProd): void
{
$this->codProd = $codProd;
}
/**
* @return string
*/
public function getCodTcolUi(): string
{
return $this->codTcolUi;
}
/**
* @param string $codTcolUi
*/
public function setCodTcolUi(string $codTcolUi): void
{
$this->codTcolUi = $codTcolUi;
}
/**
* @return string
*/
public function getCodTcolUl(): string
{
return $this->codTcolUl;
}
/**
* @param string $codTcolUl
*/
public function setCodTcolUl(string $codTcolUl): void
{
$this->codTcolUl = $codTcolUl;
}
/**
* @return string
*/
public function getCodVage(): string
{
return $this->codVage;
}
/**
* @param string $codVage
*/
public function setCodVage(string $codVage): void
{
$this->codVage = $codVage;
}
/**
* @return string
*/
public function getCodVage2(): string
{
return $this->codVage2;
}
/**
* @param string $codVage2
*/
public function setCodVage2(string $codVage2): void
{
$this->codVage2 = $codVage2;
}
/**
* @return string
*/
public function getCodVdes(): string
{
return $this->codVdes;
}
/**
* @param string $codVdes
*/
public function setCodVdes(string $codVdes): void
{
$this->codVdes = $codVdes;
}
/**
* @return string
*/
public function getCodVvet(): string
{
return $this->codVvet;
}
/**
* @param string $codVvet
*/
public function setCodVvet(string $codVvet): void
{
$this->codVvet = $codVvet;
}
/**
* @return string
*/
public function getCodVvet2(): string
{
return $this->codVvet2;
}
/**
* @param string $codVvet2
*/
public function setCodVvet2(string $codVvet2): void
{
$this->codVvet2 = $codVvet2;
}
/**
* @return string
*/
public function getCodVzon(): string
{
return $this->codVzon;
}
/**
* @param string $codVzon
*/
public function setCodVzon(string $codVzon): void
{
$this->codVzon = $codVzon;
}
/**
* @return float
*/
public function getColliPedana(): float
{
return $this->colliPedana;
}
/**
* @param float $colliPedana
*/
public function setColliPedana(float $colliPedana): void
{
$this->colliPedana = $colliPedana;
}
/**
* @return string
*/
public function getCompilatoDa(): string
{
return $this->compilatoDa;
}
/**
* @param string $compilatoDa
*/
public function setCompilatoDa(string $compilatoDa): void
{
$this->compilatoDa = $compilatoDa;
}
/**
* @return string
*/
public function getControllatoDa(): string
{
return $this->controllatoDa;
}
/**
* @param string $controllatoDa
*/
public function setControllatoDa(string $controllatoDa): void
{
$this->controllatoDa = $controllatoDa;
}
/**
* @return DateTime
*/
public function getDataConsProd(): DateTime
{
return $this->dataConsProd;
}
/**
* @param DateTime $dataConsProd
*/
public function setDataConsProd(DateTime $dataConsProd): void
{
$this->dataConsProd = $dataConsProd;
}
/**
* @return DateTime
*/
public function getDataConsProdMax(): DateTime
{
return $this->dataConsProdMax;
}
/**
* @param DateTime $dataConsProdMax
*/
public function setDataConsProdMax(DateTime $dataConsProdMax): void
{
$this->dataConsProdMax = $dataConsProdMax;
}
/**
* @return DateTime
*/
public function getDataEsportazione(): DateTime
{
return $this->dataEsportazione;
}
/**
* @param DateTime $dataEsportazione
*/
public function setDataEsportazione(DateTime $dataEsportazione): void
{
$this->dataEsportazione = $dataEsportazione;
}
/**
* @return DateTime
*/
public function getDataConferma(): DateTime
{
return $this->dataConferma;
}
/**
* @param DateTime $dataConferma
*/
public function setDataConferma(DateTime $dataConferma): void
{
$this->dataConferma = $dataConferma;
}
/**
* @return DateTime
*/
public function getDataInizProd(): DateTime
{
return $this->dataInizProd;
}
/**
* @param DateTime $dataInizProd
*/
public function setDataInizProd(DateTime $dataInizProd): void
{
$this->dataInizProd = $dataInizProd;
}
/**
* @return DateTime
*/
public function getDataInizTrasp(): DateTime
{
return $this->dataInizTrasp;
}
/**
* @param DateTime $dataInizTrasp
*/
public function setDataInizTrasp(DateTime $dataInizTrasp): void
{
$this->dataInizTrasp = $dataInizTrasp;
}
/**
* @return DateTime
*/
public function getDataInsOrd(): DateTime
{
return $this->dataInsOrd;
}
/**
* @param DateTime $dataInsOrd
*/
public function setDataInsOrd(DateTime $dataInsOrd): void
{
$this->dataInsOrd = $dataInsOrd;
}
/**
* @return DateTime
*/
public function getDataOrdRif(): DateTime
{
return $this->dataOrdRif;
}
/**
* @param DateTime $dataOrdRif
*/
public function setDataOrdRif(DateTime $dataOrdRif): void
{
$this->dataOrdRif = $dataOrdRif;
}
/**
* @return DateTime
*/
public function getRifDataOrd(): DateTime
{
return $this->rifDataOrd;
}
/**
* @param DateTime $rifDataOrd
*/
public function setRifDataOrd(DateTime $rifDataOrd): void
{
$this->rifDataOrd = $rifDataOrd;
}
/**
* @return DateTime
*/
public function getDataRicezione(): DateTime
{
return $this->dataRicezione;
}
/**
* @param DateTime $dataRicezione
*/
public function setDataRicezione(DateTime $dataRicezione): void
{
$this->dataRicezione = $dataRicezione;
}
/**
* @return DateTime
*/
public function getDataRifScad(): DateTime
{
return $this->dataRifScad;
}
/**
* @param DateTime $dataRifScad
*/
public function setDataRifScad(DateTime $dataRifScad): void
{
$this->dataRifScad = $dataRifScad;
}
/**
* @return DateTime
*/
public function getDataUltMod(): DateTime
{
return $this->dataUltMod;
}
/**
* @param DateTime $dataUltMod
*/
public function setDataUltMod(DateTime $dataUltMod): void
{
$this->dataUltMod = $dataUltMod;
}
/**
* @return string
*/
public function getDescrEstesaProd(): string
{
return $this->descrEstesaProd;
}
/**
* @param string $descrEstesaProd
*/
public function setDescrEstesaProd(string $descrEstesaProd): void
{
$this->descrEstesaProd = $descrEstesaProd;
}
/**
* @return string
*/
public function getDescrizionePaga(): string
{
return $this->descrizionePaga;
}
/**
* @param string $descrizionePaga
*/
public function setDescrizionePaga(string $descrizionePaga): void
{
$this->descrizionePaga = $descrizionePaga;
}
/**
* @return string
*/
public function getDescrizioneProd(): string
{
return $this->descrizioneProd;
}
/**
* @param string $descrizioneProd
*/
public function setDescrizioneProd(string $descrizioneProd): void
{
$this->descrizioneProd = $descrizioneProd;
}
/**
* @return string
*/
public function getEanFidelity(): string
{
return $this->eanFidelity;
}
/**
* @param string $eanFidelity
*/
public function setEanFidelity(string $eanFidelity): void
{
$this->eanFidelity = $eanFidelity;
}
/**
* @return string
*/
public function getFlagAnnulla(): string
{
return $this->flagAnnulla;
}
/**
* @param string $flagAnnulla
*/
public function setFlagAnnulla(string $flagAnnulla): void
{
$this->flagAnnulla = $flagAnnulla;
}
/**
* @return string
*/
public function getFlagEscRoyal(): string
{
return $this->flagEscRoyal;
}
/**
* @param string $flagEscRoyal
*/
public function setFlagEscRoyal(string $flagEscRoyal): void
{
$this->flagEscRoyal = $flagEscRoyal;
}
/**
* @return string
*/
public function getFlagEvasoForzato(): string
{
return $this->flagEvasoForzato;
}
/**
* @param string $flagEvasoForzato
*/
public function setFlagEvasoForzato(string $flagEvasoForzato): void
{
$this->flagEvasoForzato = $flagEvasoForzato;
}
/**
* @return string
*/
public function getFlagEvasoProd(): string
{
return $this->flagEvasoProd;
}
/**
* @param string $flagEvasoProd
*/
public function setFlagEvasoProd(string $flagEvasoProd): void
{
$this->flagEvasoProd = $flagEvasoProd;
}
/**
* @return string
*/
public function getFlagPrzScontati(): string
{
return $this->flagPrzScontati;
}
/**
* @param string $flagPrzScontati
*/
public function setFlagPrzScontati(string $flagPrzScontati): void
{
$this->flagPrzScontati = $flagPrzScontati;
}
/**
* @return string
*/
public function getFlagSospeso(): string
{
return $this->flagSospeso;
}
/**
* @param string $flagSospeso
*/
public function setFlagSospeso(string $flagSospeso): void
{
$this->flagSospeso = $flagSospeso;
}
/**
* @return string
*/
public function getFlagTipologia(): string
{
return $this->flagTipologia;
}
/**
* @param string $flagTipologia
*/
public function setFlagTipologia(string $flagTipologia): void
{
$this->flagTipologia = $flagTipologia;
}
/**
* @return string
*/
public function getGestioneRif(): string
{
return $this->gestioneRif;
}
/**
* @param string $gestioneRif
*/
public function setGestioneRif(string $gestioneRif): void
{
$this->gestioneRif = $gestioneRif;
}
/**
* @return string
*/
public function getItemId(): string
{
return $this->itemId;
}
/**
* @param string $itemId
*/
public function setItemId(string $itemId): void
{
$this->itemId = $itemId;
}
/**
* @return string
*/
public function getListino(): string
{
return $this->listino;
}
/**
* @param string $listino
*/
public function setListino(string $listino): void
{
$this->listino = $listino;
}
/**
* @return int
*/
public function getLivello(): int
{
return $this->livello;
}
/**
* @param int $livello
*/
public function setLivello(int $livello): void
{
$this->livello = $livello;
}
/**
* @return string
*/
public function getMezzo(): string
{
return $this->mezzo;
}
/**
* @param string $mezzo
*/
public function setMezzo(string $mezzo): void
{
$this->mezzo = $mezzo;
}
/**
* @return string
*/
public function getModificatoDa(): string
{
return $this->modificatoDa;
}
/**
* @param string $modificatoDa
*/
public function setModificatoDa(string $modificatoDa): void
{
$this->modificatoDa = $modificatoDa;
}
/**
* @return float
*/
public function getNettoMerce(): float
{
return $this->nettoMerce;
}
/**
* @param float $nettoMerce
*/
public function setNettoMerce(float $nettoMerce): void
{
$this->nettoMerce = $nettoMerce;
}
/**
* @return float
*/
public function getNolo(): float
{
return $this->nolo;
}
/**
* @param float $nolo
*/
public function setNolo(float $nolo): void
{
$this->nolo = $nolo;
}
/**
* @return string
*/
public function getNote(): string
{
return $this->note;
}
/**
* @param string $note
*/
public function setNote(string $note): void
{
$this->note = $note;
}
/**
* @return string
*/
public function getNumColli(): string
{
return $this->numColli;
}
/**
* @param string $numColli
*/
public function setNumColli(string $numColli): void
{
$this->numColli = $numColli;
}
/**
* @return string
*/
public function getNumCons(): string
{
return $this->numCons;
}
/**
* @param string $numCons
*/
public function setNumCons(string $numCons): void
{
$this->numCons = $numCons;
}
/**
* @return int
*/
public function getNumFase(): int
{
return $this->numFase;
}
/**
* @param int $numFase
*/
public function setNumFase(int $numFase): void
{
$this->numFase = $numFase;
}
/**
* @return int
*/
public function getNumOrdProvv(): int
{
return $this->numOrdProvv;
}
/**
* @param int $numOrdProvv
*/
public function setNumOrdProvv(int $numOrdProvv): void
{
$this->numOrdProvv = $numOrdProvv;
}
/**
* @return int
*/
public function getNumOrdRif(): int
{
return $this->numOrdRif;
}
/**
* @param int $numOrdRif
*/
public function setNumOrdRif(int $numOrdRif): void
{
$this->numOrdRif = $numOrdRif;
}
/**
* @return string
*/
public function getRifNumOrd(): string
{
return $this->rifNumOrd;
}
/**
* @param string $rifNumOrd
*/
public function setRifNumOrd(string $rifNumOrd): void
{
$this->rifNumOrd = $rifNumOrd;
}
/**
* @return string
*/
public function getPartitaMag(): string
{
return $this->partitaMag;
}
/**
* @param string $partitaMag
*/
public function setPartitaMag(string $partitaMag): void
{
$this->partitaMag = $partitaMag;
}
/**
* @return float
*/
public function getPercEsclStat(): float
{
return $this->percEsclStat;
}
/**
* @param float $percEsclStat
*/
public function setPercEsclStat(float $percEsclStat): void
{
$this->percEsclStat = $percEsclStat;
}
/**
* @return string
*/
public function getPersonaRif(): string
{
return $this->personaRif;
}
/**
* @param string $personaRif
*/
public function setPersonaRif(string $personaRif): void
{
$this->personaRif = $personaRif;
}
/**
* @return string
*/
public function getPeso(): string
{
return $this->peso;
}
/**
* @param string $peso
*/
public function setPeso(string $peso): void
{
$this->peso = $peso;
}
/**
* @return string
*/
public function getPorto(): string
{
return $this->porto;
}
/**
* @param string $porto
*/
public function setPorto(string $porto): void
{
$this->porto = $porto;
}
/**
* @return float
*/
public function getQtaEvasaProd(): float
{
return $this->qtaEvasaProd;
}
/**
* @param float $qtaEvasaProd
*/
public function setQtaEvasaProd(float $qtaEvasaProd): void
{
$this->qtaEvasaProd = $qtaEvasaProd;
}
/**
* @return float
*/
public function getQtaPrenotataRep(): float
{
return $this->qtaPrenotataRep;
}
/**
* @param float $qtaPrenotataRep
*/
public function setQtaPrenotataRep(float $qtaPrenotataRep): void
{
$this->qtaPrenotataRep = $qtaPrenotataRep;
}
/**
* @return float
*/
public function getQtaProd(): float
{
return $this->qtaProd;
}
/**
* @param float $qtaProd
*/
public function setQtaProd(float $qtaProd): void
{
$this->qtaProd = $qtaProd;
}
/**
* @return float
*/
public function getRapConvProd(): float
{
return $this->rapConvProd;
}
/**
* @param float $rapConvProd
*/
public function setRapConvProd(float $rapConvProd): void
{
$this->rapConvProd = $rapConvProd;
}
/**
* @return string
*/
public function getRfid(): string
{
return $this->rfid;
}
/**
* @param string $rfid
*/
public function setRfid(string $rfid): void
{
$this->rfid = $rfid;
}
/**
* @return string
*/
public function getRifOrd(): string
{
return $this->rifOrd;
}
/**
* @param string $rifOrd
*/
public function setRifOrd(string $rifOrd): void
{
$this->rifOrd = $rifOrd;
}
/**
* @return int
*/
public function getRigaOrdRif(): int
{
return $this->rigaOrdRif;
}
/**
* @param int $rigaOrdRif
*/
public function setRigaOrdRif(int $rigaOrdRif): void
{
$this->rigaOrdRif = $rigaOrdRif;
}
/**
* @return float
*/
public function getSconto1(): float
{
return $this->sconto1;
}
/**
* @param float $sconto1
*/
public function setSconto1(float $sconto1): void
{
$this->sconto1 = $sconto1;
}
/**
* @return float
*/
public function getSconto2(): float
{
return $this->sconto2;
}
/**
* @param float $sconto2
*/
public function setSconto2(float $sconto2): void
{
$this->sconto2 = $sconto2;
}
/**
* @return float
*/
public function getSconto3(): float
{
return $this->sconto3;
}
/**
* @param float $sconto3
*/
public function setSconto3(float $sconto3): void
{
$this->sconto3 = $sconto3;
}
/**
* @return float
*/
public function getSconto4(): float
{
return $this->sconto4;
}
/**
* @param float $sconto4
*/
public function setSconto4(float $sconto4): void
{
$this->sconto4 = $sconto4;
}
/**
* @return string
*/
public function getSerie(): string
{
return $this->serie;
}
/**
* @param string $serie
*/
public function setSerie(string $serie): void
{
$this->serie = $serie;
}
/**
* @return string
*/
public function getTermCons(): string
{
return $this->termCons;
}
/**
* @param string $termCons
*/
public function setTermCons(string $termCons): void
{
$this->termCons = $termCons;
}
/**
* @return string
*/
public function getTipoAnag(): string
{
return $this->tipoAnag;
}
/**
* @param string $tipoAnag
*/
public function setTipoAnag(string $tipoAnag): void
{
$this->tipoAnag = $tipoAnag;
}
/**
* @return int
*/
public function getTotFasi(): int
{
return $this->totFasi;
}
/**
* @param int $totFasi
*/
public function setTotFasi(int $totFasi): void
{
$this->totFasi = $totFasi;
}
/**
* @return float
*/
public function getTotImponib(): float
{
return $this->totImponib;
}
/**
* @param float $totImponib
*/
public function setTotImponib(float $totImponib): void
{
$this->totImponib = $totImponib;
}
/**
* @return float
*/
public function getTotIva(): float
{
return $this->totIva;
}
/**
* @param float $totIva
*/
public function setTotIva(float $totIva): void
{
$this->totIva = $totIva;
}
/**
* @return float
*/
public function getTotMerce(): float
{
return $this->totMerce;
}
/**
* @param float $totMerce
*/
public function setTotMerce(float $totMerce): void
{
$this->totMerce = $totMerce;
}
/**
* @return float
*/
public function getTotOmaggi(): float
{
return $this->totOmaggi;
}
/**
* @param float $totOmaggi
*/
public function setTotOmaggi(float $totOmaggi): void
{
$this->totOmaggi = $totOmaggi;
}
/**
* @return float
*/
public function getTotProvvig(): float
{
return $this->totProvvig;
}
/**
* @param float $totProvvig
*/
public function setTotProvvig(float $totProvvig): void
{
$this->totProvvig = $totProvvig;
}
/**
* @return string
*/
public function getUntMisProd(): string
{
return $this->untMisProd;
}
/**
* @param string $untMisProd
*/
public function setUntMisProd(string $untMisProd): void
{
$this->untMisProd = $untMisProd;
}
/**
* @return string
*/
public function getFlagPrzIva(): string
{
return $this->flagPrzIva;
}
/**
* @param string $flagPrzIva
*/
public function setFlagPrzIva(string $flagPrzIva): void
{
$this->flagPrzIva = $flagPrzIva;
}
/**
* @return string
*/
public function getNoteConferma(): string
{
return $this->noteConferma;
}
/**
* @param string $noteConferma
*/
public function setNoteConferma(string $noteConferma): void
{
$this->noteConferma = $noteConferma;
}
/**
* @return string
*/
public function getCodJflav(): string
{
return $this->codJflav;
}
/**
* @param string $codJflav
*/
public function setCodJflav(string $codJflav): void
{
$this->codJflav = $codJflav;
}
/**
* @return string
*/
public function getTarga(): string
{
return $this->targa;
}
/**
* @param string $targa
*/
public function setTarga(string $targa): void
{
$this->targa = $targa;
}
/**
* @return int
*/
public function getPostiPallet(): int
{
return $this->postiPallet;
}
/**
* @param int $postiPallet
*/
public function setPostiPallet(int $postiPallet): void
{
$this->postiPallet = $postiPallet;
}
/**
* @return DtbOrdr[]
*/
public function getDtbOrdr(): array
{
return $this->dtbOrdr;
}
/**
* @param DtbOrdr[] $dtbOrdr
*/
public function setDtbOrdr(array $dtbOrdr): void
{
$this->dtbOrdr = $dtbOrdr;
}
/**
* @return MtbColr[]
*/
public function getMtbColr(): array
{
return $this->mtbColr;
}
/**
* @param MtbColr[] $mtbColr
*/
public function setMtbColr(array $mtbColr): void
{
$this->mtbColr = $mtbColr;
}
public function addMtbColr(MtbColr $mtbColr)
{
$this->mtbColr[] = $mtbColr;
}
public function fromDto($dto)
{
$this->dataOrd = $this->getFromDto($dto, "data_ord");
$this->gestione = $this->getFromDto($dto, "gestione");
$this->numOrd = $this->getFromDto($dto, "num_ord");
$this->acconto = $this->getFromDto($dto, "acconto");
$this->activityId = $this->getFromDto($dto, "activity_id");
$this->activityTypeId = $this->getFromDto($dto, "activity_type_id");
$this->aspettoBeni = $this->getFromDto($dto, "aspetto_beni");
$this->causaleTrasp = $this->getFromDto($dto, "causale_trasp");
$this->codAbi = $this->getFromDto($dto, "cod_abi");
$this->codAnag = $this->getFromDto($dto, "cod_anag");
$this->codAuto = $this->getFromDto($dto, "cod_auto");
$this->codBanc = $this->getFromDto($dto, "cod_banc");
$this->codBancAzi = $this->getFromDto($dto, "cod_banc_azi");
$this->codCab = $this->getFromDto($dto, "cod_cab");
$this->codDgrpArt = $this->getFromDto($dto, "cod_dgrp_art");
$this->codDivi = $this->getFromDto($dto, "cod_divi");
$this->codEtic = $this->getFromDto($dto, "cod_etic");
$this->codFornTd = $this->getFromDto($dto, "cod_forn_td");
$this->codJcom = $this->getFromDto($dto, "cod_jcom");
$this->codJfas = $this->getFromDto($dto, "cod_jfas");
$this->codMdep = $this->getFromDto($dto, "cod_mdep");
$this->codPaga = $this->getFromDto($dto, "cod_paga");
$this->codProd = $this->getFromDto($dto, "cod_prod");
$this->codTcolUi = $this->getFromDto($dto, "cod_tcol_UI");
$this->codTcolUl = $this->getFromDto($dto, "cod_tcol_UL");
$this->codVage = $this->getFromDto($dto, "cod_vage");
$this->codVage2 = $this->getFromDto($dto, "cod_vage2");
$this->codVdes = $this->getFromDto($dto, "cod_vdes");
$this->codVvet = $this->getFromDto($dto, "cod_vvet");
$this->codVvet2 = $this->getFromDto($dto, "cod_vvet2");
$this->codVzon = $this->getFromDto($dto, "cod_vzon");
$this->colliPedana = $this->getFromDto($dto, "colli_pedana");
$this->compilatoDa = $this->getFromDto($dto, "compilato_da");
$this->controllatoDa = $this->getFromDto($dto, "controllato_da");
$this->dataConsProd = $this->getFromDto($dto, "data_cons_prod");
$this->dataConsProdMax = $this->getFromDto($dto, "data_cons_prod_max");
$this->dataEsportazione = $this->getFromDto($dto, "data_esportazione");
$this->dataConferma = $this->getFromDto($dto, "data_conferma");
$this->dataInizProd = $this->getFromDto($dto, "data_iniz_prod");
$this->dataInizTrasp = $this->getFromDto($dto, "data_iniz_trasp");
$this->dataInsOrd = $this->getFromDto($dto, "data_ins_ord");
$this->dataOrdRif = $this->getFromDto($dto, "data_ord_rif");
$this->rifDataOrd = $this->getFromDto($dto, "rif_data_ord");
$this->dataRicezione = $this->getFromDto($dto, "data_ricezione");
$this->dataRifScad = $this->getFromDto($dto, "data_rif_scad");
$this->dataUltMod = $this->getFromDto($dto, "data_ult_mod");
$this->descrEstesaProd = $this->getFromDto($dto, "descr_estesa_prod");
$this->descrizionePaga = $this->getFromDto($dto, "descrizione_paga");
$this->descrizioneProd = $this->getFromDto($dto, "descrizione_prod");
$this->eanFidelity = $this->getFromDto($dto, "ean_fidelity");
$this->flagAnnulla = $this->getFromDto($dto, "flag_annulla");
$this->flagEscRoyal = $this->getFromDto($dto, "flag_esc_royal");
$this->flagEvasoForzato = $this->getFromDto($dto, "flag_evaso_forzato");
$this->flagEvasoProd = $this->getFromDto($dto, "flag_evaso_prod");
$this->flagPrzScontati = $this->getFromDto($dto, "flag_prz_scontati");
$this->flagSospeso = $this->getFromDto($dto, "flag_sospeso");
$this->flagTipologia = $this->getFromDto($dto, "flag_tipologia");
$this->gestioneRif = $this->getFromDto($dto, "gestione_rif");
$this->itemId = $this->getFromDto($dto, "item_id");
$this->listino = $this->getFromDto($dto, "listino");
$this->livello = $this->getFromDto($dto, "livello");
$this->mezzo = $this->getFromDto($dto, "mezzo");
$this->modificatoDa = $this->getFromDto($dto, "modificato_da");
$this->nettoMerce = $this->getFromDto($dto, "netto_merce");
$this->nolo = $this->getFromDto($dto, "nolo");
$this->note = $this->getFromDto($dto, "note");
$this->numColli = $this->getFromDto($dto, "num_colli");
$this->numCons = $this->getFromDto($dto, "num_cons");
$this->numFase = $this->getFromDto($dto, "num_fase");
$this->numOrdProvv = $this->getFromDto($dto, "num_ord_provv");
$this->numOrdRif = $this->getFromDto($dto, "num_ord_rif");
$this->rifNumOrd = $this->getFromDto($dto, "rif_num_ord");
$this->partitaMag = $this->getFromDto($dto, "partita_mag");
$this->percEsclStat = $this->getFromDto($dto, "perc_escl_stat");
$this->personaRif = $this->getFromDto($dto, "persona_rif");
$this->peso = $this->getFromDto($dto, "peso");
$this->porto = $this->getFromDto($dto, "porto");
$this->qtaEvasaProd = $this->getFromDto($dto, "qta_evasa_prod");
$this->qtaPrenotataRep = $this->getFromDto($dto, "qta_prenotata_rep");
$this->qtaProd = $this->getFromDto($dto, "qta_prod");
$this->rapConvProd = $this->getFromDto($dto, "rap_conv_prod");
$this->rfid = $this->getFromDto($dto, "rfid");
$this->rifOrd = $this->getFromDto($dto, "rif_ord");
$this->rigaOrdRif = $this->getFromDto($dto, "riga_ord_rif");
$this->sconto1 = $this->getFromDto($dto, "sconto1");
$this->sconto2 = $this->getFromDto($dto, "sconto2");
$this->sconto3 = $this->getFromDto($dto, "sconto3");
$this->sconto4 = $this->getFromDto($dto, "sconto4");
$this->serie = $this->getFromDto($dto, "serie");
$this->termCons = $this->getFromDto($dto, "term_cons");
$this->tipoAnag = $this->getFromDto($dto, "tipo_anag");
$this->totFasi = $this->getFromDto($dto, "tot_fasi");
$this->totImponib = $this->getFromDto($dto, "tot_imponib");
$this->totIva = $this->getFromDto($dto, "tot_iva");
$this->totMerce = $this->getFromDto($dto, "tot_merce");
$this->totOmaggi = $this->getFromDto($dto, "tot_omaggi");
$this->totProvvig = $this->getFromDto($dto, "tot_provvig");
$this->untMisProd = $this->getFromDto($dto, "unt_mis_prod");
$this->flagPrzIva = $this->getFromDto($dto, "flag_prz_iva");
$this->noteConferma = $this->getFromDto($dto, "note_conferma");
$this->codJflav = $this->getFromDto($dto, "cod_jflav");
$this->targa = $this->getFromDto($dto, "targa");
$this->postiPallet = $this->getFromDto($dto, "posti_pallet");
}
public function getType()
{
return "dtb_ordt";
}
public function jsonSerialize()
{
return [
"operation" => $this->getOperation(),
"type" => $this->getType(),
"dataOrd" => $this->getForDto($this->dataOrd),
"gestione" => $this->getForDto($this->gestione),
"numOrd" => $this->getForDto($this->numOrd),
"acconto" => $this->getForDto($this->acconto),
"activityId" => $this->getForDto($this->activityId),
"activityTypeId" => $this->getForDto($this->activityTypeId),
"aspettoBeni" => $this->getForDto($this->aspettoBeni),
"causaleTrasp" => $this->getForDto($this->causaleTrasp),
"codAbi" => $this->getForDto($this->codAbi),
"codAnag" => $this->getForDto($this->codAnag),
"codAuto" => $this->getForDto($this->codAuto),
"codBanc" => $this->getForDto($this->codBanc),
"codBancAzi" => $this->getForDto($this->codBancAzi),
"codCab" => $this->getForDto($this->codCab),
"codDgrpArt" => $this->getForDto($this->codDgrpArt),
"codDivi" => $this->getForDto($this->codDivi),
"codEtic" => $this->getForDto($this->codEtic),
"codFornTd" => $this->getForDto($this->codFornTd),
"codJcom" => $this->getForDto($this->codJcom),
"codJfas" => $this->getForDto($this->codJfas),
"codMdep" => $this->getForDto($this->codMdep),
"codPaga" => $this->getForDto($this->codPaga),
"codProd" => $this->getForDto($this->codProd),
"codTcolUi" => $this->getForDto($this->codTcolUi),
"codTcolUl" => $this->getForDto($this->codTcolUl),
"codVage" => $this->getForDto($this->codVage),
"codVage2" => $this->getForDto($this->codVage2),
"codVdes" => $this->getForDto($this->codVdes),
"codVvet" => $this->getForDto($this->codVvet),
"codVvet2" => $this->getForDto($this->codVvet2),
"codVzon" => $this->getForDto($this->codVzon),
"colliPedana" => $this->getForDto($this->colliPedana),
"compilatoDa" => $this->getForDto($this->compilatoDa),
"controllatoDa" => $this->getForDto($this->controllatoDa),
"dataConsProd" => $this->getForDto($this->dataConsProd),
"dataConsProdMax" => $this->getForDto($this->dataConsProdMax),
"dataEsportazione" => $this->getForDto($this->dataEsportazione),
"dataConferma" => $this->getForDto($this->dataConferma),
"dataInizProd" => $this->getForDto($this->dataInizProd),
"dataInizTrasp" => $this->getForDto($this->dataInizTrasp),
"dataInsOrd" => $this->getForDto($this->dataInsOrd),
"dataOrdRif" => $this->getForDto($this->dataOrdRif),
"rifDataOrd" => $this->getForDto($this->rifDataOrd),
"dataRicezione" => $this->getForDto($this->dataRicezione),
"dataRifScad" => $this->getForDto($this->dataRifScad),
"dataUltMod" => $this->getForDto($this->dataUltMod),
"descrEstesaProd" => $this->getForDto($this->descrEstesaProd),
"descrizionePaga" => $this->getForDto($this->descrizionePaga),
"descrizioneProd" => $this->getForDto($this->descrizioneProd),
"eanFidelity" => $this->getForDto($this->eanFidelity),
"flagAnnulla" => $this->getForDto($this->flagAnnulla),
"flagEscRoyal" => $this->getForDto($this->flagEscRoyal),
"flagEvasoForzato" => $this->getForDto($this->flagEvasoForzato),
"flagEvasoProd" => $this->getForDto($this->flagEvasoProd),
"flagPrzScontati" => $this->getForDto($this->flagPrzScontati),
"flagSospeso" => $this->getForDto($this->flagSospeso),
"flagTipologia" => $this->getForDto($this->flagTipologia),
"gestioneRif" => $this->getForDto($this->gestioneRif),
"itemId" => $this->getForDto($this->itemId),
"listino" => $this->getForDto($this->listino),
"livello" => $this->getForDto($this->livello),
"mezzo" => $this->getForDto($this->mezzo),
"modificatoDa" => $this->getForDto($this->modificatoDa),
"nettoMerce" => $this->getForDto($this->nettoMerce),
"nolo" => $this->getForDto($this->nolo),
"note" => $this->getForDto($this->note),
"numColli" => $this->getForDto($this->numColli),
"numCons" => $this->getForDto($this->numCons),
"numFase" => $this->getForDto($this->numFase),
"numOrdProvv" => $this->getForDto($this->numOrdProvv),
"numOrdRif" => $this->getForDto($this->numOrdRif),
"rifNumOrd" => $this->getForDto($this->rifNumOrd),
"partitaMag" => $this->getForDto($this->partitaMag),
"percEsclStat" => $this->getForDto($this->percEsclStat),
"personaRif" => $this->getForDto($this->personaRif),
"peso" => $this->getForDto($this->peso),
"porto" => $this->getForDto($this->porto),
"qtaEvasaProd" => $this->getForDto($this->qtaEvasaProd),
"qtaPrenotataRep" => $this->getForDto($this->qtaPrenotataRep),
"qtaProd" => $this->getForDto($this->qtaProd),
"rapConvProd" => $this->getForDto($this->rapConvProd),
"rfid" => $this->getForDto($this->rfid),
"rifOrd" => $this->getForDto($this->rifOrd),
"rigaOrdRif" => $this->getForDto($this->rigaOrdRif),
"sconto1" => $this->getForDto($this->sconto1),
"sconto2" => $this->getForDto($this->sconto2),
"sconto3" => $this->getForDto($this->sconto3),
"sconto4" => $this->getForDto($this->sconto4),
"serie" => $this->getForDto($this->serie),
"termCons" => $this->getForDto($this->termCons),
"tipoAnag" => $this->getForDto($this->tipoAnag),
"totFasi" => $this->getForDto($this->totFasi),
"totImponib" => $this->getForDto($this->totImponib),
"totIva" => $this->getForDto($this->totIva),
"totMerce" => $this->getForDto($this->totMerce),
"totOmaggi" => $this->getForDto($this->totOmaggi),
"totProvvig" => $this->getForDto($this->totProvvig),
"untMisProd" => $this->getForDto($this->untMisProd),
"flagPrzIva" => $this->getForDto($this->flagPrzIva),
"noteConferma" => $this->getForDto($this->noteConferma),
"codJflav" => $this->getForDto($this->codJflav),
"targa" => $this->getForDto($this->targa),
"postiPallet" => $this->getForDto($this->postiPallet),
"dtbOrdr" => $this->getForDto($this->dtbOrdr),
];
}
}