src/Entity/ComRecepcionDocumentos170.php line 10

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. use App\Repository\ComRecepcionDocumentos170Repository;
  4. use Doctrine\DBAL\Types\Types;
  5. use Doctrine\ORM\Mapping as ORM;
  6. #[ORM\Entity(repositoryClassComRecepcionDocumentos170Repository::class)]
  7. class ComRecepcionDocumentos170
  8. {
  9.     #[ORM\Id]
  10.     #[ORM\GeneratedValue]
  11.     #[ORM\Column]
  12.     private ?int $id null;
  13.     #[ORM\Column(length255nullabletrue)]
  14.     private ?string $aplicaFormatoIdentificacion null;
  15.     #[ORM\Column(length255nullabletrue)]
  16.     private ?string $tipoDocumentoFormatoIdentificacion null;
  17.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  18.     private ?\DateTimeInterface $fechaRecepcionFormatoIdentificacion null;
  19.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  20.     private ?\DateTimeInterface $fechaRecepcionDigitalFormatoIdentificacion null;
  21.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  22.     private ?string $comentariosFormatoIdentificacion null;
  23.     #[ORM\Column(length255nullabletrue)]
  24.     private ?string $aplicaVisitaSeguridad null;
  25.     #[ORM\Column(length255nullabletrue)]
  26.     private ?string $tipoDocumentoVisitaSeguridad null;
  27.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  28.     private ?\DateTimeInterface $fechaRecepcionVisitaSeguridad null;
  29.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  30.     private ?\DateTimeInterface $fechaRecepcionDigitalVisitaSeguridad null;
  31.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  32.     private ?string $comentariosVisitaSeguridad null;
  33.     #[ORM\Column(length255nullabletrue)]
  34.     private ?string $aplicaManifestacionAAI null;
  35.     #[ORM\Column(length255nullabletrue)]
  36.     private ?string $tipoDocumentoManifestacionAAI null;
  37.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  38.     private ?\DateTimeInterface $fechaRecepcionManisfestacionAAI null;
  39.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  40.     private ?\DateTimeInterface $fechaRecepcionDigitalManisfestacionAAI null;
  41.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  42.     private ?string $comentariosManisfestacionAAI null;
  43.     #[ORM\Column(length255nullabletrue)]
  44.     private ?string $aplicaManisfestacionLOGSVF null;
  45.     #[ORM\Column(length255nullabletrue)]
  46.     private ?string $tipoDocumentoManisfestacionLOGSVF null;
  47.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  48.     private ?\DateTimeInterface $fechaRecepcionManisfestacionLOGSVF null;
  49.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  50.     private ?\DateTimeInterface $fechaRecepcionDigitalManisfestacionLOGSVF null;
  51.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  52.     private ?string $comentariosManisfestacionLOGSVF null;
  53.     #[ORM\Column(length255nullabletrue)]
  54.     private ?string $aplicaMandatoAduanero null;
  55.     #[ORM\Column(length255nullabletrue)]
  56.     private ?string $tipoDocumentoMandatoAduanero null;
  57.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  58.     private ?\DateTimeInterface $fechaRecepcionMandatoAduanero null;
  59.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  60.     private ?\DateTimeInterface $fechaRecepcionDigitalMandatoAduanero null;
  61.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  62.     private ?string $comentariosMandatoAduanero null;
  63.     #[ORM\Column(length255nullabletrue)]
  64.     private ?string $aplicaMandatoDIAN null;
  65.     #[ORM\Column(length255nullabletrue)]
  66.     private ?string $tipoDocumentoMandatoDIAN null;
  67.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  68.     private ?\DateTimeInterface $fechaRecepcionMandatoDIAN null;
  69.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  70.     private ?\DateTimeInterface $fechaRecepcionDigitalMandatoDIAN null;
  71.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  72.     private ?string $comentariosMandatoDIAN null;
  73.     #[ORM\Column(length255nullabletrue)]
  74.     private ?string $documentosCompletos null;
  75.     #[ORM\Column(length255nullabletrue)]
  76.     private ?string $devolucion null;
  77.     #[ORM\Column(length255nullabletrue)]
  78.     private ?string $motivoDevolucion null;
  79.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  80.     private ?\DateTimeInterface $createAt null;
  81.     #[ORM\Column(typeTypes::DATETIME_MUTABLEnullabletrue)]
  82.     private ?\DateTimeInterface $updateAt null;
  83.     #[ORM\Column(length255nullabletrue)]
  84.     private ?string $createUser null;
  85.     #[ORM\Column(length255nullabletrue)]
  86.     private ?string $updateUser null;
  87.     #[ORM\ManyToOne(inversedBy'comRecepcionDocumentos170s')]
  88.     private ?ComCircular170YPoderes $comCircular170 null;
  89.     public function getId(): ?int
  90.     {
  91.         return $this->id;
  92.     }
  93.     public function getAplicaFormatoIdentificacion(): ?string
  94.     {
  95.         return $this->aplicaFormatoIdentificacion;
  96.     }
  97.     public function setAplicaFormatoIdentificacion(?string $aplicaFormatoIdentificacion): static
  98.     {
  99.         $this->aplicaFormatoIdentificacion $aplicaFormatoIdentificacion;
  100.         return $this;
  101.     }
  102.     public function getTipoDocumentoFormatoIdentificacion(): ?string
  103.     {
  104.         return $this->tipoDocumentoFormatoIdentificacion;
  105.     }
  106.     public function setTipoDocumentoFormatoIdentificacion(?string $tipoDocumentoFormatoIdentificacion): static
  107.     {
  108.         $this->tipoDocumentoFormatoIdentificacion $tipoDocumentoFormatoIdentificacion;
  109.         return $this;
  110.     }
  111.     public function getFechaRecepcionFormatoIdentificacion(): ?\DateTimeInterface
  112.     {
  113.         return $this->fechaRecepcionFormatoIdentificacion;
  114.     }
  115.     public function setFechaRecepcionFormatoIdentificacion(?\DateTimeInterface $fechaRecepcionFormatoIdentificacion): static
  116.     {
  117.         $this->fechaRecepcionFormatoIdentificacion $fechaRecepcionFormatoIdentificacion;
  118.         return $this;
  119.     }
  120.     public function getFechaRecepcionDigitalFormatoIdentificacion(): ?\DateTimeInterface
  121.     {
  122.         return $this->fechaRecepcionDigitalFormatoIdentificacion;
  123.     }
  124.     public function setFechaRecepcionDigitalFormatoIdentificacion(?\DateTimeInterface $fechaRecepcionDigitalFormatoIdentificacion): static
  125.     {
  126.         $this->fechaRecepcionDigitalFormatoIdentificacion $fechaRecepcionDigitalFormatoIdentificacion;
  127.         return $this;
  128.     }
  129.     public function getComentariosFormatoIdentificacion(): ?string
  130.     {
  131.         return $this->comentariosFormatoIdentificacion;
  132.     }
  133.     public function setComentariosFormatoIdentificacion(?string $comentariosFormatoIdentificacion): static
  134.     {
  135.         $this->comentariosFormatoIdentificacion $comentariosFormatoIdentificacion;
  136.         return $this;
  137.     }
  138.     public function getAplicaVisitaSeguridad(): ?string
  139.     {
  140.         return $this->aplicaVisitaSeguridad;
  141.     }
  142.     public function setAplicaVisitaSeguridad(?string $aplicaVisitaSeguridad): static
  143.     {
  144.         $this->aplicaVisitaSeguridad $aplicaVisitaSeguridad;
  145.         return $this;
  146.     }
  147.     public function getTipoDocumentoVisitaSeguridad(): ?string
  148.     {
  149.         return $this->tipoDocumentoVisitaSeguridad;
  150.     }
  151.     public function setTipoDocumentoVisitaSeguridad(?string $tipoDocumentoVisitaSeguridad): static
  152.     {
  153.         $this->tipoDocumentoVisitaSeguridad $tipoDocumentoVisitaSeguridad;
  154.         return $this;
  155.     }
  156.     public function getFechaRecepcionVisitaSeguridad(): ?\DateTimeInterface
  157.     {
  158.         return $this->fechaRecepcionVisitaSeguridad;
  159.     }
  160.     public function setFechaRecepcionVisitaSeguridad(?\DateTimeInterface $fechaRecepcionVisitaSeguridad): static
  161.     {
  162.         $this->fechaRecepcionVisitaSeguridad $fechaRecepcionVisitaSeguridad;
  163.         return $this;
  164.     }
  165.     public function getFechaRecepcionDigitalVisitaSeguridad(): ?\DateTimeInterface
  166.     {
  167.         return $this->fechaRecepcionDigitalVisitaSeguridad;
  168.     }
  169.     public function setFechaRecepcionDigitalVisitaSeguridad(?\DateTimeInterface $fechaRecepcionDigitalVisitaSeguridad): static
  170.     {
  171.         $this->fechaRecepcionDigitalVisitaSeguridad $fechaRecepcionDigitalVisitaSeguridad;
  172.         return $this;
  173.     }
  174.     public function getComentariosVisitaSeguridad(): ?string
  175.     {
  176.         return $this->comentariosVisitaSeguridad;
  177.     }
  178.     public function setComentariosVisitaSeguridad(?string $comentariosVisitaSeguridad): static
  179.     {
  180.         $this->comentariosVisitaSeguridad $comentariosVisitaSeguridad;
  181.         return $this;
  182.     }
  183.     public function getAplicaManifestacionAAI(): ?string
  184.     {
  185.         return $this->aplicaManifestacionAAI;
  186.     }
  187.     public function setAplicaManifestacionAAI(?string $aplicaManifestacionAAI): static
  188.     {
  189.         $this->aplicaManifestacionAAI $aplicaManifestacionAAI;
  190.         return $this;
  191.     }
  192.     public function getTipoDocumentoManifestacionAAI(): ?string
  193.     {
  194.         return $this->tipoDocumentoManifestacionAAI;
  195.     }
  196.     public function setTipoDocumentoManifestacionAAI(?string $tipoDocumentoManifestacionAAI): static
  197.     {
  198.         $this->tipoDocumentoManifestacionAAI $tipoDocumentoManifestacionAAI;
  199.         return $this;
  200.     }
  201.     public function getFechaRecepcionManisfestacionAAI(): ?\DateTimeInterface
  202.     {
  203.         return $this->fechaRecepcionManisfestacionAAI;
  204.     }
  205.     public function setFechaRecepcionManisfestacionAAI(?\DateTimeInterface $fechaRecepcionManisfestacionAAI): static
  206.     {
  207.         $this->fechaRecepcionManisfestacionAAI $fechaRecepcionManisfestacionAAI;
  208.         return $this;
  209.     }
  210.     public function getFechaRecepcionDigitalManisfestacionAAI(): ?\DateTimeInterface
  211.     {
  212.         return $this->fechaRecepcionDigitalManisfestacionAAI;
  213.     }
  214.     public function setFechaRecepcionDigitalManisfestacionAAI(?\DateTimeInterface $fechaRecepcionDigitalManisfestacionAAI): static
  215.     {
  216.         $this->fechaRecepcionDigitalManisfestacionAAI $fechaRecepcionDigitalManisfestacionAAI;
  217.         return $this;
  218.     }
  219.     public function getComentariosManisfestacionAAI(): ?string
  220.     {
  221.         return $this->comentariosManisfestacionAAI;
  222.     }
  223.     public function setComentariosManisfestacionAAI(?string $comentariosManisfestacionAAI): static
  224.     {
  225.         $this->comentariosManisfestacionAAI $comentariosManisfestacionAAI;
  226.         return $this;
  227.     }
  228.     public function getAplicaManisfestacionLOGSVF(): ?string
  229.     {
  230.         return $this->aplicaManisfestacionLOGSVF;
  231.     }
  232.     public function setAplicaManisfestacionLOGSVF(?string $aplicaManisfestacionLOGSVF): static
  233.     {
  234.         $this->aplicaManisfestacionLOGSVF $aplicaManisfestacionLOGSVF;
  235.         return $this;
  236.     }
  237.     public function getTipoDocumentoManisfestacionLOGSVF(): ?string
  238.     {
  239.         return $this->tipoDocumentoManisfestacionLOGSVF;
  240.     }
  241.     public function setTipoDocumentoManisfestacionLOGSVF(?string $tipoDocumentoManisfestacionLOGSVF): static
  242.     {
  243.         $this->tipoDocumentoManisfestacionLOGSVF $tipoDocumentoManisfestacionLOGSVF;
  244.         return $this;
  245.     }
  246.     public function getFechaRecepcionManisfestacionLOGSVF(): ?\DateTimeInterface
  247.     {
  248.         return $this->fechaRecepcionManisfestacionLOGSVF;
  249.     }
  250.     public function setFechaRecepcionManisfestacionLOGSVF(?\DateTimeInterface $fechaRecepcionManisfestacionLOGSVF): static
  251.     {
  252.         $this->fechaRecepcionManisfestacionLOGSVF $fechaRecepcionManisfestacionLOGSVF;
  253.         return $this;
  254.     }
  255.     public function getFechaRecepcionDigitalManisfestacionLOGSVF(): ?\DateTimeInterface
  256.     {
  257.         return $this->fechaRecepcionDigitalManisfestacionLOGSVF;
  258.     }
  259.     public function setFechaRecepcionDigitalManisfestacionLOGSVF(?\DateTimeInterface $fechaRecepcionDigitalManisfestacionLOGSVF): static
  260.     {
  261.         $this->fechaRecepcionDigitalManisfestacionLOGSVF $fechaRecepcionDigitalManisfestacionLOGSVF;
  262.         return $this;
  263.     }
  264.     public function getComentariosManisfestacionLOGSVF(): ?string
  265.     {
  266.         return $this->comentariosManisfestacionLOGSVF;
  267.     }
  268.     public function setComentariosManisfestacionLOGSVF(?string $comentariosManisfestacionLOGSVF): static
  269.     {
  270.         $this->comentariosManisfestacionLOGSVF $comentariosManisfestacionLOGSVF;
  271.         return $this;
  272.     }
  273.     public function getAplicaMandatoAduanero(): ?string
  274.     {
  275.         return $this->aplicaMandatoAduanero;
  276.     }
  277.     public function setAplicaMandatoAduanero(?string $aplicaMandatoAduanero): static
  278.     {
  279.         $this->aplicaMandatoAduanero $aplicaMandatoAduanero;
  280.         return $this;
  281.     }
  282.     public function getTipoDocumentoMandatoAduanero(): ?string
  283.     {
  284.         return $this->tipoDocumentoMandatoAduanero;
  285.     }
  286.     public function setTipoDocumentoMandatoAduanero(?string $tipoDocumentoMandatoAduanero): static
  287.     {
  288.         $this->tipoDocumentoMandatoAduanero $tipoDocumentoMandatoAduanero;
  289.         return $this;
  290.     }
  291.     public function getFechaRecepcionMandatoAduanero(): ?\DateTimeInterface
  292.     {
  293.         return $this->fechaRecepcionMandatoAduanero;
  294.     }
  295.     public function setFechaRecepcionMandatoAduanero(?\DateTimeInterface $fechaRecepcionMandatoAduanero): static
  296.     {
  297.         $this->fechaRecepcionMandatoAduanero $fechaRecepcionMandatoAduanero;
  298.         return $this;
  299.     }
  300.     public function getFechaRecepcionDigitalMandatoAduanero(): ?\DateTimeInterface
  301.     {
  302.         return $this->fechaRecepcionDigitalMandatoAduanero;
  303.     }
  304.     public function setFechaRecepcionDigitalMandatoAduanero(?\DateTimeInterface $fechaRecepcionDigitalMandatoAduanero): static
  305.     {
  306.         $this->fechaRecepcionDigitalMandatoAduanero $fechaRecepcionDigitalMandatoAduanero;
  307.         return $this;
  308.     }
  309.     public function getComentariosMandatoAduanero(): ?string
  310.     {
  311.         return $this->comentariosMandatoAduanero;
  312.     }
  313.     public function setComentariosMandatoAduanero(?string $comentariosMandatoAduanero): static
  314.     {
  315.         $this->comentariosMandatoAduanero $comentariosMandatoAduanero;
  316.         return $this;
  317.     }
  318.     public function getAplicaMandatoDIAN(): ?string
  319.     {
  320.         return $this->aplicaMandatoDIAN;
  321.     }
  322.     public function setAplicaMandatoDIAN(?string $aplicaMandatoDIAN): static
  323.     {
  324.         $this->aplicaMandatoDIAN $aplicaMandatoDIAN;
  325.         return $this;
  326.     }
  327.     public function getTipoDocumentoMandatoDIAN(): ?string
  328.     {
  329.         return $this->tipoDocumentoMandatoDIAN;
  330.     }
  331.     public function setTipoDocumentoMandatoDIAN(?string $tipoDocumentoMandatoDIAN): static
  332.     {
  333.         $this->tipoDocumentoMandatoDIAN $tipoDocumentoMandatoDIAN;
  334.         return $this;
  335.     }
  336.     public function getFechaRecepcionMandatoDIAN(): ?\DateTimeInterface
  337.     {
  338.         return $this->fechaRecepcionMandatoDIAN;
  339.     }
  340.     public function setFechaRecepcionMandatoDIAN(?\DateTimeInterface $fechaRecepcionMandatoDIAN): static
  341.     {
  342.         $this->fechaRecepcionMandatoDIAN $fechaRecepcionMandatoDIAN;
  343.         return $this;
  344.     }
  345.     public function getFechaRecepcionDigitalMandatoDIAN(): ?\DateTimeInterface
  346.     {
  347.         return $this->fechaRecepcionDigitalMandatoDIAN;
  348.     }
  349.     public function setFechaRecepcionDigitalMandatoDIAN(?\DateTimeInterface $fechaRecepcionDigitalMandatoDIAN): static
  350.     {
  351.         $this->fechaRecepcionDigitalMandatoDIAN $fechaRecepcionDigitalMandatoDIAN;
  352.         return $this;
  353.     }
  354.     public function getComentariosMandatoDIAN(): ?string
  355.     {
  356.         return $this->comentariosMandatoDIAN;
  357.     }
  358.     public function setComentariosMandatoDIAN(?string $comentariosMandatoDIAN): static
  359.     {
  360.         $this->comentariosMandatoDIAN $comentariosMandatoDIAN;
  361.         return $this;
  362.     }
  363.     public function getDocumentosCompletos(): ?string
  364.     {
  365.         return $this->documentosCompletos;
  366.     }
  367.     public function setDocumentosCompletos(?string $documentosCompletos): static
  368.     {
  369.         $this->documentosCompletos $documentosCompletos;
  370.         return $this;
  371.     }
  372.     public function getDevolucion(): ?string
  373.     {
  374.         return $this->devolucion;
  375.     }
  376.     public function setDevolucion(?string $devolucion): static
  377.     {
  378.         $this->devolucion $devolucion;
  379.         return $this;
  380.     }
  381.     public function getMotivoDevolucion(): ?string
  382.     {
  383.         return $this->motivoDevolucion;
  384.     }
  385.     public function setMotivoDevolucion(?string $motivoDevolucion): static
  386.     {
  387.         $this->motivoDevolucion $motivoDevolucion;
  388.         return $this;
  389.     }
  390.     public function getCreateAt(): ?\DateTimeInterface
  391.     {
  392.         return $this->createAt;
  393.     }
  394.     public function setCreateAt(?\DateTimeInterface $createAt): static
  395.     {
  396.         $this->createAt $createAt;
  397.         return $this;
  398.     }
  399.     public function getUpdateAt(): ?\DateTimeInterface
  400.     {
  401.         return $this->updateAt;
  402.     }
  403.     public function setUpdateAt(?\DateTimeInterface $updateAt): static
  404.     {
  405.         $this->updateAt $updateAt;
  406.         return $this;
  407.     }
  408.     public function getCreateUser(): ?string
  409.     {
  410.         return $this->createUser;
  411.     }
  412.     public function setCreateUser(?string $createUser): static
  413.     {
  414.         $this->createUser $createUser;
  415.         return $this;
  416.     }
  417.     public function getUpdateUser(): ?string
  418.     {
  419.         return $this->updateUser;
  420.     }
  421.     public function setUpdateUser(?string $updateUser): static
  422.     {
  423.         $this->updateUser $updateUser;
  424.         return $this;
  425.     }
  426.     public function getComCircular170(): ?ComCircular170YPoderes
  427.     {
  428.         return $this->comCircular170;
  429.     }
  430.     public function setComCircular170(?ComCircular170YPoderes $comCircular170): static
  431.     {
  432.         $this->comCircular170 $comCircular170;
  433.         return $this;
  434.     }
  435. }