<?php
namespace App\Entity;
use DateTime;
class DtbOrdr extends AbstractEntityBase
{
/**
* @var DateTime
*/
private $dataOrd;
/**
* @var string
*/
private $gestione;
/**
* @var int
*/
private $numOrd;
/**
* @var int
*/
private $rigaOrd;
/**
* @var string
*/
private $codAliq;
/**
* @var string
*/
private $codArtFor;
/**
* @var string
*/
private $codAsso;
/**
* @var string
*/
private $codCol;
/**
* @var string
*/
private $codJcom;
/**
* @var string
*/
private $codMart;
/**
* @var string
*/
private $codMcon;
/**
* @var string
*/
private $codMdep;
/**
* @var string
*/
private $codOann;
/**
* @var string
*/
private $codPromo;
/**
* @var string
*/
private $codTagl;
/**
* @var string
*/
private $codTcolUi;
/**
* @var string
*/
private $codTcolUl;
/**
* @var float
*/
private $colliPedana;
/**
* @var DateTime
*/
private $dataCons;
/**
* @var string
*/
private $descrizione;
/**
* @var string
*/
private $descrizioneEstesa;
/**
* @var string
*/
private $flagEvaso;
/**
* @var string
*/
private $flagEvasoForzato;
/**
* @var int
*/
private $ggCons;
/**
* @var string
*/
private $gruppoCons;
/**
* @var int
*/
private $idArt;
/**
* @var float
*/
private $importoRiga;
/**
* @var string
*/
private $note;
/**
* @var float
*/
private $numCnf;
/**
* @var int
*/
private $numFase;
/**
* @var string
*/
private $partitaMag;
/**
* @var float
*/
private $percGest;
/**
* @var float
*/
private $percIspe;
/**
* @var float
*/
private $percOneri;
/**
* @var float
*/
private $percPromo;
/**
* @var float
*/
private $percProv;
/**
* @var float
*/
private $percProv2;
/**
* @var float
*/
private $pesoLordo;
/**
* @var int
*/
private $posRiga;
/**
* @var float
*/
private $qtaAcc;
/**
* @var float
*/
private $qtaCnf;
/**
* @var float
*/
private $qtaCol;
/**
* @var float
*/
private $qtaEvasa;
/**
* @var float
*/
private $qtaOrd;
/**
* @var float
*/
private $qtaOrd2;
/**
* @var float
*/
private $qtaOrd3;
/**
* @var float
*/
private $rapConv;
/**
* @var float
*/
private $sconto5;
/**
* @var float
*/
private $sconto6;
/**
* @var float
*/
private $sconto7;
/**
* @var float
*/
private $sconto8;
/**
* @var string
*/
private $systemNote;
/**
* @var string
*/
private $untOrd;
/**
* @var string
*/
private $untOrd2;
/**
* @var string
*/
private $untOrd3;
/**
* @var float
*/
private $valGest;
/**
* @var float
*/
private $valIspe;
/**
* @var float
*/
private $valOneri;
/**
* @var float
*/
private $valPromo;
/**
* @var float
*/
private $valProv;
/**
* @var float
*/
private $valProv2;
/**
* @var float
*/
private $valUnt;
/**
* @var float
*/
private $valUntIva;
/**
* @var string
*/
private $codMtip;
/**
* @var string
*/
private $matricola;
/**
* @var DateTime
*/
private $dataInizComp;
/**
* @var DateTime
*/
private $dataFineComp;
/**
* @var string
*/
private $codAlis;
/**
* @var string
*/
private $codKit;
/**
* @var float
*/
private $numCnfEvasa;
/**
* @var string
*/
private $idViaggio;
/**
* @var DateTime
*/
private $dataConsAnag;
/**
* @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 int
*/
public function getRigaOrd(): int
{
return $this->rigaOrd;
}
/**
* @param int $rigaOrd
*/
public function setRigaOrd(int $rigaOrd): void
{
$this->rigaOrd = $rigaOrd;
}
/**
* @return string
*/
public function getCodAliq(): string
{
return $this->codAliq;
}
/**
* @param string $codAliq
*/
public function setCodAliq(string $codAliq): void
{
$this->codAliq = $codAliq;
}
/**
* @return string
*/
public function getCodArtFor(): string
{
return $this->codArtFor;
}
/**
* @param string $codArtFor
*/
public function setCodArtFor(string $codArtFor): void
{
$this->codArtFor = $codArtFor;
}
/**
* @return string
*/
public function getCodAsso(): string
{
return $this->codAsso;
}
/**
* @param string $codAsso
*/
public function setCodAsso(string $codAsso): void
{
$this->codAsso = $codAsso;
}
/**
* @return string
*/
public function getCodCol(): string
{
return $this->codCol;
}
/**
* @param string $codCol
*/
public function setCodCol(string $codCol): void
{
$this->codCol = $codCol;
}
/**
* @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 getCodMart(): string
{
return $this->codMart;
}
/**
* @param string $codMart
*/
public function setCodMart(string $codMart): void
{
$this->codMart = $codMart;
}
/**
* @return string
*/
public function getCodMcon(): string
{
return $this->codMcon;
}
/**
* @param string $codMcon
*/
public function setCodMcon(string $codMcon): void
{
$this->codMcon = $codMcon;
}
/**
* @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 getCodOann(): string
{
return $this->codOann;
}
/**
* @param string $codOann
*/
public function setCodOann(string $codOann): void
{
$this->codOann = $codOann;
}
/**
* @return string
*/
public function getCodPromo(): string
{
return $this->codPromo;
}
/**
* @param string $codPromo
*/
public function setCodPromo(string $codPromo): void
{
$this->codPromo = $codPromo;
}
/**
* @return string
*/
public function getCodTagl(): string
{
return $this->codTagl;
}
/**
* @param string $codTagl
*/
public function setCodTagl(string $codTagl): void
{
$this->codTagl = $codTagl;
}
/**
* @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 float
*/
public function getColliPedana(): float
{
return $this->colliPedana;
}
/**
* @param float $colliPedana
*/
public function setColliPedana(float $colliPedana): void
{
$this->colliPedana = $colliPedana;
}
/**
* @return DateTime
*/
public function getDataCons(): DateTime
{
return $this->dataCons;
}
/**
* @param DateTime $dataCons
*/
public function setDataCons(DateTime $dataCons): void
{
$this->dataCons = $dataCons;
}
/**
* @return string
*/
public function getDescrizione(): string
{
return $this->descrizione;
}
/**
* @param string $descrizione
*/
public function setDescrizione(string $descrizione): void
{
$this->descrizione = $descrizione;
}
/**
* @return string
*/
public function getDescrizioneEstesa(): string
{
return $this->descrizioneEstesa;
}
/**
* @param string $descrizioneEstesa
*/
public function setDescrizioneEstesa(string $descrizioneEstesa): void
{
$this->descrizioneEstesa = $descrizioneEstesa;
}
/**
* @return string
*/
public function getFlagEvaso(): string
{
return $this->flagEvaso;
}
/**
* @param string $flagEvaso
*/
public function setFlagEvaso(string $flagEvaso): void
{
$this->flagEvaso = $flagEvaso;
}
/**
* @return string
*/
public function getFlagEvasoForzato(): string
{
return $this->flagEvasoForzato;
}
/**
* @param string $flagEvasoForzato
*/
public function setFlagEvasoForzato(string $flagEvasoForzato): void
{
$this->flagEvasoForzato = $flagEvasoForzato;
}
/**
* @return int
*/
public function getGgCons(): int
{
return $this->ggCons;
}
/**
* @param int $ggCons
*/
public function setGgCons(int $ggCons): void
{
$this->ggCons = $ggCons;
}
/**
* @return string
*/
public function getGruppoCons(): string
{
return $this->gruppoCons;
}
/**
* @param string $gruppoCons
*/
public function setGruppoCons(string $gruppoCons): void
{
$this->gruppoCons = $gruppoCons;
}
/**
* @return int
*/
public function getIdArt(): int
{
return $this->idArt;
}
/**
* @param int $idArt
*/
public function setIdArt(int $idArt): void
{
$this->idArt = $idArt;
}
/**
* @return float
*/
public function getImportoRiga(): float
{
return $this->importoRiga;
}
/**
* @param float $importoRiga
*/
public function setImportoRiga(float $importoRiga): void
{
$this->importoRiga = $importoRiga;
}
/**
* @return string
*/
public function getNote(): string
{
return $this->note;
}
/**
* @param string $note
*/
public function setNote(string $note): void
{
$this->note = $note;
}
/**
* @return float
*/
public function getNumCnf(): float
{
return $this->numCnf;
}
/**
* @param float $numCnf
*/
public function setNumCnf(float $numCnf): void
{
$this->numCnf = $numCnf;
}
/**
* @return int
*/
public function getNumFase(): int
{
return $this->numFase;
}
/**
* @param int $numFase
*/
public function setNumFase(int $numFase): void
{
$this->numFase = $numFase;
}
/**
* @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 getPercGest(): float
{
return $this->percGest;
}
/**
* @param float $percGest
*/
public function setPercGest(float $percGest): void
{
$this->percGest = $percGest;
}
/**
* @return float
*/
public function getPercIspe(): float
{
return $this->percIspe;
}
/**
* @param float $percIspe
*/
public function setPercIspe(float $percIspe): void
{
$this->percIspe = $percIspe;
}
/**
* @return float
*/
public function getPercOneri(): float
{
return $this->percOneri;
}
/**
* @param float $percOneri
*/
public function setPercOneri(float $percOneri): void
{
$this->percOneri = $percOneri;
}
/**
* @return float
*/
public function getPercPromo(): float
{
return $this->percPromo;
}
/**
* @param float $percPromo
*/
public function setPercPromo(float $percPromo): void
{
$this->percPromo = $percPromo;
}
/**
* @return float
*/
public function getPercProv(): float
{
return $this->percProv;
}
/**
* @param float $percProv
*/
public function setPercProv(float $percProv): void
{
$this->percProv = $percProv;
}
/**
* @return float
*/
public function getPercProv2(): float
{
return $this->percProv2;
}
/**
* @param float $percProv2
*/
public function setPercProv2(float $percProv2): void
{
$this->percProv2 = $percProv2;
}
/**
* @return float
*/
public function getPesoLordo(): float
{
return $this->pesoLordo;
}
/**
* @param float $pesoLordo
*/
public function setPesoLordo(float $pesoLordo): void
{
$this->pesoLordo = $pesoLordo;
}
/**
* @return int
*/
public function getPosRiga(): int
{
return $this->posRiga;
}
/**
* @param int $posRiga
*/
public function setPosRiga(int $posRiga): void
{
$this->posRiga = $posRiga;
}
/**
* @return float
*/
public function getQtaAcc(): float
{
return $this->qtaAcc;
}
/**
* @param float $qtaAcc
*/
public function setQtaAcc(float $qtaAcc): void
{
$this->qtaAcc = $qtaAcc;
}
/**
* @return float
*/
public function getQtaCnf(): float
{
return $this->qtaCnf;
}
/**
* @param float $qtaCnf
*/
public function setQtaCnf(float $qtaCnf): void
{
$this->qtaCnf = $qtaCnf;
}
/**
* @return float
*/
public function getQtaCol(): float
{
return $this->qtaCol;
}
/**
* @param float $qtaCol
*/
public function setQtaCol(float $qtaCol): void
{
$this->qtaCol = $qtaCol;
}
/**
* @return float
*/
public function getQtaEvasa(): float
{
return $this->qtaEvasa;
}
/**
* @param float $qtaEvasa
*/
public function setQtaEvasa(float $qtaEvasa): void
{
$this->qtaEvasa = $qtaEvasa;
}
/**
* @return float
*/
public function getQtaOrd(): float
{
return $this->qtaOrd;
}
/**
* @param float $qtaOrd
*/
public function setQtaOrd(float $qtaOrd): void
{
$this->qtaOrd = $qtaOrd;
}
/**
* @return float
*/
public function getQtaOrd2(): float
{
return $this->qtaOrd2;
}
/**
* @param float $qtaOrd2
*/
public function setQtaOrd2(float $qtaOrd2): void
{
$this->qtaOrd2 = $qtaOrd2;
}
/**
* @return float
*/
public function getQtaOrd3(): float
{
return $this->qtaOrd3;
}
/**
* @param float $qtaOrd3
*/
public function setQtaOrd3(float $qtaOrd3): void
{
$this->qtaOrd3 = $qtaOrd3;
}
/**
* @return float
*/
public function getRapConv(): float
{
return $this->rapConv;
}
/**
* @param float $rapConv
*/
public function setRapConv(float $rapConv): void
{
$this->rapConv = $rapConv;
}
/**
* @return float
*/
public function getSconto5(): float
{
return $this->sconto5;
}
/**
* @param float $sconto5
*/
public function setSconto5(float $sconto5): void
{
$this->sconto5 = $sconto5;
}
/**
* @return float
*/
public function getSconto6(): float
{
return $this->sconto6;
}
/**
* @param float $sconto6
*/
public function setSconto6(float $sconto6): void
{
$this->sconto6 = $sconto6;
}
/**
* @return float
*/
public function getSconto7(): float
{
return $this->sconto7;
}
/**
* @param float $sconto7
*/
public function setSconto7(float $sconto7): void
{
$this->sconto7 = $sconto7;
}
/**
* @return float
*/
public function getSconto8(): float
{
return $this->sconto8;
}
/**
* @param float $sconto8
*/
public function setSconto8(float $sconto8): void
{
$this->sconto8 = $sconto8;
}
/**
* @return string
*/
public function getSystemNote(): string
{
return $this->systemNote;
}
/**
* @param string $systemNote
*/
public function setSystemNote(string $systemNote): void
{
$this->systemNote = $systemNote;
}
/**
* @return string
*/
public function getUntOrd(): string
{
return $this->untOrd;
}
/**
* @param string $untOrd
*/
public function setUntOrd(string $untOrd): void
{
$this->untOrd = $untOrd;
}
/**
* @return string
*/
public function getUntOrd2(): string
{
return $this->untOrd2;
}
/**
* @param string $untOrd2
*/
public function setUntOrd2(string $untOrd2): void
{
$this->untOrd2 = $untOrd2;
}
/**
* @return string
*/
public function getUntOrd3(): string
{
return $this->untOrd3;
}
/**
* @param string $untOrd3
*/
public function setUntOrd3(string $untOrd3): void
{
$this->untOrd3 = $untOrd3;
}
/**
* @return float
*/
public function getValGest(): float
{
return $this->valGest;
}
/**
* @param float $valGest
*/
public function setValGest(float $valGest): void
{
$this->valGest = $valGest;
}
/**
* @return float
*/
public function getValIspe(): float
{
return $this->valIspe;
}
/**
* @param float $valIspe
*/
public function setValIspe(float $valIspe): void
{
$this->valIspe = $valIspe;
}
/**
* @return float
*/
public function getValOneri(): float
{
return $this->valOneri;
}
/**
* @param float $valOneri
*/
public function setValOneri(float $valOneri): void
{
$this->valOneri = $valOneri;
}
/**
* @return float
*/
public function getValPromo(): float
{
return $this->valPromo;
}
/**
* @param float $valPromo
*/
public function setValPromo(float $valPromo): void
{
$this->valPromo = $valPromo;
}
/**
* @return float
*/
public function getValProv(): float
{
return $this->valProv;
}
/**
* @param float $valProv
*/
public function setValProv(float $valProv): void
{
$this->valProv = $valProv;
}
/**
* @return float
*/
public function getValProv2(): float
{
return $this->valProv2;
}
/**
* @param float $valProv2
*/
public function setValProv2(float $valProv2): void
{
$this->valProv2 = $valProv2;
}
/**
* @return float
*/
public function getValUnt(): float
{
return $this->valUnt;
}
/**
* @param float $valUnt
*/
public function setValUnt(float $valUnt): void
{
$this->valUnt = $valUnt;
}
/**
* @return float
*/
public function getValUntIva(): float
{
return $this->valUntIva;
}
/**
* @param float $valUntIva
*/
public function setValUntIva(float $valUntIva): void
{
$this->valUntIva = $valUntIva;
}
/**
* @return string
*/
public function getCodMtip(): string
{
return $this->codMtip;
}
/**
* @param string $codMtip
*/
public function setCodMtip(string $codMtip): void
{
$this->codMtip = $codMtip;
}
/**
* @return string
*/
public function getMatricola(): string
{
return $this->matricola;
}
/**
* @param string $matricola
*/
public function setMatricola(string $matricola): void
{
$this->matricola = $matricola;
}
/**
* @return DateTime
*/
public function getDataInizComp(): DateTime
{
return $this->dataInizComp;
}
/**
* @param DateTime $dataInizComp
*/
public function setDataInizComp(DateTime $dataInizComp): void
{
$this->dataInizComp = $dataInizComp;
}
/**
* @return DateTime
*/
public function getDataFineComp(): DateTime
{
return $this->dataFineComp;
}
/**
* @param DateTime $dataFineComp
*/
public function setDataFineComp(DateTime $dataFineComp): void
{
$this->dataFineComp = $dataFineComp;
}
/**
* @return string
*/
public function getCodAlis(): string
{
return $this->codAlis;
}
/**
* @param string $codAlis
*/
public function setCodAlis(string $codAlis): void
{
$this->codAlis = $codAlis;
}
/**
* @return string
*/
public function getCodKit(): string
{
return $this->codKit;
}
/**
* @param string $codKit
*/
public function setCodKit(string $codKit): void
{
$this->codKit = $codKit;
}
/**
* @return float
*/
public function getNumCnfEvasa(): float
{
return $this->numCnfEvasa;
}
/**
* @param float $numCnfEvasa
*/
public function setNumCnfEvasa(float $numCnfEvasa): void
{
$this->numCnfEvasa = $numCnfEvasa;
}
/**
* @return string
*/
public function getIdViaggio(): string
{
return $this->idViaggio;
}
/**
* @param string $idViaggio
*/
public function setIdViaggio(string $idViaggio): void
{
$this->idViaggio = $idViaggio;
}
/**
* @return DateTime
*/
public function getDataConsAnag(): DateTime
{
return $this->dataConsAnag;
}
/**
* @param DateTime $dataConsAnag
*/
public function setDataConsAnag(DateTime $dataConsAnag): void
{
$this->dataConsAnag = $dataConsAnag;
}
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->rigaOrd = $this->getFromDto($dto, "riga_ord");
$this->codAliq = $this->getFromDto($dto, "cod_aliq");
$this->codArtFor = $this->getFromDto($dto, "cod_art_for");
$this->codAsso = $this->getFromDto($dto, "cod_asso");
$this->codCol = $this->getFromDto($dto, "cod_col");
$this->codJcom = $this->getFromDto($dto, "cod_jcom");
$this->codMart = $this->getFromDto($dto, "cod_mart");
$this->codMcon = $this->getFromDto($dto, "cod_mcon");
$this->codMdep = $this->getFromDto($dto, "cod_mdep");
$this->codOann = $this->getFromDto($dto, "cod_oann");
$this->codPromo = $this->getFromDto($dto, "cod_promo");
$this->codTagl = $this->getFromDto($dto, "cod_tagl");
$this->codTcolUi = $this->getFromDto($dto, "cod_tcol_UI");
$this->codTcolUl = $this->getFromDto($dto, "cod_tcol_UL");
$this->colliPedana = $this->getFromDto($dto, "colli_pedana");
$this->dataCons = $this->getFromDto($dto, "data_cons");
$this->descrizione = $this->getFromDto($dto, "descrizione");
$this->descrizioneEstesa = $this->getFromDto($dto, "descrizione_estesa");
$this->flagEvaso = $this->getFromDto($dto, "flag_evaso");
$this->flagEvasoForzato = $this->getFromDto($dto, "flag_evaso_forzato");
$this->ggCons = $this->getFromDto($dto, "gg_cons");
$this->gruppoCons = $this->getFromDto($dto, "gruppo_cons");
$this->idArt = $this->getFromDto($dto, "id_art");
$this->importoRiga = $this->getFromDto($dto, "importo_riga");
$this->note = $this->getFromDto($dto, "note");
$this->numCnf = $this->getFromDto($dto, "num_cnf");
$this->numFase = $this->getFromDto($dto, "num_fase");
$this->partitaMag = $this->getFromDto($dto, "partita_mag");
$this->percGest = $this->getFromDto($dto, "perc_gest");
$this->percIspe = $this->getFromDto($dto, "perc_ispe");
$this->percOneri = $this->getFromDto($dto, "perc_oneri");
$this->percPromo = $this->getFromDto($dto, "perc_promo");
$this->percProv = $this->getFromDto($dto, "perc_prov");
$this->percProv2 = $this->getFromDto($dto, "perc_prov2");
$this->pesoLordo = $this->getFromDto($dto, "peso_lordo");
$this->posRiga = $this->getFromDto($dto, "pos_riga");
$this->qtaAcc = $this->getFromDto($dto, "qta_acc");
$this->qtaCnf = $this->getFromDto($dto, "qta_cnf");
$this->qtaCol = $this->getFromDto($dto, "qta_col");
$this->qtaEvasa = $this->getFromDto($dto, "qta_evasa");
$this->qtaOrd = $this->getFromDto($dto, "qta_ord");
$this->qtaOrd2 = $this->getFromDto($dto, "qta_ord2");
$this->qtaOrd3 = $this->getFromDto($dto, "qta_ord3");
$this->rapConv = $this->getFromDto($dto, "rap_conv");
$this->sconto5 = $this->getFromDto($dto, "sconto5");
$this->sconto6 = $this->getFromDto($dto, "sconto6");
$this->sconto7 = $this->getFromDto($dto, "sconto7");
$this->sconto8 = $this->getFromDto($dto, "sconto8");
$this->systemNote = $this->getFromDto($dto, "system_note");
$this->untOrd = $this->getFromDto($dto, "unt_ord");
$this->untOrd2 = $this->getFromDto($dto, "unt_ord2");
$this->untOrd3 = $this->getFromDto($dto, "unt_ord3");
$this->valGest = $this->getFromDto($dto, "val_gest");
$this->valIspe = $this->getFromDto($dto, "val_ispe");
$this->valOneri = $this->getFromDto($dto, "val_oneri");
$this->valPromo = $this->getFromDto($dto, "val_promo");
$this->valProv = $this->getFromDto($dto, "val_prov");
$this->valProv2 = $this->getFromDto($dto, "val_prov2");
$this->valUnt = $this->getFromDto($dto, "val_unt");
$this->valUntIva = $this->getFromDto($dto, "val_unt_iva");
$this->codMtip = $this->getFromDto($dto, "cod_mtip");
$this->matricola = $this->getFromDto($dto, "matricola");
$this->dataInizComp = $this->getFromDto($dto, "data_iniz_comp");
$this->dataFineComp = $this->getFromDto($dto, "data_fine_comp");
$this->codAlis = $this->getFromDto($dto, "cod_alis");
}
public function getType()
{
return "dtb_ordr";
}
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),
"rigaOrd" => $this->getForDto($this->rigaOrd),
"codAliq" => $this->getForDto($this->codAliq),
"codArtFor" => $this->getForDto($this->codArtFor),
"codAsso" => $this->getForDto($this->codAsso),
"codCol" => $this->getForDto($this->codCol),
"codJcom" => $this->getForDto($this->codJcom),
"codMart" => $this->getForDto($this->codMart),
"codMcon" => $this->getForDto($this->codMcon),
"codMdep" => $this->getForDto($this->codMdep),
"codOann" => $this->getForDto($this->codOann),
"codPromo" => $this->getForDto($this->codPromo),
"codTagl" => $this->getForDto($this->codTagl),
"codTcolUi" => $this->getForDto($this->codTcolUi),
"codTcolUl" => $this->getForDto($this->codTcolUl),
"colliPedana" => $this->getForDto($this->colliPedana),
"dataCons" => $this->getForDto($this->dataCons),
"descrizione" => $this->getForDto($this->descrizione),
"descrizioneEstesa" => $this->getForDto($this->descrizioneEstesa),
"flagEvaso" => $this->getForDto($this->flagEvaso),
"flagEvasoForzato" => $this->getForDto($this->flagEvasoForzato),
"ggCons" => $this->getForDto($this->ggCons),
"gruppoCons" => $this->getForDto($this->gruppoCons),
"idArt" => $this->getForDto($this->idArt),
"importoRiga" => $this->getForDto($this->importoRiga),
"note" => $this->getForDto($this->note),
"numCnf" => $this->getForDto($this->numCnf),
"numFase" => $this->getForDto($this->numFase),
"partitaMag" => $this->getForDto($this->partitaMag),
"percGest" => $this->getForDto($this->percGest),
"percIspe" => $this->getForDto($this->percIspe),
"percOneri" => $this->getForDto($this->percOneri),
"percPromo" => $this->getForDto($this->percPromo),
"percProv" => $this->getForDto($this->percProv),
"percProv2" => $this->getForDto($this->percProv2),
"pesoLordo" => $this->getForDto($this->pesoLordo),
"posRiga" => $this->getForDto($this->posRiga),
"qtaAcc" => $this->getForDto($this->qtaAcc),
"qtaCnf" => $this->getForDto($this->qtaCnf),
"qtaCol" => $this->getForDto($this->qtaCol),
"qtaEvasa" => $this->getForDto($this->qtaEvasa),
"qtaOrd" => $this->getForDto($this->qtaOrd),
"qtaOrd2" => $this->getForDto($this->qtaOrd2),
"qtaOrd3" => $this->getForDto($this->qtaOrd3),
"rapConv" => $this->getForDto($this->rapConv),
"sconto5" => $this->getForDto($this->sconto5),
"sconto6" => $this->getForDto($this->sconto6),
"sconto7" => $this->getForDto($this->sconto7),
"sconto8" => $this->getForDto($this->sconto8),
"systemNote" => $this->getForDto($this->systemNote),
"untOrd" => $this->getForDto($this->untOrd),
"untOrd2" => $this->getForDto($this->untOrd2),
"untOrd3" => $this->getForDto($this->untOrd3),
"valGest" => $this->getForDto($this->valGest),
"valIspe" => $this->getForDto($this->valIspe),
"valOneri" => $this->getForDto($this->valOneri),
"valPromo" => $this->getForDto($this->valPromo),
"valProv" => $this->getForDto($this->valProv),
"valProv2" => $this->getForDto($this->valProv2),
"valUnt" => $this->getForDto($this->valUnt),
"valUntIva" => $this->getForDto($this->valUntIva),
"codMtip" => $this->getForDto($this->codMtip),
"matricola" => $this->getForDto($this->matricola),
"dataInizComp" => $this->getForDto($this->dataInizComp),
"dataFineComp" => $this->getForDto($this->dataFineComp),
"codAlis" => $this->getForDto($this->codAlis),
];
}
}