<?php
namespace App\Entity;
use App\Repository\ComListaChequeoDocumentosRepository;
use Doctrine\DBAL\Types\Types;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity(repositoryClass: ComListaChequeoDocumentosRepository::class)]
class ComListaChequeoDocumentos
{
#[ORM\Id]
#[ORM\GeneratedValue]
#[ORM\Column]
private ?int $id = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $verificacionAntecedentes = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesVerificacionAntecedentes = null;
#[ORM\ManyToOne(inversedBy: 'comListaChequeoDocumentos')]
private ?ComCircular170YPoderes $comCircular170YPoderes = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $formatoIdentificacionCliente = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesIdentificacionCliente = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $formatoCuentaconLogoCliente = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesFormatoCuentaconLogoCliente = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $fechaAnoEnCurso = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesFechaAnoEnCurso = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $razonNitDireccionRut = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesNitDireccionRut = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $capitalRegistradoCamaraComercio = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesCapitalRegistradoCamaraComercio = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $firmaRepresentanteLegal = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesFirmaRepresentanteLegal = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $formatoRequisitosSeguridad = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesRequisitosSeguridad = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $razonNitDireccionRS = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesRazonNitDireccionRS = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $certificacionesSoporte = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesCertificacionSoporte = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $firmaResponsableRecibir = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesFirmaResponsableRecibir = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $rutCompletoGenerado = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesRutCompletoGenerado = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $viajerosTitulares = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesViajerosTitulares = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $rutConObligacion = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesRutConObligacion = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $camaraComercioNoMayor = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionsCamaraComercioNoMayor = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $documentosIdentificacion = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesDocumentosIdentificacion = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $documentosIdentificacionAMP = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesDocumentosIdentificacionAMP = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $copiaPasaporteAutenticado = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesCopiaPasaporteAutenticado = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $copiaVisaAutenticado = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesCopiaVisaAutenticado = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $estadosFinancierosCorte = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $ObservacionesEstadosFinancierosCorte = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $estadoSituacionFinanciera = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesEstadoSituacionFinanciera = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $certificacionContador = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesCertificadoContador = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $dictamenRevisorFiscal = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesDictamenRevisorFiscal = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $declaracionRenta = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesDeclaracionRenta = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $mandaoGeneralEspecifico = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesMandatoGeneralEspecifico = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $razonNITDireccionMG = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesRazonNitDireccionMG = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $numeroBLimpo = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesNumeroBLimpo = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $firmaRepreLegal = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesFirmaRepreLegal = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $fechaInicialSuscripcion = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesFechaInicialSuscripcion = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $fechaInicialSuscripcionCoinciden = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesFechaInicialSuscripcionCoinciden = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $hojaAutenticacionSticker = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesHojaAutenticacionSticker = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $confirmarClienteSiCuenta = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesConfirmarClienteSiCuenta = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $mandatoDianCriteriosOrigen = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesMandatoDianCriteriosOrigin = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $razonNitDireccionMD = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesRazonNitDireccionMD = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $refetenciaBancaria = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesReferenciaBancaria = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $refereciaComercial = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesReferenciaComercial = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $manifestacionSuscritaServicios = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesManifestacionSuscritaServicios = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $razonNitDireccionMS = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesRazonNitDireccionMS = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $fechaSuscripcionDiligenciada = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesFechaSuscripcionDiligenciada = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $firmaRepresentanteLegalCampoCorrespondiente = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesFirmaRepresentanteLegalCampoCorrespondiente = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $contratoMandatoComercial = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesContratoMandatoComercial = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesVerificacionC170 = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $apruebaVerificacionC170 = null;
#[ORM\Column(length: 80, nullable: true)]
private ?string $responsableVerificacion = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $manifestacionSuscrita = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesManifestacionSuscrita = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $razonNitRepresentanteLegal = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesRazonNitRepresentanteLegal = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $fechaSuscripcionDiligenciadaSM = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesfechaSuscripcionDiligenciadaSM = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $firmaRepresentanteLegalCampoCorrespondienteSM = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesfirmaRepresentanteLegalCampoCorrespondienteSM = null;
#[ORM\Column(type: Types::DATETIME_MUTABLE)]
private ?\DateTimeInterface $createAt = null;
#[ORM\Column(length: 255)]
private ?string $createUser = null;
#[ORM\Column(type: Types::DATETIME_MUTABLE)]
private ?\DateTimeInterface $updateAt = null;
#[ORM\Column(length: 255)]
private ?string $updateUser = null;
#[ORM\Column(type: Types::TEXT, nullable: true)]
private ?string $observacionesFormatoRequisitosSeguridad = null;
#[ORM\Column(type: Types::DATETIME_MUTABLE, nullable: true)]
private ?\DateTimeInterface $fecha = null;
public function getId(): ?int
{
return $this->id;
}
public function getVerificacionAntecedentes(): ?string
{
return $this->verificacionAntecedentes;
}
public function setVerificacionAntecedentes(?string $verificacionAntecedentes): static
{
$this->verificacionAntecedentes = $verificacionAntecedentes;
return $this;
}
public function getObservacionesVerificacionAntecedentes(): ?string
{
return $this->observacionesVerificacionAntecedentes;
}
public function setObservacionesVerificacionAntecedentes(?string $observacionesVerificacionAntecedentes): static
{
$this->observacionesVerificacionAntecedentes = $observacionesVerificacionAntecedentes;
return $this;
}
public function getComCircular170YPoderes(): ?ComCircular170YPoderes
{
return $this->comCircular170YPoderes;
}
public function setComCircular170YPoderes(?ComCircular170YPoderes $comCircular170YPoderes): static
{
$this->comCircular170YPoderes = $comCircular170YPoderes;
return $this;
}
public function getFormatoIdentificacionCliente(): ?string
{
return $this->formatoIdentificacionCliente;
}
public function setFormatoIdentificacionCliente(?string $formatoIdentificacionCliente): static
{
$this->formatoIdentificacionCliente = $formatoIdentificacionCliente;
return $this;
}
public function getObservacionesIdentificacionCliente(): ?string
{
return $this->observacionesIdentificacionCliente;
}
public function setObservacionesIdentificacionCliente(?string $observacionesIdentificacionCliente): static
{
$this->observacionesIdentificacionCliente = $observacionesIdentificacionCliente;
return $this;
}
public function getFormatoCuentaconLogoCliente(): ?string
{
return $this->formatoCuentaconLogoCliente;
}
public function setFormatoCuentaconLogoCliente(?string $formatoCuentaconLogoCliente): static
{
$this->formatoCuentaconLogoCliente = $formatoCuentaconLogoCliente;
return $this;
}
public function getObservacionesFormatoCuentaconLogoCliente(): ?string
{
return $this->observacionesFormatoCuentaconLogoCliente;
}
public function setObservacionesFormatoCuentaconLogoCliente(?string $observacionesFormatoCuentaconLogoCliente): static
{
$this->observacionesFormatoCuentaconLogoCliente = $observacionesFormatoCuentaconLogoCliente;
return $this;
}
public function getFechaAnoEnCurso(): ?string
{
return $this->fechaAnoEnCurso;
}
public function setFechaAnoEnCurso(?string $fechaAnoEnCurso): static
{
$this->fechaAnoEnCurso = $fechaAnoEnCurso;
return $this;
}
public function getObservacionesFechaAnoEnCurso(): ?string
{
return $this->observacionesFechaAnoEnCurso;
}
public function setObservacionesFechaAnoEnCurso(?string $observacionesFechaAnoEnCurso): static
{
$this->observacionesFechaAnoEnCurso = $observacionesFechaAnoEnCurso;
return $this;
}
public function getRazonNitDireccionRut(): ?string
{
return $this->razonNitDireccionRut;
}
public function setRazonNitDireccionRut(?string $razonNitDireccionRut): static
{
$this->razonNitDireccionRut = $razonNitDireccionRut;
return $this;
}
public function getObservacionesNitDireccionRut(): ?string
{
return $this->observacionesNitDireccionRut;
}
public function setObservacionesNitDireccionRut(?string $observacionesNitDireccionRut): static
{
$this->observacionesNitDireccionRut = $observacionesNitDireccionRut;
return $this;
}
public function getCapitalRegistradoCamaraComercio(): ?string
{
return $this->capitalRegistradoCamaraComercio;
}
public function setCapitalRegistradoCamaraComercio(?string $capitalRegistradoCamaraComercio): static
{
$this->capitalRegistradoCamaraComercio = $capitalRegistradoCamaraComercio;
return $this;
}
public function getObservacionesCapitalRegistradoCamaraComercio(): ?string
{
return $this->observacionesCapitalRegistradoCamaraComercio;
}
public function setObservacionesCapitalRegistradoCamaraComercio(?string $observacionesCapitalRegistradoCamaraComercio): static
{
$this->observacionesCapitalRegistradoCamaraComercio = $observacionesCapitalRegistradoCamaraComercio;
return $this;
}
public function getFirmaRepresentanteLegal(): ?string
{
return $this->firmaRepresentanteLegal;
}
public function setFirmaRepresentanteLegal(?string $firmaRepresentanteLegal): static
{
$this->firmaRepresentanteLegal = $firmaRepresentanteLegal;
return $this;
}
public function getObservacionesFirmaRepresentanteLegal(): ?string
{
return $this->observacionesFirmaRepresentanteLegal;
}
public function setObservacionesFirmaRepresentanteLegal(?string $observacionesFirmaRepresentanteLegal): static
{
$this->observacionesFirmaRepresentanteLegal = $observacionesFirmaRepresentanteLegal;
return $this;
}
public function getFormatoRequisitosSeguridad(): ?string
{
return $this->formatoRequisitosSeguridad;
}
public function setFormatoRequisitosSeguridad(?string $formatoRequisitosSeguridad): static
{
$this->formatoRequisitosSeguridad = $formatoRequisitosSeguridad;
return $this;
}
public function getObservacionesRequisitosSeguridad(): ?string
{
return $this->observacionesRequisitosSeguridad;
}
public function setObservacionesRequisitosSeguridad(?string $observacionesRequisitosSeguridad): static
{
$this->observacionesRequisitosSeguridad = $observacionesRequisitosSeguridad;
return $this;
}
public function getRazonNitDireccionRS(): ?string
{
return $this->razonNitDireccionRS;
}
public function setRazonNitDireccionRS(?string $razonNitDireccionRS): static
{
$this->razonNitDireccionRS = $razonNitDireccionRS;
return $this;
}
public function getObservacionesRazonNitDireccionRS(): ?string
{
return $this->observacionesRazonNitDireccionRS;
}
public function setObservacionesRazonNitDireccionRS(?string $observacionesRazonNitDireccionRS): static
{
$this->observacionesRazonNitDireccionRS = $observacionesRazonNitDireccionRS;
return $this;
}
public function getCertificacionesSoporte(): ?string
{
return $this->certificacionesSoporte;
}
public function setCertificacionesSoporte(?string $certificacionesSoporte): static
{
$this->certificacionesSoporte = $certificacionesSoporte;
return $this;
}
public function getObservacionesCertificacionSoporte(): ?string
{
return $this->observacionesCertificacionSoporte;
}
public function setObservacionesCertificacionSoporte(?string $observacionesCertificacionSoporte): static
{
$this->observacionesCertificacionSoporte = $observacionesCertificacionSoporte;
return $this;
}
public function getFirmaResponsableRecibir(): ?string
{
return $this->firmaResponsableRecibir;
}
public function setFirmaResponsableRecibir(?string $firmaResponsableRecibir): static
{
$this->firmaResponsableRecibir = $firmaResponsableRecibir;
return $this;
}
public function getObservacionesFirmaResponsableRecibir(): ?string
{
return $this->observacionesFirmaResponsableRecibir;
}
public function setObservacionesFirmaResponsableRecibir(?string $observacionesFirmaResponsableRecibir): static
{
$this->observacionesFirmaResponsableRecibir = $observacionesFirmaResponsableRecibir;
return $this;
}
public function getRutCompletoGenerado(): ?string
{
return $this->rutCompletoGenerado;
}
public function setRutCompletoGenerado(?string $rutCompletoGenerado): static
{
$this->rutCompletoGenerado = $rutCompletoGenerado;
return $this;
}
public function getObservacionesRutCompletoGenerado(): ?string
{
return $this->observacionesRutCompletoGenerado;
}
public function setObservacionesRutCompletoGenerado(?string $observacionesRutCompletoGenerado): static
{
$this->observacionesRutCompletoGenerado = $observacionesRutCompletoGenerado;
return $this;
}
public function getViajerosTitulares(): ?string
{
return $this->viajerosTitulares;
}
public function setViajerosTitulares(?string $viajerosTitulares): static
{
$this->viajerosTitulares = $viajerosTitulares;
return $this;
}
public function getObservacionesViajerosTitulares(): ?string
{
return $this->observacionesViajerosTitulares;
}
public function setObservacionesViajerosTitulares(?string $observacionesViajerosTitulares): static
{
$this->observacionesViajerosTitulares = $observacionesViajerosTitulares;
return $this;
}
public function getRutConObligacion(): ?string
{
return $this->rutConObligacion;
}
public function setRutConObligacion(?string $rutConObligacion): static
{
$this->rutConObligacion = $rutConObligacion;
return $this;
}
public function getObservacionesRutConObligacion(): ?string
{
return $this->observacionesRutConObligacion;
}
public function setObservacionesRutConObligacion(?string $observacionesRutConObligacion): static
{
$this->observacionesRutConObligacion = $observacionesRutConObligacion;
return $this;
}
public function getCamaraComercioNoMayor(): ?string
{
return $this->camaraComercioNoMayor;
}
public function setCamaraComercioNoMayor(?string $camaraComercioNoMayor): static
{
$this->camaraComercioNoMayor = $camaraComercioNoMayor;
return $this;
}
public function getObservacionsCamaraComercioNoMayor(): ?string
{
return $this->observacionsCamaraComercioNoMayor;
}
public function setObservacionsCamaraComercioNoMayor(?string $observacionsCamaraComercioNoMayor): static
{
$this->observacionsCamaraComercioNoMayor = $observacionsCamaraComercioNoMayor;
return $this;
}
public function getDocumentosIdentificacion(): ?string
{
return $this->documentosIdentificacion;
}
public function setDocumentosIdentificacion(?string $documentosIdentificacion): static
{
$this->documentosIdentificacion = $documentosIdentificacion;
return $this;
}
public function getObservacionesDocumentosIdentificacion(): ?string
{
return $this->observacionesDocumentosIdentificacion;
}
public function setObservacionesDocumentosIdentificacion(?string $observacionesDocumentosIdentificacion): static
{
$this->observacionesDocumentosIdentificacion = $observacionesDocumentosIdentificacion;
return $this;
}
public function getDocumentosIdentificacionAMP(): ?string
{
return $this->documentosIdentificacionAMP;
}
public function setDocumentosIdentificacionAMP(?string $documentosIdentificacionAMP): static
{
$this->documentosIdentificacionAMP = $documentosIdentificacionAMP;
return $this;
}
public function getObservacionesDocumentosIdentificacionAMP(): ?string
{
return $this->observacionesDocumentosIdentificacionAMP;
}
public function setObservacionesDocumentosIdentificacionAMP(?string $observacionesDocumentosIdentificacionAMP): static
{
$this->observacionesDocumentosIdentificacionAMP = $observacionesDocumentosIdentificacionAMP;
return $this;
}
public function getCopiaPasaporteAutenticado(): ?string
{
return $this->copiaPasaporteAutenticado;
}
public function setCopiaPasaporteAutenticado(?string $copiaPasaporteAutenticado): static
{
$this->copiaPasaporteAutenticado = $copiaPasaporteAutenticado;
return $this;
}
public function getObservacionesCopiaPasaporteAutenticado(): ?string
{
return $this->observacionesCopiaPasaporteAutenticado;
}
public function setObservacionesCopiaPasaporteAutenticado(?string $observacionesCopiaPasaporteAutenticado): static
{
$this->observacionesCopiaPasaporteAutenticado = $observacionesCopiaPasaporteAutenticado;
return $this;
}
public function getCopiaVisaAutenticado(): ?string
{
return $this->copiaVisaAutenticado;
}
public function setCopiaVisaAutenticado(?string $copiaVisaAutenticado): static
{
$this->copiaVisaAutenticado = $copiaVisaAutenticado;
return $this;
}
public function getObservacionesCopiaVisaAutenticado(): ?string
{
return $this->observacionesCopiaVisaAutenticado;
}
public function setObservacionesCopiaVisaAutenticado(?string $observacionesCopiaVisaAutenticado): static
{
$this->observacionesCopiaVisaAutenticado = $observacionesCopiaVisaAutenticado;
return $this;
}
public function getEstadosFinancierosCorte(): ?string
{
return $this->estadosFinancierosCorte;
}
public function setEstadosFinancierosCorte(?string $estadosFinancierosCorte): static
{
$this->estadosFinancierosCorte = $estadosFinancierosCorte;
return $this;
}
public function getObservacionesEstadosFinancierosCorte(): ?string
{
return $this->ObservacionesEstadosFinancierosCorte;
}
public function setObservacionesEstadosFinancierosCorte(?string $ObservacionesEstadosFinancierosCorte): static
{
$this->ObservacionesEstadosFinancierosCorte = $ObservacionesEstadosFinancierosCorte;
return $this;
}
public function getEstadoSituacionFinanciera(): ?string
{
return $this->estadoSituacionFinanciera;
}
public function setEstadoSituacionFinanciera(?string $estadoSituacionFinanciera): static
{
$this->estadoSituacionFinanciera = $estadoSituacionFinanciera;
return $this;
}
public function getObservacionesEstadoSituacionFinanciera(): ?string
{
return $this->observacionesEstadoSituacionFinanciera;
}
public function setObservacionesEstadoSituacionFinanciera(?string $observacionesEstadoSituacionFinanciera): static
{
$this->observacionesEstadoSituacionFinanciera = $observacionesEstadoSituacionFinanciera;
return $this;
}
public function getCertificacionContador(): ?string
{
return $this->certificacionContador;
}
public function setCertificacionContador(?string $certificacionContador): static
{
$this->certificacionContador = $certificacionContador;
return $this;
}
public function getObservacionesCertificadoContador(): ?string
{
return $this->observacionesCertificadoContador;
}
public function setObservacionesCertificadoContador(?string $observacionesCertificadoContador): static
{
$this->observacionesCertificadoContador = $observacionesCertificadoContador;
return $this;
}
public function getDictamenRevisorFiscal(): ?string
{
return $this->dictamenRevisorFiscal;
}
public function setDictamenRevisorFiscal(?string $dictamenRevisorFiscal): static
{
$this->dictamenRevisorFiscal = $dictamenRevisorFiscal;
return $this;
}
public function getObservacionesDictamenRevisorFiscal(): ?string
{
return $this->observacionesDictamenRevisorFiscal;
}
public function setObservacionesDictamenRevisorFiscal(?string $observacionesDictamenRevisorFiscal): static
{
$this->observacionesDictamenRevisorFiscal = $observacionesDictamenRevisorFiscal;
return $this;
}
public function getDeclaracionRenta(): ?string
{
return $this->declaracionRenta;
}
public function setDeclaracionRenta(?string $declaracionRenta): static
{
$this->declaracionRenta = $declaracionRenta;
return $this;
}
public function getObservacionesDeclaracionRenta(): ?string
{
return $this->observacionesDeclaracionRenta;
}
public function setObservacionesDeclaracionRenta(?string $observacionesDeclaracionRenta): static
{
$this->observacionesDeclaracionRenta = $observacionesDeclaracionRenta;
return $this;
}
public function getMandaoGeneralEspecifico(): ?string
{
return $this->mandaoGeneralEspecifico;
}
public function setMandaoGeneralEspecifico(?string $mandaoGeneralEspecifico): static
{
$this->mandaoGeneralEspecifico = $mandaoGeneralEspecifico;
return $this;
}
public function getObservacionesMandatoGeneralEspecifico(): ?string
{
return $this->observacionesMandatoGeneralEspecifico;
}
public function setObservacionesMandatoGeneralEspecifico(?string $observacionesMandatoGeneralEspecifico): static
{
$this->observacionesMandatoGeneralEspecifico = $observacionesMandatoGeneralEspecifico;
return $this;
}
public function getRazonNITDireccionMG(): ?string
{
return $this->razonNITDireccionMG;
}
public function setRazonNITDireccionMG(?string $razonNITDireccionMG): static
{
$this->razonNITDireccionMG = $razonNITDireccionMG;
return $this;
}
public function getObservacionesRazonNitDireccionMG(): ?string
{
return $this->observacionesRazonNitDireccionMG;
}
public function setObservacionesRazonNitDireccionMG(?string $observacionesRazonNitDireccionMG): static
{
$this->observacionesRazonNitDireccionMG = $observacionesRazonNitDireccionMG;
return $this;
}
public function getNumeroBLimpo(): ?string
{
return $this->numeroBLimpo;
}
public function setNumeroBLimpo(?string $numeroBLimpo): static
{
$this->numeroBLimpo = $numeroBLimpo;
return $this;
}
public function getObservacionesNumeroBLimpo(): ?string
{
return $this->observacionesNumeroBLimpo;
}
public function setObservacionesNumeroBLimpo(?string $observacionesNumeroBLimpo): static
{
$this->observacionesNumeroBLimpo = $observacionesNumeroBLimpo;
return $this;
}
public function getFirmaRepreLegal(): ?string
{
return $this->firmaRepreLegal;
}
public function setFirmaRepreLegal(?string $firmaRepreLegal): static
{
$this->firmaRepreLegal = $firmaRepreLegal;
return $this;
}
public function getObservacionesFirmaRepreLegal(): ?string
{
return $this->observacionesFirmaRepreLegal;
}
public function setObservacionesFirmaRepreLegal(?string $observacionesFirmaRepreLegal): static
{
$this->observacionesFirmaRepreLegal = $observacionesFirmaRepreLegal;
return $this;
}
public function getFechaInicialSuscripcion(): ?string
{
return $this->fechaInicialSuscripcion;
}
public function setFechaInicialSuscripcion(?string $fechaInicialSuscripcion): static
{
$this->fechaInicialSuscripcion = $fechaInicialSuscripcion;
return $this;
}
public function getObservacionesFechaInicialSuscripcion(): ?string
{
return $this->observacionesFechaInicialSuscripcion;
}
public function setObservacionesFechaInicialSuscripcion(?string $observacionesFechaInicialSuscripcion): static
{
$this->observacionesFechaInicialSuscripcion = $observacionesFechaInicialSuscripcion;
return $this;
}
public function getFechaInicialSuscripcionCoinciden(): ?string
{
return $this->fechaInicialSuscripcionCoinciden;
}
public function setFechaInicialSuscripcionCoinciden(?string $fechaInicialSuscripcionCoinciden): static
{
$this->fechaInicialSuscripcionCoinciden = $fechaInicialSuscripcionCoinciden;
return $this;
}
public function getObservacionesFechaInicialSuscripcionCoinciden(): ?string
{
return $this->observacionesFechaInicialSuscripcionCoinciden;
}
public function setObservacionesFechaInicialSuscripcionCoinciden(?string $observacionesFechaInicialSuscripcionCoinciden): static
{
$this->observacionesFechaInicialSuscripcionCoinciden = $observacionesFechaInicialSuscripcionCoinciden;
return $this;
}
public function getHojaAutenticacionSticker(): ?string
{
return $this->hojaAutenticacionSticker;
}
public function setHojaAutenticacionSticker(?string $hojaAutenticacionSticker): static
{
$this->hojaAutenticacionSticker = $hojaAutenticacionSticker;
return $this;
}
public function getObservacionesHojaAutenticacionSticker(): ?string
{
return $this->observacionesHojaAutenticacionSticker;
}
public function setObservacionesHojaAutenticacionSticker(?string $observacionesHojaAutenticacionSticker): static
{
$this->observacionesHojaAutenticacionSticker = $observacionesHojaAutenticacionSticker;
return $this;
}
public function getConfirmarClienteSiCuenta(): ?string
{
return $this->confirmarClienteSiCuenta;
}
public function setConfirmarClienteSiCuenta(?string $confirmarClienteSiCuenta): static
{
$this->confirmarClienteSiCuenta = $confirmarClienteSiCuenta;
return $this;
}
public function getObservacionesConfirmarClienteSiCuenta(): ?string
{
return $this->observacionesConfirmarClienteSiCuenta;
}
public function setObservacionesConfirmarClienteSiCuenta(?string $observacionesConfirmarClienteSiCuenta): static
{
$this->observacionesConfirmarClienteSiCuenta = $observacionesConfirmarClienteSiCuenta;
return $this;
}
public function getMandatoDianCriteriosOrigen(): ?string
{
return $this->mandatoDianCriteriosOrigen;
}
public function setMandatoDianCriteriosOrigen(?string $mandatoDianCriteriosOrigen): static
{
$this->mandatoDianCriteriosOrigen = $mandatoDianCriteriosOrigen;
return $this;
}
public function getObservacionesMandatoDianCriteriosOrigin(): ?string
{
return $this->observacionesMandatoDianCriteriosOrigin;
}
public function setObservacionesMandatoDianCriteriosOrigin(?string $observacionesMandatoDianCriteriosOrigin): static
{
$this->observacionesMandatoDianCriteriosOrigin = $observacionesMandatoDianCriteriosOrigin;
return $this;
}
public function getRazonNitDireccionMD(): ?string
{
return $this->razonNitDireccionMD;
}
public function setRazonNitDireccionMD(?string $razonNitDireccionMD): static
{
$this->razonNitDireccionMD = $razonNitDireccionMD;
return $this;
}
public function getObservacionesRazonNitDireccionMD(): ?string
{
return $this->observacionesRazonNitDireccionMD;
}
public function setObservacionesRazonNitDireccionMD(?string $observacionesRazonNitDireccionMD): static
{
$this->observacionesRazonNitDireccionMD = $observacionesRazonNitDireccionMD;
return $this;
}
public function getRefetenciaBancaria(): ?string
{
return $this->refetenciaBancaria;
}
public function setRefetenciaBancaria(?string $refetenciaBancaria): static
{
$this->refetenciaBancaria = $refetenciaBancaria;
return $this;
}
public function getObservacionesReferenciaBancaria(): ?string
{
return $this->observacionesReferenciaBancaria;
}
public function setObservacionesReferenciaBancaria(?string $observacionesReferenciaBancaria): static
{
$this->observacionesReferenciaBancaria = $observacionesReferenciaBancaria;
return $this;
}
public function getRefereciaComercial(): ?string
{
return $this->refereciaComercial;
}
public function setRefereciaComercial(?string $refereciaComercial): static
{
$this->refereciaComercial = $refereciaComercial;
return $this;
}
public function getObservacionesReferenciaComercial(): ?string
{
return $this->observacionesReferenciaComercial;
}
public function setObservacionesReferenciaComercial(?string $observacionesReferenciaComercial): static
{
$this->observacionesReferenciaComercial = $observacionesReferenciaComercial;
return $this;
}
public function getManifestacionSuscritaServicios(): ?string
{
return $this->manifestacionSuscritaServicios;
}
public function setManifestacionSuscritaServicios(?string $manifestacionSuscritaServicios): static
{
$this->manifestacionSuscritaServicios = $manifestacionSuscritaServicios;
return $this;
}
public function getObservacionesManifestacionSuscritaServicios(): ?string
{
return $this->observacionesManifestacionSuscritaServicios;
}
public function setObservacionesManifestacionSuscritaServicios(?string $observacionesManifestacionSuscritaServicios): static
{
$this->observacionesManifestacionSuscritaServicios = $observacionesManifestacionSuscritaServicios;
return $this;
}
public function getRazonNitDireccionMS(): ?string
{
return $this->razonNitDireccionMS;
}
public function setRazonNitDireccionMS(?string $razonNitDireccionMS): self
{
$this->razonNitDireccionMS = $razonNitDireccionMS;
return $this;
}
public function getObservacionesRazonNitDireccionMS(): ?string
{
return $this->observacionesRazonNitDireccionMS;
}
public function setObservacionesRazonNitDireccionMS(?string $observacionesRazonNitDireccionMS): static
{
$this->observacionesRazonNitDireccionMS = $observacionesRazonNitDireccionMS;
return $this;
}
public function getFechaSuscripcionDiligenciada(): ?string
{
return $this->fechaSuscripcionDiligenciada;
}
public function setFechaSuscripcionDiligenciada(?string $fechaSuscripcionDiligenciada): static
{
$this->fechaSuscripcionDiligenciada = $fechaSuscripcionDiligenciada;
return $this;
}
public function getObservacionesFechaSuscripcionDiligenciada(): ?string
{
return $this->observacionesFechaSuscripcionDiligenciada;
}
public function setObservacionesFechaSuscripcionDiligenciada(?string $observacionesFechaSuscripcionDiligenciada): static
{
$this->observacionesFechaSuscripcionDiligenciada = $observacionesFechaSuscripcionDiligenciada;
return $this;
}
public function getFirmaRepresentanteLegalCampoCorrespondiente(): ?string
{
return $this->firmaRepresentanteLegalCampoCorrespondiente;
}
public function setFirmaRepresentanteLegalCampoCorrespondiente(?string $firmaRepresentanteLegalCampoCorrespondiente): static
{
$this->firmaRepresentanteLegalCampoCorrespondiente = $firmaRepresentanteLegalCampoCorrespondiente;
return $this;
}
public function getObservacionesFirmaRepresentanteLegalCampoCorrespondiente(): ?string
{
return $this->observacionesFirmaRepresentanteLegalCampoCorrespondiente;
}
public function setObservacionesFirmaRepresentanteLegalCampoCorrespondiente(?string $observacionesFirmaRepresentanteLegalCampoCorrespondiente): static
{
$this->observacionesFirmaRepresentanteLegalCampoCorrespondiente = $observacionesFirmaRepresentanteLegalCampoCorrespondiente;
return $this;
}
public function getContratoMandatoComercial(): ?string
{
return $this->contratoMandatoComercial;
}
public function setContratoMandatoComercial(?string $contratoMandatoComercial): static
{
$this->contratoMandatoComercial = $contratoMandatoComercial;
return $this;
}
public function getObservacionesContratoMandatoComercial(): ?string
{
return $this->observacionesContratoMandatoComercial;
}
public function setObservacionesContratoMandatoComercial(?string $observacionesContratoMandatoComercial): static
{
$this->observacionesContratoMandatoComercial = $observacionesContratoMandatoComercial;
return $this;
}
public function getObservacionesVerificacionC170(): ?string
{
return $this->observacionesVerificacionC170;
}
public function setObservacionesVerificacionC170(?string $observacionesVerificacionC170): static
{
$this->observacionesVerificacionC170 = $observacionesVerificacionC170;
return $this;
}
public function getApruebaVerificacionC170(): ?string
{
return $this->apruebaVerificacionC170;
}
public function setApruebaVerificacionC170(?string $apruebaVerificacionC170): static
{
$this->apruebaVerificacionC170 = $apruebaVerificacionC170;
return $this;
}
public function getResponsableVerificacion(): ?string
{
return $this->responsableVerificacion;
}
public function setResponsableVerificacion(?string $responsableVerificacion): static
{
$this->responsableVerificacion = $responsableVerificacion;
return $this;
}
public function getManifestacionSuscrita(): ?string
{
return $this->manifestacionSuscrita;
}
public function setManifestacionSuscrita(?string $manifestacionSuscrita): static
{
$this->manifestacionSuscrita = $manifestacionSuscrita;
return $this;
}
public function getObservacionesManifestacionSuscrita(): ?string
{
return $this->observacionesManifestacionSuscrita;
}
public function setObservacionesManifestacionSuscrita(?string $observacionesManifestacionSuscrita): static
{
$this->observacionesManifestacionSuscrita = $observacionesManifestacionSuscrita;
return $this;
}
public function getRazonNitRepresentanteLegal(): ?string
{
return $this->razonNitRepresentanteLegal;
}
public function setRazonNitRepresentanteLegal(?string $razonNitRepresentanteLegal): static
{
$this->razonNitRepresentanteLegal = $razonNitRepresentanteLegal;
return $this;
}
public function getObservacionesRazonNitRepresentanteLegal(): ?string
{
return $this->observacionesRazonNitRepresentanteLegal;
}
public function setObservacionesRazonNitRepresentanteLegal(?string $observacionesRazonNitRepresentanteLegal): static
{
$this->observacionesRazonNitRepresentanteLegal = $observacionesRazonNitRepresentanteLegal;
return $this;
}
public function getFechaSuscripcionDiligenciadaSM(): ?string
{
return $this->fechaSuscripcionDiligenciadaSM;
}
public function setFechaSuscripcionDiligenciadaSM(?string $fechaSuscripcionDiligenciadaSM): static
{
$this->fechaSuscripcionDiligenciadaSM = $fechaSuscripcionDiligenciadaSM;
return $this;
}
public function getObservacionesfechaSuscripcionDiligenciadaSM(): ?string
{
return $this->observacionesfechaSuscripcionDiligenciadaSM;
}
public function setObservacionesfechaSuscripcionDiligenciadaSM(?string $observacionesfechaSuscripcionDiligenciadaSM): static
{
$this->observacionesfechaSuscripcionDiligenciadaSM = $observacionesfechaSuscripcionDiligenciadaSM;
return $this;
}
public function getFirmaRepresentanteLegalCampoCorrespondienteSM(): ?string
{
return $this->firmaRepresentanteLegalCampoCorrespondienteSM;
}
public function setFirmaRepresentanteLegalCampoCorrespondienteSM(?string $firmaRepresentanteLegalCampoCorrespondienteSM): static
{
$this->firmaRepresentanteLegalCampoCorrespondienteSM = $firmaRepresentanteLegalCampoCorrespondienteSM;
return $this;
}
public function getObservacionesfirmaRepresentanteLegalCampoCorrespondienteSM(): ?string
{
return $this->observacionesfirmaRepresentanteLegalCampoCorrespondienteSM;
}
public function setObservacionesfirmaRepresentanteLegalCampoCorrespondienteSM(?string $observacionesfirmaRepresentanteLegalCampoCorrespondienteSM): static
{
$this->observacionesfirmaRepresentanteLegalCampoCorrespondienteSM = $observacionesfirmaRepresentanteLegalCampoCorrespondienteSM;
return $this;
}
public function getCreateAt(): ?\DateTimeInterface
{
return $this->createAt;
}
public function setCreateAt(\DateTimeInterface $createAt): static
{
$this->createAt = $createAt;
return $this;
}
public function getCreateUser(): ?string
{
return $this->createUser;
}
public function setCreateUser(string $createUser): static
{
$this->createUser = $createUser;
return $this;
}
public function getUpdateAt(): ?\DateTimeInterface
{
return $this->updateAt;
}
public function setUpdateAt(\DateTimeInterface $updateAt): static
{
$this->updateAt = $updateAt;
return $this;
}
public function getUpdateUser(): ?string
{
return $this->updateUser;
}
public function setUpdateUser(string $updateUser): static
{
$this->updateUser = $updateUser;
return $this;
}
public function getObservacionesFormatoRequisitosSeguridad(): ?string
{
return $this->observacionesFormatoRequisitosSeguridad;
}
public function setObservacionesFormatoRequisitosSeguridad(?string $observacionesFormatoRequisitosSeguridad): static
{
$this->observacionesFormatoRequisitosSeguridad = $observacionesFormatoRequisitosSeguridad;
return $this;
}
public function getFecha(): ?\DateTimeInterface
{
return $this->fecha;
}
public function setFecha(?\DateTimeInterface $fecha): static
{
$this->fecha = $fecha;
return $this;
}
}