/
tmp
/
Upload File
HOME
<?php namespace DoctrineProxies\__CG__\App\Entities; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class BankAccount extends \App\Entities\BankAccount 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__', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'id', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'createdAt', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'effectiveDate', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'name', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'nameBeneficiary', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'taxpayer', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'country', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'stateName', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'cityName', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'zipCode', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'address', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'bankName', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'accountNumber', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'iban', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'swift', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'abaCode', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'cbu', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'cbuAlias', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'deleted', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'deletedDate', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'default', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'prev', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'new', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'currency', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'intermediateBank', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'intermediateSwift', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'invoices', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'observations']; } return ['__isInitialized__', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'id', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'createdAt', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'effectiveDate', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'name', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'nameBeneficiary', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'taxpayer', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'country', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'stateName', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'cityName', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'zipCode', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'address', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'bankName', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'accountNumber', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'iban', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'swift', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'abaCode', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'cbu', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'cbuAlias', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'deleted', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'deletedDate', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'default', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'prev', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'new', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'currency', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'intermediateBank', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'intermediateSwift', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'invoices', '' . "\0" . 'App\\Entities\\BankAccount' . "\0" . 'observations']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (BankAccount $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() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __isInitialized() { return $this->__isInitialized__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setInitialized($initialized) { $this->__isInitialized__ = $initialized; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setInitializer(\Closure $initializer = null) { $this->__initializer__ = $initializer; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __getInitializer() { return $this->__initializer__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setCloner(\Closure $cloner = null) { $this->__cloner__ = $cloner; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific cloning logic */ public function __getCloner() { 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() { return self::$lazyPropertiesDefaults; } /** * {@inheritDoc} */ public function properties() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'properties', []); return parent::properties(); } /** * {@inheritDoc} */ public function populateFromArray($fields) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'populateFromArray', [$fields]); return parent::populateFromArray($fields); } /** * {@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 getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt($createdAt) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getEffectiveDate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEffectiveDate', []); return parent::getEffectiveDate(); } /** * {@inheritDoc} */ public function setEffectiveDate($effectiveDate) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEffectiveDate', [$effectiveDate]); return parent::setEffectiveDate($effectiveDate); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getNameBeneficiary() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNameBeneficiary', []); return parent::getNameBeneficiary(); } /** * {@inheritDoc} */ public function setNameBeneficiary($nameBeneficiary) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNameBeneficiary', [$nameBeneficiary]); return parent::setNameBeneficiary($nameBeneficiary); } /** * {@inheritDoc} */ public function getTaxpayer() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTaxpayer', []); return parent::getTaxpayer(); } /** * {@inheritDoc} */ public function setTaxpayer($taxpayer) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTaxpayer', [$taxpayer]); return parent::setTaxpayer($taxpayer); } /** * {@inheritDoc} */ public function getCountry() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCountry', []); return parent::getCountry(); } /** * {@inheritDoc} */ public function setCountry($country) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCountry', [$country]); return parent::setCountry($country); } /** * {@inheritDoc} */ public function getStateName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getStateName', []); return parent::getStateName(); } /** * {@inheritDoc} */ public function setStateName($stateName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setStateName', [$stateName]); return parent::setStateName($stateName); } /** * {@inheritDoc} */ public function getCityName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCityName', []); return parent::getCityName(); } /** * {@inheritDoc} */ public function setCityName($cityName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCityName', [$cityName]); return parent::setCityName($cityName); } /** * {@inheritDoc} */ public function getZipCode() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getZipCode', []); return parent::getZipCode(); } /** * {@inheritDoc} */ public function setZipCode($zipCode) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setZipCode', [$zipCode]); return parent::setZipCode($zipCode); } /** * {@inheritDoc} */ public function getAddress() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAddress', []); return parent::getAddress(); } /** * {@inheritDoc} */ public function setAddress($address) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAddress', [$address]); return parent::setAddress($address); } /** * {@inheritDoc} */ public function getBankName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBankName', []); return parent::getBankName(); } /** * {@inheritDoc} */ public function setBankName($bankName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBankName', [$bankName]); return parent::setBankName($bankName); } /** * {@inheritDoc} */ public function getAccountNumber() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAccountNumber', []); return parent::getAccountNumber(); } /** * {@inheritDoc} */ public function setAccountNumber($accountNumber) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAccountNumber', [$accountNumber]); return parent::setAccountNumber($accountNumber); } /** * {@inheritDoc} */ public function getIban() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIban', []); return parent::getIban(); } /** * {@inheritDoc} */ public function setIban($iban) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIban', [$iban]); return parent::setIban($iban); } /** * {@inheritDoc} */ public function getSwift() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSwift', []); return parent::getSwift(); } /** * {@inheritDoc} */ public function setSwift($swift) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSwift', [$swift]); return parent::setSwift($swift); } /** * {@inheritDoc} */ public function getAbaCode() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAbaCode', []); return parent::getAbaCode(); } /** * {@inheritDoc} */ public function setAbaCode($abaCode) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAbaCode', [$abaCode]); return parent::setAbaCode($abaCode); } /** * {@inheritDoc} */ public function getCbu() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCbu', []); return parent::getCbu(); } /** * {@inheritDoc} */ public function setCbu($cbu) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCbu', [$cbu]); return parent::setCbu($cbu); } /** * {@inheritDoc} */ public function getCbuAlias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCbuAlias', []); return parent::getCbuAlias(); } /** * {@inheritDoc} */ public function setCbuAlias($cbuAlias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCbuAlias', [$cbuAlias]); return parent::setCbuAlias($cbuAlias); } /** * {@inheritDoc} */ public function getDeleted() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDeleted', []); return parent::getDeleted(); } /** * {@inheritDoc} */ public function setDeleted($deleted) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDeleted', [$deleted]); return parent::setDeleted($deleted); } /** * {@inheritDoc} */ public function getDeletedDate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDeletedDate', []); return parent::getDeletedDate(); } /** * {@inheritDoc} */ public function setDeletedDate($deletedDate) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDeletedDate', [$deletedDate]); return parent::setDeletedDate($deletedDate); } /** * {@inheritDoc} */ public function getDefault() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDefault', []); return parent::getDefault(); } /** * {@inheritDoc} */ public function setDefault($default) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDefault', [$default]); return parent::setDefault($default); } /** * {@inheritDoc} */ public function getPrev() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPrev', []); return parent::getPrev(); } /** * {@inheritDoc} */ public function setPrev($prev) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPrev', [$prev]); return parent::setPrev($prev); } /** * {@inheritDoc} */ public function getNew() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNew', []); return parent::getNew(); } /** * {@inheritDoc} */ public function setNew($new) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNew', [$new]); return parent::setNew($new); } /** * {@inheritDoc} */ public function getCurrency() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCurrency', []); return parent::getCurrency(); } /** * {@inheritDoc} */ public function setCurrency($currency) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCurrency', [$currency]); return parent::setCurrency($currency); } /** * {@inheritDoc} */ public function getIntermediateBank() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIntermediateBank', []); return parent::getIntermediateBank(); } /** * {@inheritDoc} */ public function setIntermediateBank($intermediateBank) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIntermediateBank', [$intermediateBank]); return parent::setIntermediateBank($intermediateBank); } /** * {@inheritDoc} */ public function getIntermediateSwift() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIntermediateSwift', []); return parent::getIntermediateSwift(); } /** * {@inheritDoc} */ public function setIntermediateSwift($intermediateSwift) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIntermediateSwift', [$intermediateSwift]); return parent::setIntermediateSwift($intermediateSwift); } /** * {@inheritDoc} */ public function getInvoices() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getInvoices', []); return parent::getInvoices(); } /** * {@inheritDoc} */ public function setInvoices($invoices) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setInvoices', [$invoices]); return parent::setInvoices($invoices); } /** * {@inheritDoc} */ public function getObservations() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getObservations', []); return parent::getObservations(); } /** * {@inheritDoc} */ public function setObservations($observations) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setObservations', [$observations]); return parent::setObservations($observations); } /** * {@inheritDoc} */ public function canDelete() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'canDelete', []); return parent::canDelete(); } /** * {@inheritDoc} */ public function getNameError() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNameError', []); return parent::getNameError(); } }