<?php
namespace Proxies\__CG__\App\Entity;
/**
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
*/
class Client extends \App\Entity\Client 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\\Entity\\Client' . "\0" . 'id', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'type', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'name', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'title', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'address', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'addressNumber', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'zipCode', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'population', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'province', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'region', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'country', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'telephone', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'fax', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'email', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'gds', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'typeDocument', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'idDocument', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'observation', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'createdAt', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'createdId', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'updatedAt', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'updatedId', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'state', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'picture', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'competency', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'action', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'returnInvestment', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'typology', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'sageCode', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'iban', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'swift', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'bankName', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'sentToSage', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'syncDate', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'clientAccountingAccounts', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'deliveryNotes', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'sagePaymentMethod', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'sagePayments', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'settingsCompany'];
}
return ['__isInitialized__', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'id', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'type', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'name', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'title', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'address', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'addressNumber', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'zipCode', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'population', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'province', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'region', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'country', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'telephone', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'fax', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'email', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'gds', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'typeDocument', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'idDocument', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'observation', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'createdAt', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'createdId', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'updatedAt', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'updatedId', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'state', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'picture', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'competency', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'action', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'returnInvestment', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'typology', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'sageCode', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'iban', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'swift', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'bankName', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'sentToSage', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'syncDate', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'clientAccountingAccounts', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'deliveryNotes', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'sagePaymentMethod', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'sagePayments', '' . "\0" . 'App\\Entity\\Client' . "\0" . 'settingsCompany'];
}
/**
*
*/
public function __wakeup()
{
if ( ! $this->__isInitialized__) {
$this->__initializer__ = function (Client $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 getId(): ?int
{
if ($this->__isInitialized__ === false) {
return (int) parent::getId();
}
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []);
return parent::getId();
}
/**
* {@inheritDoc}
*/
public function setType(string $type): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setType', [$type]);
return parent::setType($type);
}
/**
* {@inheritDoc}
*/
public function getType(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getType', []);
return parent::getType();
}
/**
* {@inheritDoc}
*/
public function setName(string $name): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]);
return parent::setName($name);
}
/**
* {@inheritDoc}
*/
public function getName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []);
return parent::getName();
}
/**
* {@inheritDoc}
*/
public function setTitle(?string $title): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setTitle', [$title]);
return parent::setTitle($title);
}
/**
* {@inheritDoc}
*/
public function getTitle(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTitle', []);
return parent::getTitle();
}
/**
* {@inheritDoc}
*/
public function setAddress(string $address): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setAddress', [$address]);
return parent::setAddress($address);
}
/**
* {@inheritDoc}
*/
public function getAddress(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getAddress', []);
return parent::getAddress();
}
/**
* {@inheritDoc}
*/
public function setAddressNumber(string $addressNumber): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setAddressNumber', [$addressNumber]);
return parent::setAddressNumber($addressNumber);
}
/**
* {@inheritDoc}
*/
public function getAddressNumber(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getAddressNumber', []);
return parent::getAddressNumber();
}
/**
* {@inheritDoc}
*/
public function setZipCode(string $zipCode): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setZipCode', [$zipCode]);
return parent::setZipCode($zipCode);
}
/**
* {@inheritDoc}
*/
public function getZipCode(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getZipCode', []);
return parent::getZipCode();
}
/**
* {@inheritDoc}
*/
public function setPopulation(?string $population): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPopulation', [$population]);
return parent::setPopulation($population);
}
/**
* {@inheritDoc}
*/
public function getPopulation(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPopulation', []);
return parent::getPopulation();
}
/**
* {@inheritDoc}
*/
public function setProvince(?string $province): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setProvince', [$province]);
return parent::setProvince($province);
}
/**
* {@inheritDoc}
*/
public function getProvince(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getProvince', []);
return parent::getProvince();
}
/**
* {@inheritDoc}
*/
public function setCountry(string $country): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCountry', [$country]);
return parent::setCountry($country);
}
/**
* {@inheritDoc}
*/
public function getCountry(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCountry', []);
return parent::getCountry();
}
/**
* {@inheritDoc}
*/
public function setTelephone(string $telephone): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setTelephone', [$telephone]);
return parent::setTelephone($telephone);
}
/**
* {@inheritDoc}
*/
public function getTelephone(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTelephone', []);
return parent::getTelephone();
}
/**
* {@inheritDoc}
*/
public function setFax(?string $fax): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setFax', [$fax]);
return parent::setFax($fax);
}
/**
* {@inheritDoc}
*/
public function getFax(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getFax', []);
return parent::getFax();
}
/**
* {@inheritDoc}
*/
public function setEmail(?string $email): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setEmail', [$email]);
return parent::setEmail($email);
}
/**
* {@inheritDoc}
*/
public function getEmail(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getEmail', []);
return parent::getEmail();
}
/**
* {@inheritDoc}
*/
public function setGds(?string $gds): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setGds', [$gds]);
return parent::setGds($gds);
}
/**
* {@inheritDoc}
*/
public function getGds(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getGds', []);
return parent::getGds();
}
/**
* {@inheritDoc}
*/
public function setIdDocument(?string $idDocument): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setIdDocument', [$idDocument]);
return parent::setIdDocument($idDocument);
}
/**
* {@inheritDoc}
*/
public function getIdDocument(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getIdDocument', []);
return parent::getIdDocument();
}
/**
* {@inheritDoc}
*/
public function setObservation(?string $observation): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setObservation', [$observation]);
return parent::setObservation($observation);
}
/**
* {@inheritDoc}
*/
public function getObservation(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getObservation', []);
return parent::getObservation();
}
/**
* {@inheritDoc}
*/
public function setCreatedAt(\Datetime $createdAt): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]);
return parent::setCreatedAt($createdAt);
}
/**
* {@inheritDoc}
*/
public function getCreatedAt(): ?\DateTime
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []);
return parent::getCreatedAt();
}
/**
* {@inheritDoc}
*/
public function setCreatedId(?int $createdId): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedId', [$createdId]);
return parent::setCreatedId($createdId);
}
/**
* {@inheritDoc}
*/
public function getCreatedId(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedId', []);
return parent::getCreatedId();
}
/**
* {@inheritDoc}
*/
public function setUpdatedAt(\Datetime $updatedAt): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]);
return parent::setUpdatedAt($updatedAt);
}
/**
* {@inheritDoc}
*/
public function getUpdatedAt(): ?\DateTime
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []);
return parent::getUpdatedAt();
}
/**
* {@inheritDoc}
*/
public function setUpdatedId(?int $updatedId): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedId', [$updatedId]);
return parent::setUpdatedId($updatedId);
}
/**
* {@inheritDoc}
*/
public function getUpdatedId(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedId', []);
return parent::getUpdatedId();
}
/**
* {@inheritDoc}
*/
public function setState(bool $state): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setState', [$state]);
return parent::setState($state);
}
/**
* {@inheritDoc}
*/
public function getState(): ?bool
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getState', []);
return parent::getState();
}
/**
* {@inheritDoc}
*/
public function setPicture(?string $picture): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPicture', [$picture]);
return parent::setPicture($picture);
}
/**
* {@inheritDoc}
*/
public function getPicture(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPicture', []);
return parent::getPicture();
}
/**
* {@inheritDoc}
*/
public function setCreatedAtValue(): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAtValue', []);
parent::setCreatedAtValue();
}
/**
* {@inheritDoc}
*/
public function setUpdatedAtValue(): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAtValue', []);
parent::setUpdatedAtValue();
}
/**
* {@inheritDoc}
*/
public function setCompetency(?string $competency): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCompetency', [$competency]);
return parent::setCompetency($competency);
}
/**
* {@inheritDoc}
*/
public function getCompetency(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCompetency', []);
return parent::getCompetency();
}
/**
* {@inheritDoc}
*/
public function setAction(?string $action): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setAction', [$action]);
return parent::setAction($action);
}
/**
* {@inheritDoc}
*/
public function getAction(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getAction', []);
return parent::getAction();
}
/**
* {@inheritDoc}
*/
public function setTypeDocument(?string $typeDocument): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setTypeDocument', [$typeDocument]);
return parent::setTypeDocument($typeDocument);
}
/**
* {@inheritDoc}
*/
public function getTypeDocument(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTypeDocument', []);
return parent::getTypeDocument();
}
/**
* {@inheritDoc}
*/
public function setReturnInvestment(?string $returnInvestment): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setReturnInvestment', [$returnInvestment]);
return parent::setReturnInvestment($returnInvestment);
}
/**
* {@inheritDoc}
*/
public function getReturnInvestment(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getReturnInvestment', []);
return parent::getReturnInvestment();
}
/**
* {@inheritDoc}
*/
public function setRegion(string $region): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setRegion', [$region]);
return parent::setRegion($region);
}
/**
* {@inheritDoc}
*/
public function getRegion(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getRegion', []);
return parent::getRegion();
}
/**
* {@inheritDoc}
*/
public function getTypology(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTypology', []);
return parent::getTypology();
}
/**
* {@inheritDoc}
*/
public function setTypology(?string $typology): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setTypology', [$typology]);
return parent::setTypology($typology);
}
/**
* {@inheritDoc}
*/
public function getSageCode(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSageCode', []);
return parent::getSageCode();
}
/**
* {@inheritDoc}
*/
public function setSageCode(?string $sageCode): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSageCode', [$sageCode]);
return parent::setSageCode($sageCode);
}
/**
* {@inheritDoc}
*/
public function getIban(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getIban', []);
return parent::getIban();
}
/**
* {@inheritDoc}
*/
public function setIban(?string $iban): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setIban', [$iban]);
return parent::setIban($iban);
}
/**
* {@inheritDoc}
*/
public function getSwift(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSwift', []);
return parent::getSwift();
}
/**
* {@inheritDoc}
*/
public function setSwift(?string $swift): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSwift', [$swift]);
return parent::setSwift($swift);
}
/**
* {@inheritDoc}
*/
public function getBankName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getBankName', []);
return parent::getBankName();
}
/**
* {@inheritDoc}
*/
public function setBankName(?string $bankName): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setBankName', [$bankName]);
return parent::setBankName($bankName);
}
/**
* {@inheritDoc}
*/
public function isSentToSage(): ?bool
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'isSentToSage', []);
return parent::isSentToSage();
}
/**
* {@inheritDoc}
*/
public function setSentToSage(bool $sentToSage): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSentToSage', [$sentToSage]);
return parent::setSentToSage($sentToSage);
}
/**
* {@inheritDoc}
*/
public function getSyncDate(): ?\DateTimeInterface
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSyncDate', []);
return parent::getSyncDate();
}
/**
* {@inheritDoc}
*/
public function setSyncDate(?\DateTimeInterface $syncDate): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSyncDate', [$syncDate]);
return parent::setSyncDate($syncDate);
}
/**
* {@inheritDoc}
*/
public function getClientAccountingAccounts(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getClientAccountingAccounts', []);
return parent::getClientAccountingAccounts();
}
/**
* {@inheritDoc}
*/
public function addClientAccountingAccount(\App\Entity\ClientAccountingAccount $clientAccountingAccount): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addClientAccountingAccount', [$clientAccountingAccount]);
return parent::addClientAccountingAccount($clientAccountingAccount);
}
/**
* {@inheritDoc}
*/
public function removeClientAccountingAccount(\App\Entity\ClientAccountingAccount $clientAccountingAccount): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeClientAccountingAccount', [$clientAccountingAccount]);
return parent::removeClientAccountingAccount($clientAccountingAccount);
}
/**
* {@inheritDoc}
*/
public function getDeliveryNotes(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDeliveryNotes', []);
return parent::getDeliveryNotes();
}
/**
* {@inheritDoc}
*/
public function addDeliveryNote(\App\Entity\DeliveryNote $deliveryNote): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addDeliveryNote', [$deliveryNote]);
return parent::addDeliveryNote($deliveryNote);
}
/**
* {@inheritDoc}
*/
public function removeDeliveryNote(\App\Entity\DeliveryNote $deliveryNote): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeDeliveryNote', [$deliveryNote]);
return parent::removeDeliveryNote($deliveryNote);
}
/**
* {@inheritDoc}
*/
public function getSagePaymentMethod(): ?\App\Entity\SagePaymentMethod
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSagePaymentMethod', []);
return parent::getSagePaymentMethod();
}
/**
* {@inheritDoc}
*/
public function setSagePaymentMethod(?\App\Entity\SagePaymentMethod $sagePaymentMethod): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSagePaymentMethod', [$sagePaymentMethod]);
return parent::setSagePaymentMethod($sagePaymentMethod);
}
/**
* {@inheritDoc}
*/
public function getSagePayments(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSagePayments', []);
return parent::getSagePayments();
}
/**
* {@inheritDoc}
*/
public function addSagePayment(\App\Entity\SagePayment $payment): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addSagePayment', [$payment]);
return parent::addSagePayment($payment);
}
/**
* {@inheritDoc}
*/
public function removeSagePayment(\App\Entity\SagePayment $payment): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeSagePayment', [$payment]);
return parent::removeSagePayment($payment);
}
/**
* {@inheritDoc}
*/
public function getSettingsCompany(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSettingsCompany', []);
return parent::getSettingsCompany();
}
/**
* {@inheritDoc}
*/
public function addSettingsCompany(\App\Entity\SettingsCompany $settingsCompany): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addSettingsCompany', [$settingsCompany]);
return parent::addSettingsCompany($settingsCompany);
}
/**
* {@inheritDoc}
*/
public function removeSettingsCompany(\App\Entity\SettingsCompany $settingsCompany): \App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeSettingsCompany', [$settingsCompany]);
return parent::removeSettingsCompany($settingsCompany);
}
}