<?php
namespace Proxies\__CG__\App\Entity;
/**
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
*/
class Consumers extends \App\Entity\Consumers implements \Doctrine\ORM\Proxy\Proxy
{
/**
* @var \Closure the callback responsible for loading properties in the proxy object. This callback is called with
* three parameters, being respectively the proxy object to be initialized, the method that triggered the
* initialization process and an array of ordered parameters that were passed to that method.
*
* @see \Doctrine\Common\Proxy\Proxy::__setInitializer
*/
public $__initializer__;
/**
* @var \Closure the callback responsible of loading properties that need to be copied in the cloned object
*
* @see \Doctrine\Common\Proxy\Proxy::__setCloner
*/
public $__cloner__;
/**
* @var boolean flag indicating if this object was already initialized
*
* @see \Doctrine\Persistence\Proxy::__isInitialized
*/
public $__isInitialized__ = false;
/**
* @var array<string, null> properties to be lazy loaded, indexed by property name
*/
public static $lazyPropertiesNames = array (
);
/**
* @var array<string, mixed> default values of properties to be lazy loaded, with keys being the property names
*
* @see \Doctrine\Common\Proxy\Proxy::__getLazyProperties
*/
public static $lazyPropertiesDefaults = array (
);
public function __construct(?\Closure $initializer = null, ?\Closure $cloner = null)
{
$this->__initializer__ = $initializer;
$this->__cloner__ = $cloner;
}
/**
*
* @return array
*/
public function __sleep()
{
if ($this->__isInitialized__) {
return ['__isInitialized__', 'id', 'data_alta', 'nom', 'cognoms', 'cognom1', 'cognom2', 'direccio', 'cp', 'poblacio', 'email', 'data_naixement', 'telefon', 'clau', 'idAux', 'dni', 'nom_empresa', '' . "\0" . 'App\\Entity\\Consumers' . "\0" . 'pai_id', 'nif_empresa', 'direccio_empresa', 'cp_empresa', 'poblacio_empresa', 'provincia_empresa', 'comentaris', '' . "\0" . 'App\\Entity\\Consumers' . "\0" . 'usuari', '' . "\0" . 'App\\Entity\\Consumers' . "\0" . 'historic', 'abonat', 'familia_4i', 'origen_entrada', 'resposta_4i', 'wtp', 'tipus', 'imatge', 'imatge_aux', 'documento', 'documento_aux', 'resident', 'resident_aux', 'familia_nombrosa', 'familia_nombrosa_aux', '' . "\0" . 'App\\Entity\\Consumers' . "\0" . 'modificat', 'customer_id_proj', 'customer_id_pos', 'customer_id_num', 'company_proj_no', 'company_pos_no', 'company_num', 'customer_account_no', 'validate_hash', 'resposta_dci4_connect', 'validate_token', '' . "\0" . 'App\\Entity\\Consumers' . "\0" . 'descompte'];
}
return ['__isInitialized__', 'id', 'data_alta', 'nom', 'cognoms', 'cognom1', 'cognom2', 'direccio', 'cp', 'poblacio', 'email', 'data_naixement', 'telefon', 'clau', 'idAux', 'dni', 'nom_empresa', '' . "\0" . 'App\\Entity\\Consumers' . "\0" . 'pai_id', 'nif_empresa', 'direccio_empresa', 'cp_empresa', 'poblacio_empresa', 'provincia_empresa', 'comentaris', '' . "\0" . 'App\\Entity\\Consumers' . "\0" . 'usuari', '' . "\0" . 'App\\Entity\\Consumers' . "\0" . 'historic', 'abonat', 'familia_4i', 'origen_entrada', 'resposta_4i', 'wtp', 'tipus', 'imatge', 'imatge_aux', 'documento', 'documento_aux', 'resident', 'resident_aux', 'familia_nombrosa', 'familia_nombrosa_aux', '' . "\0" . 'App\\Entity\\Consumers' . "\0" . 'modificat', 'customer_id_proj', 'customer_id_pos', 'customer_id_num', 'company_proj_no', 'company_pos_no', 'company_num', 'customer_account_no', 'validate_hash', 'resposta_dci4_connect', 'validate_token', '' . "\0" . 'App\\Entity\\Consumers' . "\0" . 'descompte'];
}
/**
*
*/
public function __wakeup()
{
if ( ! $this->__isInitialized__) {
$this->__initializer__ = function (Consumers $proxy) {
$proxy->__setInitializer(null);
$proxy->__setCloner(null);
$existingProperties = get_object_vars($proxy);
foreach ($proxy::$lazyPropertiesDefaults as $property => $defaultValue) {
if ( ! array_key_exists($property, $existingProperties)) {
$proxy->$property = $defaultValue;
}
}
};
}
}
/**
*
*/
public function __clone()
{
$this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []);
}
/**
* Forces initialization of the proxy
*/
public function __load(): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []);
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __isInitialized(): bool
{
return $this->__isInitialized__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setInitialized($initialized): void
{
$this->__isInitialized__ = $initialized;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setInitializer(\Closure $initializer = null): void
{
$this->__initializer__ = $initializer;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __getInitializer(): ?\Closure
{
return $this->__initializer__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setCloner(\Closure $cloner = null): void
{
$this->__cloner__ = $cloner;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific cloning logic
*/
public function __getCloner(): ?\Closure
{
return $this->__cloner__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
* @deprecated no longer in use - generated code now relies on internal components rather than generated public API
* @static
*/
public function __getLazyProperties(): array
{
return self::$lazyPropertiesDefaults;
}
/**
* {@inheritDoc}
*/
public function __toString(): string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []);
return parent::__toString();
}
/**
* {@inheritDoc}
*/
public function setImatge($imatge)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setImatge', [$imatge]);
return parent::setImatge($imatge);
}
/**
* {@inheritDoc}
*/
public function getImatge()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getImatge', []);
return parent::getImatge();
}
/**
* {@inheritDoc}
*/
public function setImatgeAux(\Symfony\Component\HttpFoundation\File\UploadedFile $imatge = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setImatgeAux', [$imatge]);
return parent::setImatgeAux($imatge);
}
/**
* {@inheritDoc}
*/
public function getImatgeAux()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getImatgeAux', []);
return parent::getImatgeAux();
}
/**
* {@inheritDoc}
*/
public function preUploadImatge()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'preUploadImatge', []);
return parent::preUploadImatge();
}
/**
* {@inheritDoc}
*/
public function setDocumento($document)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDocumento', [$document]);
return parent::setDocumento($document);
}
/**
* {@inheritDoc}
*/
public function getDocumento()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDocumento', []);
return parent::getDocumento();
}
/**
* {@inheritDoc}
*/
public function setDocumentoAux(\Symfony\Component\HttpFoundation\File\UploadedFile $document = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDocumentoAux', [$document]);
return parent::setDocumentoAux($document);
}
/**
* {@inheritDoc}
*/
public function getDocumentoAux()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDocumentoAux', []);
return parent::getDocumentoAux();
}
/**
* {@inheritDoc}
*/
public function preUploadDocumento()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'preUploadDocumento', []);
return parent::preUploadDocumento();
}
/**
* {@inheritDoc}
*/
public function setResident($resident)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setResident', [$resident]);
return parent::setResident($resident);
}
/**
* {@inheritDoc}
*/
public function getResident()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getResident', []);
return parent::getResident();
}
/**
* {@inheritDoc}
*/
public function setResidentAux(\Symfony\Component\HttpFoundation\File\UploadedFile $resident = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setResidentAux', [$resident]);
return parent::setResidentAux($resident);
}
/**
* {@inheritDoc}
*/
public function getResidentAux()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getResidentAux', []);
return parent::getResidentAux();
}
/**
* {@inheritDoc}
*/
public function preUploadResident()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'preUploadResident', []);
return parent::preUploadResident();
}
/**
* {@inheritDoc}
*/
public function setFamiliaNombrosa($familia_nombrosa)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setFamiliaNombrosa', [$familia_nombrosa]);
return parent::setFamiliaNombrosa($familia_nombrosa);
}
/**
* {@inheritDoc}
*/
public function getFamiliaNombrosa()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getFamiliaNombrosa', []);
return parent::getFamiliaNombrosa();
}
/**
* {@inheritDoc}
*/
public function setFamiliaNombrosaAux(\Symfony\Component\HttpFoundation\File\UploadedFile $familia_nombrosa = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setFamiliaNombrosaAux', [$familia_nombrosa]);
return parent::setFamiliaNombrosaAux($familia_nombrosa);
}
/**
* {@inheritDoc}
*/
public function getFamiliaNombrosaAux()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getFamiliaNombrosaAux', []);
return parent::getFamiliaNombrosaAux();
}
/**
* {@inheritDoc}
*/
public function preUploadFamiliaNombrosa()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'preUploadFamiliaNombrosa', []);
return parent::preUploadFamiliaNombrosa();
}
/**
* {@inheritDoc}
*/
public function getUploadRootDir()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUploadRootDir', []);
return parent::getUploadRootDir();
}
/**
* {@inheritDoc}
*/
public function getId()
{
if ($this->__isInitialized__ === false) {
return (int) parent::getId();
}
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []);
return parent::getId();
}
/**
* {@inheritDoc}
*/
public function setDataAlta($dataAlta)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDataAlta', [$dataAlta]);
return parent::setDataAlta($dataAlta);
}
/**
* {@inheritDoc}
*/
public function getDataAlta()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDataAlta', []);
return parent::getDataAlta();
}
/**
* {@inheritDoc}
*/
public function setNom($nom)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setNom', [$nom]);
return parent::setNom($nom);
}
/**
* {@inheritDoc}
*/
public function getNom()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getNom', []);
return parent::getNom();
}
/**
* {@inheritDoc}
*/
public function setCognoms($cognoms)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCognoms', [$cognoms]);
return parent::setCognoms($cognoms);
}
/**
* {@inheritDoc}
*/
public function getCognoms()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCognoms', []);
return parent::getCognoms();
}
/**
* {@inheritDoc}
*/
public function setDireccio($direccio)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDireccio', [$direccio]);
return parent::setDireccio($direccio);
}
/**
* {@inheritDoc}
*/
public function getDireccio()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDireccio', []);
return parent::getDireccio();
}
/**
* {@inheritDoc}
*/
public function setCp($cp)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCp', [$cp]);
return parent::setCp($cp);
}
/**
* {@inheritDoc}
*/
public function getCp()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCp', []);
return parent::getCp();
}
/**
* {@inheritDoc}
*/
public function setPoblacio($poblacio)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPoblacio', [$poblacio]);
return parent::setPoblacio($poblacio);
}
/**
* {@inheritDoc}
*/
public function getPoblacio()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPoblacio', []);
return parent::getPoblacio();
}
/**
* {@inheritDoc}
*/
public function setEmail($email)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setEmail', [$email]);
return parent::setEmail($email);
}
/**
* {@inheritDoc}
*/
public function getEmail()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getEmail', []);
return parent::getEmail();
}
/**
* {@inheritDoc}
*/
public function setDataNaixement($dataNaixement)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDataNaixement', [$dataNaixement]);
return parent::setDataNaixement($dataNaixement);
}
/**
* {@inheritDoc}
*/
public function getDataNaixement()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDataNaixement', []);
return parent::getDataNaixement();
}
/**
* {@inheritDoc}
*/
public function setTelefon($telefon)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setTelefon', [$telefon]);
return parent::setTelefon($telefon);
}
/**
* {@inheritDoc}
*/
public function getTelefon()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTelefon', []);
return parent::getTelefon();
}
/**
* {@inheritDoc}
*/
public function setClau($clau)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setClau', [$clau]);
return parent::setClau($clau);
}
/**
* {@inheritDoc}
*/
public function getClau()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getClau', []);
return parent::getClau();
}
/**
* {@inheritDoc}
*/
public function setIdAux($idAux)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setIdAux', [$idAux]);
return parent::setIdAux($idAux);
}
/**
* {@inheritDoc}
*/
public function getIdAux()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getIdAux', []);
return parent::getIdAux();
}
/**
* {@inheritDoc}
*/
public function setDni($dni)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDni', [$dni]);
return parent::setDni($dni);
}
/**
* {@inheritDoc}
*/
public function getDni()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDni', []);
return parent::getDni();
}
/**
* {@inheritDoc}
*/
public function setNomEmpresa($nomEmpresa)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setNomEmpresa', [$nomEmpresa]);
return parent::setNomEmpresa($nomEmpresa);
}
/**
* {@inheritDoc}
*/
public function getNomEmpresa()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getNomEmpresa', []);
return parent::getNomEmpresa();
}
/**
* {@inheritDoc}
*/
public function setNifEmpresa($nifEmpresa)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setNifEmpresa', [$nifEmpresa]);
return parent::setNifEmpresa($nifEmpresa);
}
/**
* {@inheritDoc}
*/
public function getNifEmpresa()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getNifEmpresa', []);
return parent::getNifEmpresa();
}
/**
* {@inheritDoc}
*/
public function setDireccioEmpresa($direccioEmpresa)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDireccioEmpresa', [$direccioEmpresa]);
return parent::setDireccioEmpresa($direccioEmpresa);
}
/**
* {@inheritDoc}
*/
public function getDireccioEmpresa()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDireccioEmpresa', []);
return parent::getDireccioEmpresa();
}
/**
* {@inheritDoc}
*/
public function setCpEmpresa($cpEmpresa)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCpEmpresa', [$cpEmpresa]);
return parent::setCpEmpresa($cpEmpresa);
}
/**
* {@inheritDoc}
*/
public function getCpEmpresa()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCpEmpresa', []);
return parent::getCpEmpresa();
}
/**
* {@inheritDoc}
*/
public function setPoblacioEmpresa($poblacioEmpresa)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPoblacioEmpresa', [$poblacioEmpresa]);
return parent::setPoblacioEmpresa($poblacioEmpresa);
}
/**
* {@inheritDoc}
*/
public function getPoblacioEmpresa()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPoblacioEmpresa', []);
return parent::getPoblacioEmpresa();
}
/**
* {@inheritDoc}
*/
public function setCognom1($cognom1)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCognom1', [$cognom1]);
return parent::setCognom1($cognom1);
}
/**
* {@inheritDoc}
*/
public function getCognom1()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCognom1', []);
return parent::getCognom1();
}
/**
* {@inheritDoc}
*/
public function setCognom2($cognom2)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCognom2', [$cognom2]);
return parent::setCognom2($cognom2);
}
/**
* {@inheritDoc}
*/
public function getCognom2()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCognom2', []);
return parent::getCognom2();
}
/**
* {@inheritDoc}
*/
public function setComentaris($comentaris)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setComentaris', [$comentaris]);
return parent::setComentaris($comentaris);
}
/**
* {@inheritDoc}
*/
public function getComentaris()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getComentaris', []);
return parent::getComentaris();
}
/**
* {@inheritDoc}
*/
public function setUsuari(\App\Entity\Usuari $usuari = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUsuari', [$usuari]);
return parent::setUsuari($usuari);
}
/**
* {@inheritDoc}
*/
public function getUsuari()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUsuari', []);
return parent::getUsuari();
}
/**
* {@inheritDoc}
*/
public function setHistoric($historic)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setHistoric', [$historic]);
return parent::setHistoric($historic);
}
/**
* {@inheritDoc}
*/
public function getHistoric()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getHistoric', []);
return parent::getHistoric();
}
/**
* {@inheritDoc}
*/
public function setAbonat($abonat)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setAbonat', [$abonat]);
return parent::setAbonat($abonat);
}
/**
* {@inheritDoc}
*/
public function getAbonat()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getAbonat', []);
return parent::getAbonat();
}
/**
* {@inheritDoc}
*/
public function setOrigenEntrada($origenEntrada)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setOrigenEntrada', [$origenEntrada]);
return parent::setOrigenEntrada($origenEntrada);
}
/**
* {@inheritDoc}
*/
public function getOrigenEntrada()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getOrigenEntrada', []);
return parent::getOrigenEntrada();
}
/**
* {@inheritDoc}
*/
public function setResposta4i($resposta4i)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setResposta4i', [$resposta4i]);
return parent::setResposta4i($resposta4i);
}
/**
* {@inheritDoc}
*/
public function getResposta4i()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getResposta4i', []);
return parent::getResposta4i();
}
/**
* {@inheritDoc}
*/
public function setFamilia4i($familia4i)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setFamilia4i', [$familia4i]);
return parent::setFamilia4i($familia4i);
}
/**
* {@inheritDoc}
*/
public function getFamilia4i()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getFamilia4i', []);
return parent::getFamilia4i();
}
/**
* {@inheritDoc}
*/
public function setWtp($wtp)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setWtp', [$wtp]);
return parent::setWtp($wtp);
}
/**
* {@inheritDoc}
*/
public function getWtp()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getWtp', []);
return parent::getWtp();
}
/**
* {@inheritDoc}
*/
public function setTipus($tipus)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setTipus', [$tipus]);
return parent::setTipus($tipus);
}
/**
* {@inheritDoc}
*/
public function getTipus()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTipus', []);
return parent::getTipus();
}
/**
* {@inheritDoc}
*/
public function setModificat($modificat)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setModificat', [$modificat]);
return parent::setModificat($modificat);
}
/**
* {@inheritDoc}
*/
public function getModificat()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getModificat', []);
return parent::getModificat();
}
/**
* {@inheritDoc}
*/
public function setCustomerIdProj($customerIdProj)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCustomerIdProj', [$customerIdProj]);
return parent::setCustomerIdProj($customerIdProj);
}
/**
* {@inheritDoc}
*/
public function getCustomerIdProj()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCustomerIdProj', []);
return parent::getCustomerIdProj();
}
/**
* {@inheritDoc}
*/
public function setCustomerIdPos($customerIdPos)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCustomerIdPos', [$customerIdPos]);
return parent::setCustomerIdPos($customerIdPos);
}
/**
* {@inheritDoc}
*/
public function getCustomerIdPos()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCustomerIdPos', []);
return parent::getCustomerIdPos();
}
/**
* {@inheritDoc}
*/
public function setCustomerIdNum($customerIdNum)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCustomerIdNum', [$customerIdNum]);
return parent::setCustomerIdNum($customerIdNum);
}
/**
* {@inheritDoc}
*/
public function getCustomerIdNum()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCustomerIdNum', []);
return parent::getCustomerIdNum();
}
/**
* {@inheritDoc}
*/
public function setPaiId(\App\Entity\Paisos $paiId = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPaiId', [$paiId]);
return parent::setPaiId($paiId);
}
/**
* {@inheritDoc}
*/
public function getPaiId()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPaiId', []);
return parent::getPaiId();
}
/**
* {@inheritDoc}
*/
public function setCompanyProjNo($companyProjNo)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCompanyProjNo', [$companyProjNo]);
return parent::setCompanyProjNo($companyProjNo);
}
/**
* {@inheritDoc}
*/
public function getCompanyProjNo()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCompanyProjNo', []);
return parent::getCompanyProjNo();
}
/**
* {@inheritDoc}
*/
public function setCompanyPosNo($companyPosNo)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCompanyPosNo', [$companyPosNo]);
return parent::setCompanyPosNo($companyPosNo);
}
/**
* {@inheritDoc}
*/
public function getCompanyPosNo()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCompanyPosNo', []);
return parent::getCompanyPosNo();
}
/**
* {@inheritDoc}
*/
public function setCompanyNum($companyNum)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCompanyNum', [$companyNum]);
return parent::setCompanyNum($companyNum);
}
/**
* {@inheritDoc}
*/
public function getCompanyNum()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCompanyNum', []);
return parent::getCompanyNum();
}
/**
* {@inheritDoc}
*/
public function setProvinciaEmpresa($provinciaEmpresa)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setProvinciaEmpresa', [$provinciaEmpresa]);
return parent::setProvinciaEmpresa($provinciaEmpresa);
}
/**
* {@inheritDoc}
*/
public function getProvinciaEmpresa()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getProvinciaEmpresa', []);
return parent::getProvinciaEmpresa();
}
/**
* {@inheritDoc}
*/
public function setCustomerAccountNo($customerAccountNo)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCustomerAccountNo', [$customerAccountNo]);
return parent::setCustomerAccountNo($customerAccountNo);
}
/**
* {@inheritDoc}
*/
public function getCustomerAccountNo()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCustomerAccountNo', []);
return parent::getCustomerAccountNo();
}
/**
* {@inheritDoc}
*/
public function setValidateHash($validateHash)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setValidateHash', [$validateHash]);
return parent::setValidateHash($validateHash);
}
/**
* {@inheritDoc}
*/
public function getValidateHash()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getValidateHash', []);
return parent::getValidateHash();
}
/**
* {@inheritDoc}
*/
public function setRespostaDci4Connect($respostaDci4Connect)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setRespostaDci4Connect', [$respostaDci4Connect]);
return parent::setRespostaDci4Connect($respostaDci4Connect);
}
/**
* {@inheritDoc}
*/
public function getRespostaDci4Connect()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getRespostaDci4Connect', []);
return parent::getRespostaDci4Connect();
}
/**
* {@inheritDoc}
*/
public function setValidateToken($validateToken)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setValidateToken', [$validateToken]);
return parent::setValidateToken($validateToken);
}
/**
* {@inheritDoc}
*/
public function getValidateToken()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getValidateToken', []);
return parent::getValidateToken();
}
/**
* {@inheritDoc}
*/
public function setDescompte($descompte)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescompte', [$descompte]);
return parent::setDescompte($descompte);
}
/**
* {@inheritDoc}
*/
public function getDescompte()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescompte', []);
return parent::getDescompte();
}
}