src/Entity/Nacex.php line 14

  1. <?php
  2. namespace App\Entity;
  3. use Doctrine\Common\Collections\ArrayCollection;
  4. use Doctrine\ORM\Mapping as ORM;
  5. /**
  6.  * Nacex
  7.  *
  8.  * @ORM\Table()
  9.  * @ORM\Entity
  10.  * @ORM\HasLifecycleCallbacks()
  11.  */
  12. class Nacex
  13. {
  14.     /**
  15.      * @var integer
  16.      *
  17.      * @ORM\Column(name="id", type="integer")
  18.      * @ORM\Id
  19.      * @ORM\GeneratedValue(strategy="AUTO")
  20.      */
  21.     private $id;
  22.     /**
  23.      * @var string
  24.      *
  25.      * @ORM\Column(name="exp_cod", type="string", length=255, nullable=false)
  26.      */
  27.     private $exp_cod;
  28.     /**
  29.      * @var string
  30.      *
  31.      * @ORM\Column(name="ag_cod_num_exp", type="string", length=255)
  32.      */
  33.     private $ag_cod_num_exp;
  34.     /**
  35.      * @ORM\Column(name="color", type="string", length=255)
  36.      */
  37.     private $color;
  38.     /**
  39.      * @var string
  40.      *
  41.      * @ORM\Column(name="ent_ruta", type="string", length=255)
  42.      */
  43.     private $ent_ruta;
  44.     /**
  45.      * @var string
  46.      *
  47.      * @ORM\Column(name="ent_cod", type="string", length=255)
  48.      */
  49.     private $ent_cod;
  50.     /**
  51.      * @var string
  52.      *
  53.      * @ORM\Column(name="ent_nom", type="string", length=255)
  54.      */
  55.     private $ent_nom;
  56.     /**
  57.      * @var string
  58.      *
  59.      * @ORM\Column(name="ent_tlf", type="string", length=255)
  60.      */
  61.     private $ent_tlf;
  62.     /**
  63.      * @var string
  64.      *
  65.      * @ORM\Column(name="serv", type="string", length=255)
  66.      */
  67.     private $serv;
  68.     /**
  69.      * @var string
  70.      *
  71.      * @ORM\Column(name="hora_entrega", type="string", length=255)
  72.      */
  73.     private $hora_entrega;
  74.     /**
  75.      * @var string
  76.      *
  77.      * @ORM\Column(name="barcode", type="string", length=255)
  78.      */
  79.     private $barcode;
  80.     /**
  81.      * @var string
  82.      *
  83.      * @ORM\Column(name="fecha_objetivo", type="string", length=255)
  84.      */
  85.     private $fecha_objetivo;
  86.     /**
  87.      * @var string
  88.      *
  89.      * @ORM\Column(name="cambios", type="string", length=255)
  90.      */
  91.     private $cambios;
  92.     /**
  93.      * @var string
  94.      *
  95.      * @ORM\Column(name="estado", type="string", length=255)
  96.      */
  97.     private $estado;
  98.     /**
  99.      * @var string
  100.      *
  101.      * @ORM\Column(name="referencia", type="string", length=255)
  102.      */
  103.     private $referencia;
  104.     /**
  105.      * Get id
  106.      *
  107.      * @return integer 
  108.      */
  109.     public function getId()
  110.     {
  111.         return $this->id;
  112.     }
  113.     /**
  114.      * @return string
  115.      */
  116.     public function getAgCodNumExp()
  117.     {
  118.         return $this->ag_cod_num_exp;
  119.     }
  120.     /**
  121.      * @param string $ag_cod_num_exp
  122.      */
  123.     public function setAgCodNumExp($ag_cod_num_exp)
  124.     {
  125.         $this->ag_cod_num_exp $ag_cod_num_exp;
  126.     }
  127.     /**
  128.      * @return string
  129.      */
  130.     public function getBarcode()
  131.     {
  132.         return $this->barcode;
  133.     }
  134.     /**
  135.      * @param string $barcode
  136.      */
  137.     public function setBarcode($barcode)
  138.     {
  139.         $this->barcode $barcode;
  140.     }
  141.     /**
  142.      * @return string
  143.      */
  144.     public function getCambios()
  145.     {
  146.         return $this->cambios;
  147.     }
  148.     /**
  149.      * @param string $cambios
  150.      */
  151.     public function setCambios($cambios)
  152.     {
  153.         $this->cambios $cambios;
  154.     }
  155.     /**
  156.      * @return mixed
  157.      */
  158.     public function getColor()
  159.     {
  160.         return $this->color;
  161.     }
  162.     /**
  163.      * @param mixed $color
  164.      */
  165.     public function setColor($color)
  166.     {
  167.         $this->color $color;
  168.     }
  169.     /**
  170.      * @return string
  171.      */
  172.     public function getEntCod()
  173.     {
  174.         return $this->ent_cod;
  175.     }
  176.     /**
  177.      * @param string $ent_cod
  178.      */
  179.     public function setEntCod($ent_cod)
  180.     {
  181.         $this->ent_cod $ent_cod;
  182.     }
  183.     /**
  184.      * @return string
  185.      */
  186.     public function getEntNom()
  187.     {
  188.         return $this->ent_nom;
  189.     }
  190.     /**
  191.      * @param string $ent_nom
  192.      */
  193.     public function setEntNom($ent_nom)
  194.     {
  195.         $this->ent_nom $ent_nom;
  196.     }
  197.     /**
  198.      * @return string
  199.      */
  200.     public function getEntRuta()
  201.     {
  202.         return $this->ent_ruta;
  203.     }
  204.     /**
  205.      * @param string $ent_ruta
  206.      */
  207.     public function setEntRuta($ent_ruta)
  208.     {
  209.         $this->ent_ruta $ent_ruta;
  210.     }
  211.     /**
  212.      * @return string
  213.      */
  214.     public function getEntTlf()
  215.     {
  216.         return $this->ent_tlf;
  217.     }
  218.     /**
  219.      * @param string $ent_tlf
  220.      */
  221.     public function setEntTlf($ent_tlf)
  222.     {
  223.         $this->ent_tlf $ent_tlf;
  224.     }
  225.     /**
  226.      * @return string
  227.      */
  228.     public function getExpCod()
  229.     {
  230.         return $this->exp_cod;
  231.     }
  232.     /**
  233.      * @param string $exp_cod
  234.      */
  235.     public function setExpCod($exp_cod)
  236.     {
  237.         $this->exp_cod $exp_cod;
  238.     }
  239.     /**
  240.      * @return string
  241.      */
  242.     public function getFechaObjetivo()
  243.     {
  244.         return $this->fecha_objetivo;
  245.     }
  246.     /**
  247.      * @param string $fecha_objetivo
  248.      */
  249.     public function setFechaObjetivo($fecha_objetivo)
  250.     {
  251.         $this->fecha_objetivo $fecha_objetivo;
  252.     }
  253.     /**
  254.      * @return string
  255.      */
  256.     public function getHoraEntrega()
  257.     {
  258.         return $this->hora_entrega;
  259.     }
  260.     /**
  261.      * @param string $hora_entrega
  262.      */
  263.     public function setHoraEntrega($hora_entrega)
  264.     {
  265.         $this->hora_entrega $hora_entrega;
  266.     }
  267.     /**
  268.      * @return string
  269.      */
  270.     public function getServ()
  271.     {
  272.         return $this->serv;
  273.     }
  274.     /**
  275.      * @param string $serv
  276.      */
  277.     public function setServ($serv)
  278.     {
  279.         $this->serv $serv;
  280.     }
  281.     /**
  282.      * @return string
  283.      */
  284.     public function getEstado()
  285.     {
  286.         return $this->estado;
  287.     }
  288.     /**
  289.      * @param string $estado
  290.      */
  291.     public function setEstado($estado)
  292.     {
  293.         $this->estado $estado;
  294.     }
  295.     /**
  296.      * @return string
  297.      */
  298.     public function getReferencia()
  299.     {
  300.         return $this->referencia;
  301.     }
  302.     /**
  303.      * @param string $referencia
  304.      */
  305.     public function setReferencia($referencia)
  306.     {
  307.         $this->referencia $referencia;
  308.     }
  309. }