<?php
namespace Proxies\__CG__\App\Entity;
/**
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
*/
class Paper extends \App\Entity\Paper 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\\Paper' . "\0" . 'id', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'reference', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'referenceInternal', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'quantityMin', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'priceUnityInitial', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'provider', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperProducts', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperStocks', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperStockGroups', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperQuality', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperQualityPercent', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperCategory', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'outOfStock', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'outOfStockAt', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'outOfStockQuantity', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'lowestOutOfStockAt', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'lowestOutOfStockQuantity', 'createdAt', 'archived', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'name', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'type', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'width', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'grammage', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'mandrel', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'diameter', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'priceUnity', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'price', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'quantity', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'quantityTmp'];
}
return ['__isInitialized__', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'id', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'reference', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'referenceInternal', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'quantityMin', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'priceUnityInitial', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'provider', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperProducts', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperStocks', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperStockGroups', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperQuality', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperQualityPercent', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'paperCategory', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'outOfStock', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'outOfStockAt', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'outOfStockQuantity', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'lowestOutOfStockAt', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'lowestOutOfStockQuantity', 'createdAt', 'archived', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'name', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'type', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'width', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'grammage', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'mandrel', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'diameter', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'priceUnity', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'price', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'quantity', '' . "\0" . 'App\\Entity\\Paper' . "\0" . 'quantityTmp'];
}
/**
*
*/
public function __wakeup()
{
if ( ! $this->__isInitialized__) {
$this->__initializer__ = function (Paper $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 __toString(): string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []);
return parent::__toString();
}
/**
* {@inheritDoc}
*/
public function getOutOfStockAtDisplay()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getOutOfStockAtDisplay', []);
return parent::getOutOfStockAtDisplay();
}
/**
* {@inheritDoc}
*/
public function getLowestOutOfStockAtDisplay()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getLowestOutOfStockAtDisplay', []);
return parent::getLowestOutOfStockAtDisplay();
}
/**
* {@inheritDoc}
*/
public function getOutOfStockDisplay($outOfStockAt)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getOutOfStockDisplay', [$outOfStockAt]);
return parent::getOutOfStockDisplay($outOfStockAt);
}
/**
* {@inheritDoc}
*/
public function getPaperQualityDisplay()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPaperQualityDisplay', []);
return parent::getPaperQualityDisplay();
}
/**
* {@inheritDoc}
*/
public function setQuantity(int $quantity): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setQuantity', [$quantity]);
return parent::setQuantity($quantity);
}
/**
* {@inheritDoc}
*/
public function setPriceUnity(string $priceUnity): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPriceUnity', [$priceUnity]);
return parent::setPriceUnity($priceUnity);
}
/**
* {@inheritDoc}
*/
public function isStockInDanger(): bool
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'isStockInDanger', []);
return parent::isStockInDanger();
}
/**
* {@inheritDoc}
*/
public function getStatusDisplay(): string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getStatusDisplay', []);
return parent::getStatusDisplay();
}
/**
* {@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 getReference(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getReference', []);
return parent::getReference();
}
/**
* {@inheritDoc}
*/
public function setReference(string $reference): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setReference', [$reference]);
return parent::setReference($reference);
}
/**
* {@inheritDoc}
*/
public function getReferenceInternal(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getReferenceInternal', []);
return parent::getReferenceInternal();
}
/**
* {@inheritDoc}
*/
public function setReferenceInternal(string $referenceInternal): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setReferenceInternal', [$referenceInternal]);
return parent::setReferenceInternal($referenceInternal);
}
/**
* {@inheritDoc}
*/
public function getQuantityMin(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getQuantityMin', []);
return parent::getQuantityMin();
}
/**
* {@inheritDoc}
*/
public function setQuantityMin(int $quantityMin): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setQuantityMin', [$quantityMin]);
return parent::setQuantityMin($quantityMin);
}
/**
* {@inheritDoc}
*/
public function getOutOfStock(): ?bool
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getOutOfStock', []);
return parent::getOutOfStock();
}
/**
* {@inheritDoc}
*/
public function setOutOfStock(bool $outOfStock): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setOutOfStock', [$outOfStock]);
return parent::setOutOfStock($outOfStock);
}
/**
* {@inheritDoc}
*/
public function getOutOfStockAt(): ?\DateTimeImmutable
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getOutOfStockAt', []);
return parent::getOutOfStockAt();
}
/**
* {@inheritDoc}
*/
public function setOutOfStockAt(?\DateTimeImmutable $outOfStockAt): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setOutOfStockAt', [$outOfStockAt]);
return parent::setOutOfStockAt($outOfStockAt);
}
/**
* {@inheritDoc}
*/
public function getPriceUnityInitial(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPriceUnityInitial', []);
return parent::getPriceUnityInitial();
}
/**
* {@inheritDoc}
*/
public function setPriceUnityInitial(string $priceUnityInitial): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPriceUnityInitial', [$priceUnityInitial]);
return parent::setPriceUnityInitial($priceUnityInitial);
}
/**
* {@inheritDoc}
*/
public function getProvider(): ?\App\Entity\Provider
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getProvider', []);
return parent::getProvider();
}
/**
* {@inheritDoc}
*/
public function setProvider(?\App\Entity\Provider $provider): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setProvider', [$provider]);
return parent::setProvider($provider);
}
/**
* {@inheritDoc}
*/
public function getPaperProducts(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPaperProducts', []);
return parent::getPaperProducts();
}
/**
* {@inheritDoc}
*/
public function addPaperProduct(\App\Entity\PaperProduct $paperProduct): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addPaperProduct', [$paperProduct]);
return parent::addPaperProduct($paperProduct);
}
/**
* {@inheritDoc}
*/
public function removePaperProduct(\App\Entity\PaperProduct $paperProduct): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removePaperProduct', [$paperProduct]);
return parent::removePaperProduct($paperProduct);
}
/**
* {@inheritDoc}
*/
public function getPaperStocks(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPaperStocks', []);
return parent::getPaperStocks();
}
/**
* {@inheritDoc}
*/
public function addPaperStock(\App\Entity\PaperStock $paperStock): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addPaperStock', [$paperStock]);
return parent::addPaperStock($paperStock);
}
/**
* {@inheritDoc}
*/
public function removePaperStock(\App\Entity\PaperStock $paperStock): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removePaperStock', [$paperStock]);
return parent::removePaperStock($paperStock);
}
/**
* {@inheritDoc}
*/
public function getPaperStockGroups(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPaperStockGroups', []);
return parent::getPaperStockGroups();
}
/**
* {@inheritDoc}
*/
public function addPaperStockGroup(\App\Entity\PaperStockGroup $paperStockGroup): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addPaperStockGroup', [$paperStockGroup]);
return parent::addPaperStockGroup($paperStockGroup);
}
/**
* {@inheritDoc}
*/
public function removePaperStockGroup(\App\Entity\PaperStockGroup $paperStockGroup): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removePaperStockGroup', [$paperStockGroup]);
return parent::removePaperStockGroup($paperStockGroup);
}
/**
* {@inheritDoc}
*/
public function getPaperQuality(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPaperQuality', []);
return parent::getPaperQuality();
}
/**
* {@inheritDoc}
*/
public function setPaperQuality(int $paperQuality): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPaperQuality', [$paperQuality]);
return parent::setPaperQuality($paperQuality);
}
/**
* {@inheritDoc}
*/
public function getPaperQualityPercent(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPaperQualityPercent', []);
return parent::getPaperQualityPercent();
}
/**
* {@inheritDoc}
*/
public function setPaperQualityPercent(int $paperQualityPercent): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPaperQualityPercent', [$paperQualityPercent]);
return parent::setPaperQualityPercent($paperQualityPercent);
}
/**
* {@inheritDoc}
*/
public function getPaperCategory(): ?\App\Entity\PaperCategory
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPaperCategory', []);
return parent::getPaperCategory();
}
/**
* {@inheritDoc}
*/
public function setPaperCategory(?\App\Entity\PaperCategory $paperCategory): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPaperCategory', [$paperCategory]);
return parent::setPaperCategory($paperCategory);
}
/**
* {@inheritDoc}
*/
public function getOutOfStockQuantity(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getOutOfStockQuantity', []);
return parent::getOutOfStockQuantity();
}
/**
* {@inheritDoc}
*/
public function setOutOfStockQuantity(?int $outOfStockQuantity): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setOutOfStockQuantity', [$outOfStockQuantity]);
return parent::setOutOfStockQuantity($outOfStockQuantity);
}
/**
* {@inheritDoc}
*/
public function getLowestOutOfStockAt(): ?\DateTimeImmutable
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getLowestOutOfStockAt', []);
return parent::getLowestOutOfStockAt();
}
/**
* {@inheritDoc}
*/
public function setLowestOutOfStockAt(?\DateTimeImmutable $lowestOutOfStockAt): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setLowestOutOfStockAt', [$lowestOutOfStockAt]);
return parent::setLowestOutOfStockAt($lowestOutOfStockAt);
}
/**
* {@inheritDoc}
*/
public function getLowestOutOfStockQuantity(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getLowestOutOfStockQuantity', []);
return parent::getLowestOutOfStockQuantity();
}
/**
* {@inheritDoc}
*/
public function setLowestOutOfStockQuantity(?int $lowestOutOfStockQuantity): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setLowestOutOfStockQuantity', [$lowestOutOfStockQuantity]);
return parent::setLowestOutOfStockQuantity($lowestOutOfStockQuantity);
}
/**
* {@inheritDoc}
*/
public function toggleArchived(): \App\Entity\Helpers\BaseEntity
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'toggleArchived', []);
return parent::toggleArchived();
}
/**
* {@inheritDoc}
*/
public function getCreatedAt(): ?\DateTimeImmutable
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []);
return parent::getCreatedAt();
}
/**
* {@inheritDoc}
*/
public function setCreatedAt(\DateTimeImmutable $createdAt): \App\Entity\Helpers\BaseEntity
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]);
return parent::setCreatedAt($createdAt);
}
/**
* {@inheritDoc}
*/
public function getArchived(): ?bool
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getArchived', []);
return parent::getArchived();
}
/**
* {@inheritDoc}
*/
public function setArchived(bool $archived): \App\Entity\Helpers\BaseEntity
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setArchived', [$archived]);
return parent::setArchived($archived);
}
/**
* {@inheritDoc}
*/
public function getTypeDisplay(): string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTypeDisplay', []);
return parent::getTypeDisplay();
}
/**
* {@inheritDoc}
*/
public function getName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []);
return parent::getName();
}
/**
* {@inheritDoc}
*/
public function setName(string $name): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]);
return parent::setName($name);
}
/**
* {@inheritDoc}
*/
public function getType(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getType', []);
return parent::getType();
}
/**
* {@inheritDoc}
*/
public function setType(int $type): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setType', [$type]);
return parent::setType($type);
}
/**
* {@inheritDoc}
*/
public function getWidth(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', []);
return parent::getWidth();
}
/**
* {@inheritDoc}
*/
public function setWidth(?int $width): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', [$width]);
return parent::setWidth($width);
}
/**
* {@inheritDoc}
*/
public function getGrammage(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getGrammage', []);
return parent::getGrammage();
}
/**
* {@inheritDoc}
*/
public function setGrammage(?int $grammage): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setGrammage', [$grammage]);
return parent::setGrammage($grammage);
}
/**
* {@inheritDoc}
*/
public function getMandrel(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getMandrel', []);
return parent::getMandrel();
}
/**
* {@inheritDoc}
*/
public function setMandrel(?int $mandrel): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setMandrel', [$mandrel]);
return parent::setMandrel($mandrel);
}
/**
* {@inheritDoc}
*/
public function getDiameter(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDiameter', []);
return parent::getDiameter();
}
/**
* {@inheritDoc}
*/
public function setDiameter(?int $diameter): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDiameter', [$diameter]);
return parent::setDiameter($diameter);
}
/**
* {@inheritDoc}
*/
public function getPriceUnity(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPriceUnity', []);
return parent::getPriceUnity();
}
/**
* {@inheritDoc}
*/
public function getPrice(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPrice', []);
return parent::getPrice();
}
/**
* {@inheritDoc}
*/
public function setPrice(string $price): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPrice', [$price]);
return parent::setPrice($price);
}
/**
* {@inheritDoc}
*/
public function getQuantity(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getQuantity', []);
return parent::getQuantity();
}
/**
* {@inheritDoc}
*/
public function getQuantityTmp(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getQuantityTmp', []);
return parent::getQuantityTmp();
}
/**
* {@inheritDoc}
*/
public function setQuantityTmp(int $quantityTmp): \App\Entity\Paper
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setQuantityTmp', [$quantityTmp]);
return parent::setQuantityTmp($quantityTmp);
}
}