var/cache/dev/doctrine/orm/Proxies/__CG__EccubeEntityShipping.php line 9

Open in your IDE?
  1. <?php
  2. namespace Proxies\__CG__\Eccube\Entity;
  3. /**
  4.  * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
  5.  */
  6. class Shipping extends \Eccube\Entity\Shipping implements \Doctrine\ORM\Proxy\Proxy
  7. {
  8.     /**
  9.      * @var \Closure the callback responsible for loading properties in the proxy object. This callback is called with
  10.      *      three parameters, being respectively the proxy object to be initialized, the method that triggered the
  11.      *      initialization process and an array of ordered parameters that were passed to that method.
  12.      *
  13.      * @see \Doctrine\Common\Proxy\Proxy::__setInitializer
  14.      */
  15.     public $__initializer__;
  16.     /**
  17.      * @var \Closure the callback responsible of loading properties that need to be copied in the cloned object
  18.      *
  19.      * @see \Doctrine\Common\Proxy\Proxy::__setCloner
  20.      */
  21.     public $__cloner__;
  22.     /**
  23.      * @var boolean flag indicating if this object was already initialized
  24.      *
  25.      * @see \Doctrine\Persistence\Proxy::__isInitialized
  26.      */
  27.     public $__isInitialized__ false;
  28.     /**
  29.      * @var array<string, null> properties to be lazy loaded, indexed by property name
  30.      */
  31.     public static $lazyPropertiesNames = array (
  32.   'pre_tracking_number' => NULL,
  33.   'tracking_information' => NULL,
  34. );
  35.     /**
  36.      * @var array<string, mixed> default values of properties to be lazy loaded, with keys being the property names
  37.      *
  38.      * @see \Doctrine\Common\Proxy\Proxy::__getLazyProperties
  39.      */
  40.     public static $lazyPropertiesDefaults = array (
  41.   'pre_tracking_number' => NULL,
  42.   'tracking_information' => NULL,
  43. );
  44.     public function __construct(?\Closure $initializer null, ?\Closure $cloner null)
  45.     {
  46.         unset($this->pre_tracking_number$this->tracking_information);
  47.         $this->__initializer__ $initializer;
  48.         $this->__cloner__      $cloner;
  49.     }
  50.     /**
  51.      * 
  52.      * @param string $name
  53.      */
  54.     public function __get($name)
  55.     {
  56.         if (\array_key_exists($nameself::$lazyPropertiesNames)) {
  57.             $this->__initializer__ && $this->__initializer__->__invoke($this'__get', [$name]);
  58.             return $this->$name;
  59.         }
  60.         trigger_error(sprintf('Undefined property: %s::$%s'__CLASS__$name), E_USER_NOTICE);
  61.     }
  62.     /**
  63.      * 
  64.      * @param string $name
  65.      * @param mixed  $value
  66.      */
  67.     public function __set($name$value)
  68.     {
  69.         if (\array_key_exists($nameself::$lazyPropertiesNames)) {
  70.             $this->__initializer__ && $this->__initializer__->__invoke($this'__set', [$name$value]);
  71.             $this->$name $value;
  72.             return;
  73.         }
  74.         $this->$name $value;
  75.     }
  76.     /**
  77.      * 
  78.      * @param  string $name
  79.      * @return boolean
  80.      */
  81.     public function __isset($name)
  82.     {
  83.         if (\array_key_exists($nameself::$lazyPropertiesNames)) {
  84.             $this->__initializer__ && $this->__initializer__->__invoke($this'__isset', [$name]);
  85.             return isset($this->$name);
  86.         }
  87.         return false;
  88.     }
  89.     /**
  90.      * 
  91.      * @return array
  92.      */
  93.     public function __sleep()
  94.     {
  95.         if ($this->__isInitialized__) {
  96.             return ['__isInitialized__''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'id''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'name01''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'name02''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'kana01''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'kana02''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'company_name''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'phone_number''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'postal_code''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'addr01''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'addr02''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'shipping_delivery_name''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'time_id''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'shipping_delivery_time''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'shipping_delivery_date''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'shipping_date''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'tracking_number''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'note''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'sort_no''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'create_date''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'update_date''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'mail_send_date''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'Order''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'OrderItems''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'Country''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'Pref''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'Delivery''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'ProductClassOfTemp''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'Creator''pre_tracking_number''tracking_information'];
  97.         }
  98.         return ['__isInitialized__''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'id''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'name01''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'name02''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'kana01''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'kana02''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'company_name''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'phone_number''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'postal_code''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'addr01''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'addr02''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'shipping_delivery_name''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'time_id''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'shipping_delivery_time''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'shipping_delivery_date''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'shipping_date''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'tracking_number''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'note''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'sort_no''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'create_date''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'update_date''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'mail_send_date''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'Order''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'OrderItems''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'Country''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'Pref''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'Delivery''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'ProductClassOfTemp''' "\0" 'Eccube\\Entity\\Shipping' "\0" 'Creator'];
  99.     }
  100.     /**
  101.      * 
  102.      */
  103.     public function __wakeup()
  104.     {
  105.         if ( ! $this->__isInitialized__) {
  106.             $this->__initializer__ = function (Shipping $proxy) {
  107.                 $proxy->__setInitializer(null);
  108.                 $proxy->__setCloner(null);
  109.                 $existingProperties get_object_vars($proxy);
  110.                 foreach ($proxy::$lazyPropertiesDefaults as $property => $defaultValue) {
  111.                     if ( ! array_key_exists($property$existingProperties)) {
  112.                         $proxy->$property $defaultValue;
  113.                     }
  114.                 }
  115.             };
  116.             unset($this->pre_tracking_number$this->tracking_information);
  117.         }
  118.     }
  119.     /**
  120.      * 
  121.      */
  122.     public function __clone()
  123.     {
  124.         $this->__cloner__ && $this->__cloner__->__invoke($this'__clone', []);
  125.     }
  126.     /**
  127.      * Forces initialization of the proxy
  128.      */
  129.     public function __load(): void
  130.     {
  131.         $this->__initializer__ && $this->__initializer__->__invoke($this'__load', []);
  132.     }
  133.     /**
  134.      * {@inheritDoc}
  135.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  136.      */
  137.     public function __isInitialized(): bool
  138.     {
  139.         return $this->__isInitialized__;
  140.     }
  141.     /**
  142.      * {@inheritDoc}
  143.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  144.      */
  145.     public function __setInitialized($initialized): void
  146.     {
  147.         $this->__isInitialized__ $initialized;
  148.     }
  149.     /**
  150.      * {@inheritDoc}
  151.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  152.      */
  153.     public function __setInitializer(\Closure $initializer null): void
  154.     {
  155.         $this->__initializer__ $initializer;
  156.     }
  157.     /**
  158.      * {@inheritDoc}
  159.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  160.      */
  161.     public function __getInitializer(): ?\Closure
  162.     {
  163.         return $this->__initializer__;
  164.     }
  165.     /**
  166.      * {@inheritDoc}
  167.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  168.      */
  169.     public function __setCloner(\Closure $cloner null): void
  170.     {
  171.         $this->__cloner__ $cloner;
  172.     }
  173.     /**
  174.      * {@inheritDoc}
  175.      * @internal generated method: use only when explicitly handling proxy specific cloning logic
  176.      */
  177.     public function __getCloner(): ?\Closure
  178.     {
  179.         return $this->__cloner__;
  180.     }
  181.     /**
  182.      * {@inheritDoc}
  183.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  184.      * @deprecated no longer in use - generated code now relies on internal components rather than generated public API
  185.      * @static
  186.      */
  187.     public function __getLazyProperties(): array
  188.     {
  189.         return self::$lazyPropertiesDefaults;
  190.     }
  191.     
  192.     /**
  193.      * {@inheritDoc}
  194.      */
  195.     public function getShippingMultipleDefaultName()
  196.     {
  197.         $this->__initializer__ && $this->__initializer__->__invoke($this'getShippingMultipleDefaultName', []);
  198.         return parent::getShippingMultipleDefaultName();
  199.     }
  200.     /**
  201.      * {@inheritDoc}
  202.      */
  203.     public function setFromCustomerAddress(\Eccube\Entity\CustomerAddress $CustomerAddress)
  204.     {
  205.         $this->__initializer__ && $this->__initializer__->__invoke($this'setFromCustomerAddress', [$CustomerAddress]);
  206.         return parent::setFromCustomerAddress($CustomerAddress);
  207.     }
  208.     /**
  209.      * {@inheritDoc}
  210.      */
  211.     public function clearCustomerAddress()
  212.     {
  213.         $this->__initializer__ && $this->__initializer__->__invoke($this'clearCustomerAddress', []);
  214.         return parent::clearCustomerAddress();
  215.     }
  216.     /**
  217.      * {@inheritDoc}
  218.      */
  219.     public function getId()
  220.     {
  221.         if ($this->__isInitialized__ === false) {
  222.             return (int)  parent::getId();
  223.         }
  224.         $this->__initializer__ && $this->__initializer__->__invoke($this'getId', []);
  225.         return parent::getId();
  226.     }
  227.     /**
  228.      * {@inheritDoc}
  229.      */
  230.     public function setName01($name01)
  231.     {
  232.         $this->__initializer__ && $this->__initializer__->__invoke($this'setName01', [$name01]);
  233.         return parent::setName01($name01);
  234.     }
  235.     /**
  236.      * {@inheritDoc}
  237.      */
  238.     public function getName01()
  239.     {
  240.         $this->__initializer__ && $this->__initializer__->__invoke($this'getName01', []);
  241.         return parent::getName01();
  242.     }
  243.     /**
  244.      * {@inheritDoc}
  245.      */
  246.     public function setName02($name02)
  247.     {
  248.         $this->__initializer__ && $this->__initializer__->__invoke($this'setName02', [$name02]);
  249.         return parent::setName02($name02);
  250.     }
  251.     /**
  252.      * {@inheritDoc}
  253.      */
  254.     public function getName02()
  255.     {
  256.         $this->__initializer__ && $this->__initializer__->__invoke($this'getName02', []);
  257.         return parent::getName02();
  258.     }
  259.     /**
  260.      * {@inheritDoc}
  261.      */
  262.     public function setKana01($kana01)
  263.     {
  264.         $this->__initializer__ && $this->__initializer__->__invoke($this'setKana01', [$kana01]);
  265.         return parent::setKana01($kana01);
  266.     }
  267.     /**
  268.      * {@inheritDoc}
  269.      */
  270.     public function getKana01()
  271.     {
  272.         $this->__initializer__ && $this->__initializer__->__invoke($this'getKana01', []);
  273.         return parent::getKana01();
  274.     }
  275.     /**
  276.      * {@inheritDoc}
  277.      */
  278.     public function setKana02($kana02)
  279.     {
  280.         $this->__initializer__ && $this->__initializer__->__invoke($this'setKana02', [$kana02]);
  281.         return parent::setKana02($kana02);
  282.     }
  283.     /**
  284.      * {@inheritDoc}
  285.      */
  286.     public function getKana02()
  287.     {
  288.         $this->__initializer__ && $this->__initializer__->__invoke($this'getKana02', []);
  289.         return parent::getKana02();
  290.     }
  291.     /**
  292.      * {@inheritDoc}
  293.      */
  294.     public function setCompanyName($companyName NULL)
  295.     {
  296.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCompanyName', [$companyName]);
  297.         return parent::setCompanyName($companyName);
  298.     }
  299.     /**
  300.      * {@inheritDoc}
  301.      */
  302.     public function getCompanyName()
  303.     {
  304.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCompanyName', []);
  305.         return parent::getCompanyName();
  306.     }
  307.     /**
  308.      * {@inheritDoc}
  309.      */
  310.     public function setPhoneNumber($phone_number NULL)
  311.     {
  312.         $this->__initializer__ && $this->__initializer__->__invoke($this'setPhoneNumber', [$phone_number]);
  313.         return parent::setPhoneNumber($phone_number);
  314.     }
  315.     /**
  316.      * {@inheritDoc}
  317.      */
  318.     public function getPhoneNumber()
  319.     {
  320.         $this->__initializer__ && $this->__initializer__->__invoke($this'getPhoneNumber', []);
  321.         return parent::getPhoneNumber();
  322.     }
  323.     /**
  324.      * {@inheritDoc}
  325.      */
  326.     public function setPostalCode($postal_code NULL)
  327.     {
  328.         $this->__initializer__ && $this->__initializer__->__invoke($this'setPostalCode', [$postal_code]);
  329.         return parent::setPostalCode($postal_code);
  330.     }
  331.     /**
  332.      * {@inheritDoc}
  333.      */
  334.     public function getPostalCode()
  335.     {
  336.         $this->__initializer__ && $this->__initializer__->__invoke($this'getPostalCode', []);
  337.         return parent::getPostalCode();
  338.     }
  339.     /**
  340.      * {@inheritDoc}
  341.      */
  342.     public function setAddr01($addr01 NULL)
  343.     {
  344.         $this->__initializer__ && $this->__initializer__->__invoke($this'setAddr01', [$addr01]);
  345.         return parent::setAddr01($addr01);
  346.     }
  347.     /**
  348.      * {@inheritDoc}
  349.      */
  350.     public function getAddr01()
  351.     {
  352.         $this->__initializer__ && $this->__initializer__->__invoke($this'getAddr01', []);
  353.         return parent::getAddr01();
  354.     }
  355.     /**
  356.      * {@inheritDoc}
  357.      */
  358.     public function setAddr02($addr02 NULL)
  359.     {
  360.         $this->__initializer__ && $this->__initializer__->__invoke($this'setAddr02', [$addr02]);
  361.         return parent::setAddr02($addr02);
  362.     }
  363.     /**
  364.      * {@inheritDoc}
  365.      */
  366.     public function getAddr02()
  367.     {
  368.         $this->__initializer__ && $this->__initializer__->__invoke($this'getAddr02', []);
  369.         return parent::getAddr02();
  370.     }
  371.     /**
  372.      * {@inheritDoc}
  373.      */
  374.     public function setShippingDeliveryName($shippingDeliveryName NULL)
  375.     {
  376.         $this->__initializer__ && $this->__initializer__->__invoke($this'setShippingDeliveryName', [$shippingDeliveryName]);
  377.         return parent::setShippingDeliveryName($shippingDeliveryName);
  378.     }
  379.     /**
  380.      * {@inheritDoc}
  381.      */
  382.     public function getShippingDeliveryName()
  383.     {
  384.         $this->__initializer__ && $this->__initializer__->__invoke($this'getShippingDeliveryName', []);
  385.         return parent::getShippingDeliveryName();
  386.     }
  387.     /**
  388.      * {@inheritDoc}
  389.      */
  390.     public function setShippingDeliveryTime($shippingDeliveryTime NULL)
  391.     {
  392.         $this->__initializer__ && $this->__initializer__->__invoke($this'setShippingDeliveryTime', [$shippingDeliveryTime]);
  393.         return parent::setShippingDeliveryTime($shippingDeliveryTime);
  394.     }
  395.     /**
  396.      * {@inheritDoc}
  397.      */
  398.     public function getShippingDeliveryTime()
  399.     {
  400.         $this->__initializer__ && $this->__initializer__->__invoke($this'getShippingDeliveryTime', []);
  401.         return parent::getShippingDeliveryTime();
  402.     }
  403.     /**
  404.      * {@inheritDoc}
  405.      */
  406.     public function setShippingDeliveryDate($shippingDeliveryDate NULL)
  407.     {
  408.         $this->__initializer__ && $this->__initializer__->__invoke($this'setShippingDeliveryDate', [$shippingDeliveryDate]);
  409.         return parent::setShippingDeliveryDate($shippingDeliveryDate);
  410.     }
  411.     /**
  412.      * {@inheritDoc}
  413.      */
  414.     public function getShippingDeliveryDate()
  415.     {
  416.         $this->__initializer__ && $this->__initializer__->__invoke($this'getShippingDeliveryDate', []);
  417.         return parent::getShippingDeliveryDate();
  418.     }
  419.     /**
  420.      * {@inheritDoc}
  421.      */
  422.     public function setShippingDate($shippingDate NULL)
  423.     {
  424.         $this->__initializer__ && $this->__initializer__->__invoke($this'setShippingDate', [$shippingDate]);
  425.         return parent::setShippingDate($shippingDate);
  426.     }
  427.     /**
  428.      * {@inheritDoc}
  429.      */
  430.     public function getShippingDate()
  431.     {
  432.         $this->__initializer__ && $this->__initializer__->__invoke($this'getShippingDate', []);
  433.         return parent::getShippingDate();
  434.     }
  435.     /**
  436.      * {@inheritDoc}
  437.      */
  438.     public function setSortNo($sortNo NULL)
  439.     {
  440.         $this->__initializer__ && $this->__initializer__->__invoke($this'setSortNo', [$sortNo]);
  441.         return parent::setSortNo($sortNo);
  442.     }
  443.     /**
  444.      * {@inheritDoc}
  445.      */
  446.     public function getSortNo()
  447.     {
  448.         $this->__initializer__ && $this->__initializer__->__invoke($this'getSortNo', []);
  449.         return parent::getSortNo();
  450.     }
  451.     /**
  452.      * {@inheritDoc}
  453.      */
  454.     public function setCreateDate($createDate)
  455.     {
  456.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCreateDate', [$createDate]);
  457.         return parent::setCreateDate($createDate);
  458.     }
  459.     /**
  460.      * {@inheritDoc}
  461.      */
  462.     public function getCreateDate()
  463.     {
  464.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCreateDate', []);
  465.         return parent::getCreateDate();
  466.     }
  467.     /**
  468.      * {@inheritDoc}
  469.      */
  470.     public function setUpdateDate($updateDate)
  471.     {
  472.         $this->__initializer__ && $this->__initializer__->__invoke($this'setUpdateDate', [$updateDate]);
  473.         return parent::setUpdateDate($updateDate);
  474.     }
  475.     /**
  476.      * {@inheritDoc}
  477.      */
  478.     public function getUpdateDate()
  479.     {
  480.         $this->__initializer__ && $this->__initializer__->__invoke($this'getUpdateDate', []);
  481.         return parent::getUpdateDate();
  482.     }
  483.     /**
  484.      * {@inheritDoc}
  485.      */
  486.     public function setMailSendDate($mailSendDate)
  487.     {
  488.         $this->__initializer__ && $this->__initializer__->__invoke($this'setMailSendDate', [$mailSendDate]);
  489.         return parent::setMailSendDate($mailSendDate);
  490.     }
  491.     /**
  492.      * {@inheritDoc}
  493.      */
  494.     public function getMailSendDate()
  495.     {
  496.         $this->__initializer__ && $this->__initializer__->__invoke($this'getMailSendDate', []);
  497.         return parent::getMailSendDate();
  498.     }
  499.     /**
  500.      * {@inheritDoc}
  501.      */
  502.     public function addOrderItem(\Eccube\Entity\OrderItem $OrderItem)
  503.     {
  504.         $this->__initializer__ && $this->__initializer__->__invoke($this'addOrderItem', [$OrderItem]);
  505.         return parent::addOrderItem($OrderItem);
  506.     }
  507.     /**
  508.      * {@inheritDoc}
  509.      */
  510.     public function removeOrderItem(\Eccube\Entity\OrderItem $OrderItem)
  511.     {
  512.         $this->__initializer__ && $this->__initializer__->__invoke($this'removeOrderItem', [$OrderItem]);
  513.         return parent::removeOrderItem($OrderItem);
  514.     }
  515.     /**
  516.      * {@inheritDoc}
  517.      */
  518.     public function getOrderItems()
  519.     {
  520.         $this->__initializer__ && $this->__initializer__->__invoke($this'getOrderItems', []);
  521.         return parent::getOrderItems();
  522.     }
  523.     /**
  524.      * {@inheritDoc}
  525.      */
  526.     public function getProductOrderItems()
  527.     {
  528.         $this->__initializer__ && $this->__initializer__->__invoke($this'getProductOrderItems', []);
  529.         return parent::getProductOrderItems();
  530.     }
  531.     /**
  532.      * {@inheritDoc}
  533.      */
  534.     public function setCountry(\Eccube\Entity\Master\Country $country NULL)
  535.     {
  536.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCountry', [$country]);
  537.         return parent::setCountry($country);
  538.     }
  539.     /**
  540.      * {@inheritDoc}
  541.      */
  542.     public function getCountry()
  543.     {
  544.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCountry', []);
  545.         return parent::getCountry();
  546.     }
  547.     /**
  548.      * {@inheritDoc}
  549.      */
  550.     public function setPref(\Eccube\Entity\Master\Pref $pref NULL)
  551.     {
  552.         $this->__initializer__ && $this->__initializer__->__invoke($this'setPref', [$pref]);
  553.         return parent::setPref($pref);
  554.     }
  555.     /**
  556.      * {@inheritDoc}
  557.      */
  558.     public function getPref()
  559.     {
  560.         $this->__initializer__ && $this->__initializer__->__invoke($this'getPref', []);
  561.         return parent::getPref();
  562.     }
  563.     /**
  564.      * {@inheritDoc}
  565.      */
  566.     public function setDelivery(\Eccube\Entity\Delivery $delivery NULL)
  567.     {
  568.         $this->__initializer__ && $this->__initializer__->__invoke($this'setDelivery', [$delivery]);
  569.         return parent::setDelivery($delivery);
  570.     }
  571.     /**
  572.      * {@inheritDoc}
  573.      */
  574.     public function getDelivery()
  575.     {
  576.         $this->__initializer__ && $this->__initializer__->__invoke($this'getDelivery', []);
  577.         return parent::getDelivery();
  578.     }
  579.     /**
  580.      * {@inheritDoc}
  581.      */
  582.     public function getProductClassOfTemp()
  583.     {
  584.         $this->__initializer__ && $this->__initializer__->__invoke($this'getProductClassOfTemp', []);
  585.         return parent::getProductClassOfTemp();
  586.     }
  587.     /**
  588.      * {@inheritDoc}
  589.      */
  590.     public function setProductClassOfTemp(\Eccube\Entity\ProductClass $ProductClassOfTemp)
  591.     {
  592.         $this->__initializer__ && $this->__initializer__->__invoke($this'setProductClassOfTemp', [$ProductClassOfTemp]);
  593.         return parent::setProductClassOfTemp($ProductClassOfTemp);
  594.     }
  595.     /**
  596.      * {@inheritDoc}
  597.      */
  598.     public function setOrder(\Eccube\Entity\Order $Order)
  599.     {
  600.         $this->__initializer__ && $this->__initializer__->__invoke($this'setOrder', [$Order]);
  601.         return parent::setOrder($Order);
  602.     }
  603.     /**
  604.      * {@inheritDoc}
  605.      */
  606.     public function getOrder()
  607.     {
  608.         $this->__initializer__ && $this->__initializer__->__invoke($this'getOrder', []);
  609.         return parent::getOrder();
  610.     }
  611.     /**
  612.      * {@inheritDoc}
  613.      */
  614.     public function setTrackingNumber($trackingNumber)
  615.     {
  616.         $this->__initializer__ && $this->__initializer__->__invoke($this'setTrackingNumber', [$trackingNumber]);
  617.         return parent::setTrackingNumber($trackingNumber);
  618.     }
  619.     /**
  620.      * {@inheritDoc}
  621.      */
  622.     public function getTrackingNumber()
  623.     {
  624.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTrackingNumber', []);
  625.         return parent::getTrackingNumber();
  626.     }
  627.     /**
  628.      * {@inheritDoc}
  629.      */
  630.     public function setNote($note NULL)
  631.     {
  632.         $this->__initializer__ && $this->__initializer__->__invoke($this'setNote', [$note]);
  633.         return parent::setNote($note);
  634.     }
  635.     /**
  636.      * {@inheritDoc}
  637.      */
  638.     public function getNote()
  639.     {
  640.         $this->__initializer__ && $this->__initializer__->__invoke($this'getNote', []);
  641.         return parent::getNote();
  642.     }
  643.     /**
  644.      * {@inheritDoc}
  645.      */
  646.     public function isShipped()
  647.     {
  648.         $this->__initializer__ && $this->__initializer__->__invoke($this'isShipped', []);
  649.         return parent::isShipped();
  650.     }
  651.     /**
  652.      * {@inheritDoc}
  653.      */
  654.     public function setTimeId($timeId)
  655.     {
  656.         $this->__initializer__ && $this->__initializer__->__invoke($this'setTimeId', [$timeId]);
  657.         return parent::setTimeId($timeId);
  658.     }
  659.     /**
  660.      * {@inheritDoc}
  661.      */
  662.     public function getTimeId()
  663.     {
  664.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTimeId', []);
  665.         return parent::getTimeId();
  666.     }
  667.     /**
  668.      * {@inheritDoc}
  669.      */
  670.     public function setCreator(\Eccube\Entity\Member $creator NULL)
  671.     {
  672.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCreator', [$creator]);
  673.         return parent::setCreator($creator);
  674.     }
  675.     /**
  676.      * {@inheritDoc}
  677.      */
  678.     public function getCreator()
  679.     {
  680.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCreator', []);
  681.         return parent::getCreator();
  682.     }
  683.     /**
  684.      * {@inheritDoc}
  685.      */
  686.     public function offsetExists($offset)
  687.     {
  688.         $this->__initializer__ && $this->__initializer__->__invoke($this'offsetExists', [$offset]);
  689.         return parent::offsetExists($offset);
  690.     }
  691.     /**
  692.      * {@inheritDoc}
  693.      */
  694.     public function offsetSet($offset$value)
  695.     {
  696.         $this->__initializer__ && $this->__initializer__->__invoke($this'offsetSet', [$offset$value]);
  697.         return parent::offsetSet($offset$value);
  698.     }
  699.     /**
  700.      * {@inheritDoc}
  701.      */
  702.     public function offsetGet($offset)
  703.     {
  704.         $this->__initializer__ && $this->__initializer__->__invoke($this'offsetGet', [$offset]);
  705.         return parent::offsetGet($offset);
  706.     }
  707.     /**
  708.      * {@inheritDoc}
  709.      */
  710.     public function offsetUnset($offset)
  711.     {
  712.         $this->__initializer__ && $this->__initializer__->__invoke($this'offsetUnset', [$offset]);
  713.         return parent::offsetUnset($offset);
  714.     }
  715.     /**
  716.      * {@inheritDoc}
  717.      */
  718.     public function setPropertiesFromArray(array $arrProps, array $excludeAttribute = [], \ReflectionClass $parentClass NULL)
  719.     {
  720.         $this->__initializer__ && $this->__initializer__->__invoke($this'setPropertiesFromArray', [$arrProps$excludeAttribute$parentClass]);
  721.         return parent::setPropertiesFromArray($arrProps$excludeAttribute$parentClass);
  722.     }
  723.     /**
  724.      * {@inheritDoc}
  725.      */
  726.     public function toArray(array $excludeAttribute = ['__initializer__''__cloner__''__isInitialized__'], \ReflectionClass $parentClass NULL)
  727.     {
  728.         $this->__initializer__ && $this->__initializer__->__invoke($this'toArray', [$excludeAttribute$parentClass]);
  729.         return parent::toArray($excludeAttribute$parentClass);
  730.     }
  731.     /**
  732.      * {@inheritDoc}
  733.      */
  734.     public function toNormalizedArray(array $excludeAttribute = ['__initializer__''__cloner__''__isInitialized__'])
  735.     {
  736.         $this->__initializer__ && $this->__initializer__->__invoke($this'toNormalizedArray', [$excludeAttribute]);
  737.         return parent::toNormalizedArray($excludeAttribute);
  738.     }
  739.     /**
  740.      * {@inheritDoc}
  741.      */
  742.     public function toJSON(array $excludeAttribute = ['__initializer__''__cloner__''__isInitialized__'])
  743.     {
  744.         $this->__initializer__ && $this->__initializer__->__invoke($this'toJSON', [$excludeAttribute]);
  745.         return parent::toJSON($excludeAttribute);
  746.     }
  747.     /**
  748.      * {@inheritDoc}
  749.      */
  750.     public function toXML(array $excludeAttribute = ['__initializer__''__cloner__''__isInitialized__'])
  751.     {
  752.         $this->__initializer__ && $this->__initializer__->__invoke($this'toXML', [$excludeAttribute]);
  753.         return parent::toXML($excludeAttribute);
  754.     }
  755.     /**
  756.      * {@inheritDoc}
  757.      */
  758.     public function copyProperties($srcObject, array $excludeAttribute = [])
  759.     {
  760.         $this->__initializer__ && $this->__initializer__->__invoke($this'copyProperties', [$srcObject$excludeAttribute]);
  761.         return parent::copyProperties($srcObject$excludeAttribute);
  762.     }
  763.     /**
  764.      * {@inheritDoc}
  765.      */
  766.     public function getEntityIdentifierAsArray(\Eccube\Entity\AbstractEntity $Entity)
  767.     {
  768.         $this->__initializer__ && $this->__initializer__->__invoke($this'getEntityIdentifierAsArray', [$Entity]);
  769.         return parent::getEntityIdentifierAsArray($Entity);
  770.     }
  771.     /**
  772.      * {@inheritDoc}
  773.      */
  774.     public function getFullName()
  775.     {
  776.         $this->__initializer__ && $this->__initializer__->__invoke($this'getFullName', []);
  777.         return parent::getFullName();
  778.     }
  779.     /**
  780.      * {@inheritDoc}
  781.      */
  782.     public function getFullNameKana()
  783.     {
  784.         $this->__initializer__ && $this->__initializer__->__invoke($this'getFullNameKana', []);
  785.         return parent::getFullNameKana();
  786.     }
  787.     /**
  788.      * {@inheritDoc}
  789.      */
  790.     public function setPreTrackingNumber($pre_tracking_number)
  791.     {
  792.         $this->__initializer__ && $this->__initializer__->__invoke($this'setPreTrackingNumber', [$pre_tracking_number]);
  793.         return parent::setPreTrackingNumber($pre_tracking_number);
  794.     }
  795.     /**
  796.      * {@inheritDoc}
  797.      */
  798.     public function getPreTrackingNumber()
  799.     {
  800.         $this->__initializer__ && $this->__initializer__->__invoke($this'getPreTrackingNumber', []);
  801.         return parent::getPreTrackingNumber();
  802.     }
  803.     /**
  804.      * {@inheritDoc}
  805.      */
  806.     public function setTrackingInformation($tracking_information)
  807.     {
  808.         $this->__initializer__ && $this->__initializer__->__invoke($this'setTrackingInformation', [$tracking_information]);
  809.         return parent::setTrackingInformation($tracking_information);
  810.     }
  811.     /**
  812.      * {@inheritDoc}
  813.      */
  814.     public function getTrackingInformation()
  815.     {
  816.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTrackingInformation', []);
  817.         return parent::getTrackingInformation();
  818.     }
  819. }