Loading module/ImportData/src/V1/Entity/Db/Financement.php +18 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ class Financement protected $quotiteFinancement; protected $dateDebutFinancement; protected $dateFinFinancement; protected $codeTypeFinancement; protected $libelleTypeFinancement; private $sourceInsertDate; Loading Loading @@ -100,4 +102,20 @@ class Financement { return $this->sourceInsertDate; } /** * @return mixed */ public function getCodeTypeFinancement() { return $this->codeTypeFinancement; } /** * @return mixed */ public function getLibelleTypeFinancement() { return $this->libelleTypeFinancement; } } module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Financement.dcm.xml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ <field name="quotiteFinancement" type="integer" column="QUOTITE_FINANCEMENT" nullable="true"/> <field name="dateDebutFinancement" type="datetime" column="DATE_DEBUT_FINANCEMENT" nullable="true"/> <field name="dateFinFinancement" type="datetime" column="DATE_FIN_FINANCEMENT" nullable="true"/> <field name="codeTypeFinancement" column="CODE_TYPE_FINANCEMENT" nullable="true"/> <field name="libelleTypeFinancement" column="LIBELLE_TYPE_FINANCEMENT" nullable="true"/> <field name="sourceInsertDate" type="datetime" column="SOURCE_INSERT_DATE"/> </entity> Loading Loading
module/ImportData/src/V1/Entity/Db/Financement.php +18 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ class Financement protected $quotiteFinancement; protected $dateDebutFinancement; protected $dateFinFinancement; protected $codeTypeFinancement; protected $libelleTypeFinancement; private $sourceInsertDate; Loading Loading @@ -100,4 +102,20 @@ class Financement { return $this->sourceInsertDate; } /** * @return mixed */ public function getCodeTypeFinancement() { return $this->codeTypeFinancement; } /** * @return mixed */ public function getLibelleTypeFinancement() { return $this->libelleTypeFinancement; } }
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Financement.dcm.xml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ <field name="quotiteFinancement" type="integer" column="QUOTITE_FINANCEMENT" nullable="true"/> <field name="dateDebutFinancement" type="datetime" column="DATE_DEBUT_FINANCEMENT" nullable="true"/> <field name="dateFinFinancement" type="datetime" column="DATE_FIN_FINANCEMENT" nullable="true"/> <field name="codeTypeFinancement" column="CODE_TYPE_FINANCEMENT" nullable="true"/> <field name="libelleTypeFinancement" column="LIBELLE_TYPE_FINANCEMENT" nullable="true"/> <field name="sourceInsertDate" type="datetime" column="SOURCE_INSERT_DATE"/> </entity> Loading