app/Plugin/ClaimPdf42/Entity/ClaimPdf.php line 26

Open in your IDE?
  1. <?php
  2. /*
  3.  * This file is part of EC-CUBE
  4.  *
  5.  * Copyright(c) LOCKON CO.,LTD. All Rights Reserved.
  6.  *
  7.  * http://www.lockon.co.jp/
  8.  *
  9.  * For the full copyright and license information, please view the LICENSE
  10.  * file that was distributed with this source code.
  11.  */
  12. namespace Plugin\ClaimPdf42\Entity;
  13. use Doctrine\ORM\Mapping as ORM;
  14. use Eccube\Entity\AbstractEntity;
  15. if (!class_exists('\Plugin\ClaimPdf42\Entity\ClaimPdf')) {
  16.     /**
  17.      * ClaimPdf
  18.      *
  19.      * @ORM\Table(name="plg_claim_pdf")
  20.      * @ORM\Entity(repositoryClass="Plugin\ClaimPdf42\Repository\ClaimPdfRepository")
  21.      */
  22.     class ClaimPdf extends AbstractEntity
  23.     {
  24.         public $ids;
  25.         public $issue_date;
  26.         public $default;
  27.         /**
  28.          * @var int
  29.          *
  30.          * @ORM\Column(name="member_id", type="integer", options={"unsigned":true})
  31.          * @ORM\Id
  32.          */
  33.         private $member_id;
  34.         /**
  35.          * @var string
  36.          *
  37.          * @ORM\Column(name="title_nouhin", type="string", nullable=true)
  38.          */
  39.         private $title_nouhin;
  40.         /**
  41.          * @var string
  42.          *
  43.          * @ORM\Column(name="message1_nouhin", type="string", nullable=true)
  44.          */
  45.         private $message1_nouhin;
  46.         /**
  47.          * @var string
  48.          *
  49.          * @ORM\Column(name="message2_nouhin", type="string", nullable=true)
  50.          */
  51.         private $message2_nouhin;
  52.         /**
  53.          * @var string
  54.          *
  55.          * @ORM\Column(name="message3_nouhin", type="string", nullable=true)
  56.          */
  57.         private $message3_nouhin;
  58.         /**
  59.          * @var string
  60.          *
  61.          * @ORM\Column(name="title_nouhin_shipping", type="string", nullable=true)
  62.          */
  63.         private $title_nouhin_shipping;
  64.         /**
  65.          * @var string
  66.          *
  67.          * @ORM\Column(name="message1_nouhin_shipping", type="string", nullable=true)
  68.          */
  69.         private $message1_nouhin_shipping;
  70.         /**
  71.          * @var string
  72.          *
  73.          * @ORM\Column(name="message2_nouhin_shipping", type="string", nullable=true)
  74.          */
  75.         private $message2_nouhin_shipping;
  76.         /**
  77.          * @var string
  78.          *
  79.          * @ORM\Column(name="message3_nouhin_shipping", type="string", nullable=true)
  80.          */
  81.         private $message3_nouhin_shipping;
  82.         /**
  83.          * @var string
  84.          *
  85.          * @ORM\Column(name="title_otodoke", type="string", nullable=true)
  86.          */
  87.         private $title_otodoke;
  88.         /**
  89.          * @var string
  90.          *
  91.          * @ORM\Column(name="message1_otodoke", type="string", nullable=true)
  92.          */
  93.         private $message1_otodoke;
  94.         /**
  95.          * @var string
  96.          *
  97.          * @ORM\Column(name="message2_otodoke", type="string", nullable=true)
  98.          */
  99.         private $message2_otodoke;
  100.         /**
  101.          * @var string
  102.          *
  103.          * @ORM\Column(name="message3_otodoke", type="string", nullable=true)
  104.          */
  105.         private $message3_otodoke;
  106.         /**
  107.          * @var string
  108.          *
  109.          * @ORM\Column(name="title_seikyu", type="string", nullable=true)
  110.          */
  111.         private $title_seikyu;
  112.         /**
  113.          * @var string
  114.          *
  115.          * @ORM\Column(name="message1_seikyu", type="string", nullable=true)
  116.          */
  117.         private $message1_seikyu;
  118.         /**
  119.          * @var string
  120.          *
  121.          * @ORM\Column(name="message2_seikyu", type="string", nullable=true)
  122.          */
  123.         private $message2_seikyu;
  124.         /**
  125.          * @var string
  126.          *
  127.          * @ORM\Column(name="message3_seikyu", type="string", nullable=true)
  128.          */
  129.         private $message3_seikyu;
  130.         /**
  131.          * @var string
  132.          *
  133.          * @ORM\Column(name="hurikomi_bank", type="string", nullable=true)
  134.          */
  135.         private $hurikomi_bank;
  136.         /**
  137.          * @var string
  138.          *
  139.          * @ORM\Column(name="hurikomi_bank_siten", type="string", nullable=true)
  140.          */
  141.         private $hurikomi_bank_siten;
  142.         /**
  143.          * @var string
  144.          *
  145.          * @ORM\Column(name="hurikomi_bank_kouza", type="string", nullable=true)
  146.          */
  147.         private $hurikomi_bank_kouza;
  148.         /**
  149.          * @var string
  150.          *
  151.          * @ORM\Column(name="hurikomi_free_area", type="string", nullable=true)
  152.          */
  153.         private $hurikomi_free_area;
  154.         /**
  155.          * @var string
  156.          *
  157.          * @ORM\Column(name="note1", type="string", nullable=true)
  158.          */
  159.         private $note1;
  160.         /**
  161.          * @var string
  162.          *
  163.          * @ORM\Column(name="note2", type="string", nullable=true)
  164.          */
  165.         private $note2;
  166.         /**
  167.          * @var string
  168.          *
  169.          * @ORM\Column(name="note3", type="string", nullable=true)
  170.          */
  171.         private $note3;
  172.         /**
  173.          * @var \DateTime
  174.          *
  175.          * @ORM\Column(name="create_date", type="datetimetz")
  176.          */
  177.         private $create_date;
  178.         /**
  179.          * @var \DateTime
  180.          *
  181.          * @ORM\Column(name="update_date", type="datetimetz")
  182.          */
  183.         private $update_date;
  184.         /**
  185.          * @var boolean
  186.          *
  187.          * @ORM\Column(name="visible", type="boolean", options={"default":true})
  188.          */
  189.         private $visible true;
  190.         /**
  191.          * @return string
  192.          */
  193.         public function getMemberId()
  194.         {
  195.             return $this->member_id;
  196.         }
  197.         /**
  198.          * @param $member_id
  199.          *
  200.          * @return $this
  201.          */
  202.         public function setMemberId($member_id)
  203.         {
  204.             $this->member_id $member_id;
  205.             return $this;
  206.         }
  207.         /**
  208.          * @return string
  209.          */
  210.         public function getTitleNouhin()
  211.         {
  212.             return $this->title_nouhin;
  213.         }
  214.         /**
  215.          * @param $title_nouhin
  216.          *
  217.          * @return $this
  218.          */
  219.         public function setTitleNouhin($title_nouhin)
  220.         {
  221.             $this->title_nouhin $title_nouhin;
  222.             return $this;
  223.         }
  224.         /**
  225.          * @return string
  226.          */
  227.         public function getMessage1Nouhin()
  228.         {
  229.             return $this->message1_nouhin;
  230.         }
  231.         /**
  232.          * @param $message1_nouhin
  233.          *
  234.          * @return $this
  235.          */
  236.         public function setMessage1Nouhin($message1_nouhin)
  237.         {
  238.             $this->message1_nouhin $message1_nouhin;
  239.             return $this;
  240.         }
  241.         /**
  242.          * @return string
  243.          */
  244.         public function getMessage2Nouhin()
  245.         {
  246.             return $this->message2_nouhin;
  247.         }
  248.         /**
  249.          * @param $message2_nouhin
  250.          *
  251.          * @return $this
  252.          */
  253.         public function setMessage2Nouhin($message2_nouhin)
  254.         {
  255.             $this->message2_nouhin $message2_nouhin;
  256.             return $this;
  257.         }
  258.         /**
  259.          * @return string
  260.          */
  261.         public function getMessage3Nouhin()
  262.         {
  263.             return $this->message3_nouhin;
  264.         }
  265.         /**
  266.          * @param $message3_nouhin
  267.          *
  268.          * @return $this
  269.          */
  270.         public function setMessage3Nouhin($message3_nouhin)
  271.         {
  272.             $this->message3_nouhin $message3_nouhin;
  273.             return $this;
  274.         }
  275.         /**
  276.          * @return string
  277.          */
  278.         public function getTitleNouhinShipping()
  279.         {
  280.             return $this->title_nouhin_shipping;
  281.         }
  282.         /**
  283.          * @param $title_nouhin_shipping
  284.          *
  285.          * @return $this
  286.          */
  287.         public function setTitleNouhinShipping($title_nouhin_shipping)
  288.         {
  289.             $this->title_nouhin_shipping $title_nouhin_shipping;
  290.             return $this;
  291.         }
  292.         /**
  293.          * @return string
  294.          */
  295.         public function getMessage1NouhinShipping()
  296.         {
  297.             return $this->message1_nouhin_shipping;
  298.         }
  299.         /**
  300.          * @param $message1_nouhin_shipping
  301.          *
  302.          * @return $this
  303.          */
  304.         public function setMessage1NouhinShipping($message1_nouhin_shipping)
  305.         {
  306.             $this->message1_nouhin_shipping $message1_nouhin_shipping;
  307.             return $this;
  308.         }
  309.         /**
  310.          * @return string
  311.          */
  312.         public function getMessage2NouhinShipping()
  313.         {
  314.             return $this->message2_nouhin_shipping;
  315.         }
  316.         /**
  317.          * @param $message2_nouhin_shipping
  318.          *
  319.          * @return $this
  320.          */
  321.         public function setMessage2NouhinShipping($message2_nouhin_shipping)
  322.         {
  323.             $this->message2_nouhin_shipping $message2_nouhin_shipping;
  324.             return $this;
  325.         }
  326.         /**
  327.          * @return string
  328.          */
  329.         public function getMessage3NouhinShipping()
  330.         {
  331.             return $this->message3_nouhin_shipping;
  332.         }
  333.         /**
  334.          * @param $message3_nouhin_shipping
  335.          *
  336.          * @return $this
  337.          */
  338.         public function setMessage3NouhinShipping($message3_nouhin_shipping)
  339.         {
  340.             $this->message3_nouhin_shipping $message3_nouhin_shipping;
  341.             return $this;
  342.         }
  343.         /**
  344.          * @return string
  345.          */
  346.         public function getTitleOtodoke()
  347.         {
  348.             return $this->title_otodoke;
  349.         }
  350.         /**
  351.          * @param $title_otodoke
  352.          *
  353.          * @return $this
  354.          */
  355.         public function setTitleOtodoke($title_otodoke)
  356.         {
  357.             $this->title_otodoke $title_otodoke;
  358.             return $this;
  359.         }
  360.         /**
  361.          * @return string
  362.          */
  363.         public function getMessage1Otodoke()
  364.         {
  365.             return $this->message1_otodoke;
  366.         }
  367.         /**
  368.          * @param $message1_otodoke
  369.          *
  370.          * @return $this
  371.          */
  372.         public function setMessage1Otodoke($message1_otodoke)
  373.         {
  374.             $this->message1_otodoke $message1_otodoke;
  375.             return $this;
  376.         }
  377.         /**
  378.          * @return string
  379.          */
  380.         public function getMessage2Otodoke()
  381.         {
  382.             return $this->message2_otodoke;
  383.         }
  384.         /**
  385.          * @param $message2_otodoke
  386.          *
  387.          * @return $this
  388.          */
  389.         public function setMessage2Otodoke($message2_otodoke)
  390.         {
  391.             $this->message2_otodoke $message2_otodoke;
  392.             return $this;
  393.         }
  394.         /**
  395.          * @return string
  396.          */
  397.         public function getMessage3Otodoke()
  398.         {
  399.             return $this->message3_otodoke;
  400.         }
  401.         /**
  402.          * @param $message3_otodoke
  403.          *
  404.          * @return $this
  405.          */
  406.         public function setMessage3Otodoke($message3_otodoke)
  407.         {
  408.             $this->message3_otodoke $message3_otodoke;
  409.             return $this;
  410.         }
  411.         /**
  412.          * @return string
  413.          */
  414.         public function getTitleSeikyu()
  415.         {
  416.             return $this->title_seikyu;
  417.         }
  418.         /**
  419.          * @param $title_seikyu
  420.          *
  421.          * @return $this
  422.          */
  423.         public function setTitleSeikyu($title_seikyu)
  424.         {
  425.             $this->title_seikyu $title_seikyu;
  426.             return $this;
  427.         }
  428.         /**
  429.          * @return string
  430.          */
  431.         public function getMessage1Seikyu()
  432.         {
  433.             return $this->message1_seikyu;
  434.         }
  435.         /**
  436.          * @param $message1_seikyu
  437.          *
  438.          * @return $this
  439.          */
  440.         public function setMessage1Seikyu($message1_seikyu)
  441.         {
  442.             $this->message1_seikyu $message1_seikyu;
  443.             return $this;
  444.         }
  445.         /**
  446.          * @return string
  447.          */
  448.         public function getMessage2Seikyu()
  449.         {
  450.             return $this->message2_seikyu;
  451.         }
  452.         /**
  453.          * @param $message2_seikyu
  454.          *
  455.          * @return $this
  456.          */
  457.         public function setMessage2Seikyu($message2_seikyu)
  458.         {
  459.             $this->message2_seikyu $message2_seikyu;
  460.             return $this;
  461.         }
  462.         /**
  463.          * @return string
  464.          */
  465.         public function getMessage3Seikyu()
  466.         {
  467.             return $this->message3_seikyu;
  468.         }
  469.         /**
  470.          * @param $message3_seikyu
  471.          *
  472.          * @return $this
  473.          */
  474.         public function setMessage3Seikyu($message3_seikyu)
  475.         {
  476.             $this->message3_seikyu $message3_seikyu;
  477.             return $this;
  478.         }
  479.         /**
  480.          * @return string
  481.          */
  482.         public function getHurikomiBank()
  483.         {
  484.             return $this->hurikomi_bank;
  485.         }
  486.         /**
  487.          * @param $hurikomi_bank
  488.          *
  489.          * @return $this
  490.          */
  491.         public function setHurikomiBank($hurikomi_bank)
  492.         {
  493.             $this->hurikomi_bank $hurikomi_bank;
  494.             return $this;
  495.         }
  496.         /**
  497.          * @return string
  498.          */
  499.         public function getHurikomiBankSiten()
  500.         {
  501.             return $this->hurikomi_bank_siten;
  502.         }
  503.         /**
  504.          * @param $hurikomi_bank_siten
  505.          *
  506.          * @return $this
  507.          */
  508.         public function setHurikomiBankSiten($hurikomi_bank_siten)
  509.         {
  510.             $this->hurikomi_bank_siten $hurikomi_bank_siten;
  511.             return $this;
  512.         }
  513.         /**
  514.          * @return string
  515.          */
  516.         public function getHurikomiBankKouza()
  517.         {
  518.             return $this->hurikomi_bank_kouza;
  519.         }
  520.         /**
  521.          * @param $hurikomi_bank_kouza
  522.          *
  523.          * @return $this
  524.          */
  525.         public function setHurikomiBankKouza($hurikomi_bank_kouza)
  526.         {
  527.             $this->hurikomi_bank_kouza $hurikomi_bank_kouza;
  528.             return $this;
  529.         }
  530.         /**
  531.          * @return string
  532.          */
  533.         public function getHurikomiFreeArea()
  534.         {
  535.             return $this->hurikomi_free_area;
  536.         }
  537.         /**
  538.          * @param $hurikomi_free_area
  539.          *
  540.          * @return $this
  541.          */
  542.         public function setHurikomiFreeArea($hurikomi_free_area)
  543.         {
  544.             $this->hurikomi_free_area $hurikomi_free_area;
  545.             return $this;
  546.         }
  547.         /**
  548.          * @return string
  549.          */
  550.         public function getNote1()
  551.         {
  552.             return $this->note1;
  553.         }
  554.         /**
  555.          * @param $note1
  556.          *
  557.          * @return $this
  558.          */
  559.         public function setNote1($note1)
  560.         {
  561.             $this->note1 $note1;
  562.             return $this;
  563.         }
  564.         /**
  565.          * @return string
  566.          */
  567.         public function getNote2()
  568.         {
  569.             return $this->note2;
  570.         }
  571.         /**
  572.          * @param $note2
  573.          *
  574.          * @return $this
  575.          */
  576.         public function setNote2($note2)
  577.         {
  578.             $this->note2 $note2;
  579.             return $this;
  580.         }
  581.         /**
  582.          * @return string
  583.          */
  584.         public function getNote3()
  585.         {
  586.             return $this->note3;
  587.         }
  588.         /**
  589.          * @param $note3
  590.          *
  591.          * @return $this
  592.          */
  593.         public function setNote3($note3)
  594.         {
  595.             $this->note3 $note3;
  596.             return $this;
  597.         }
  598.         /**
  599.          * @return \DateTime
  600.          */
  601.         public function getCreateDate()
  602.         {
  603.             return $this->create_date;
  604.         }
  605.         /**
  606.          * @param $create_date
  607.          *
  608.          * @return $this
  609.          */
  610.         public function setCreateDate($create_date)
  611.         {
  612.             $this->create_date $create_date;
  613.             return $this;
  614.         }
  615.         /**
  616.          * @return \DateTime
  617.          */
  618.         public function getUpdateDate()
  619.         {
  620.             return $this->update_date;
  621.         }
  622.         /**
  623.          * @param $update_date
  624.          *
  625.          * @return $this
  626.          */
  627.         public function setUpdateDate($update_date)
  628.         {
  629.             $this->update_date $update_date;
  630.             return $this;
  631.         }
  632.         /**
  633.          * Set visible
  634.          *
  635.          * @param boolean $visible
  636.          *
  637.          * @return Delivery
  638.          */
  639.         public function setVisible($visible)
  640.         {
  641.             $this->visible $visible;
  642.             return $this;
  643.         }
  644.         /**
  645.          * Is the visibility visible?
  646.          *
  647.          * @return boolean
  648.          */
  649.         public function isVisible()
  650.         {
  651.             return $this->visible;
  652.         }
  653.     }
  654. }