idEscala = $idEscala; return $this; } /** * Get idEscala * * @return \AppBundle\Entity\Escalafones */ public function getidEscala() { return $this->idEscala; } /** * Get id * * @return integer */ public function getId() { return $this->id; } /** * @ORM\PrePersist */ public function setFechaCreacion() { $this->fecha_creacion = new \DateTime(); } /** * Set fecha_escala * * @param \DateTime $fecha_escala * @return Comment */ public function setFechaEscala($fecha_escala) { $this->fecha_escala = $fecha_escala; return $this; } /** * Get fecha_escala * * @return \DateTime */ public function getFechaEscala() { return $this->postedon; } /** * Set idRolInstitucion * * @param \AppBundle\Entity\RolInstitucion $idRolInstitucion * @return Usuarios */ public function setIdRolInstitucion(\AppBundle\Entity\RolInstitucion $idRolInstitucion = null) { $this->idRolInstitucion = $idRolInstitucion; return $this; } /** * Get idRolInstitucion * * @return \AppBundle\Entity\RolInstitucion */ public function getIdRolInstitucion() { return $this->idRolInstitucion; } /** * Set idEscala * * @param \AppBundle\Entity\Escalafones $idEscala * @return Usuarios */ public function setIdEscala(\AppBundle\Entity\Escalafones $idEscala = null) { $this->idEscala = $idEscala; return $this; } /** * Get idEscala * * @return \AppBundle\Entity\Escalafones */ public function getidEscala() { return $this->idEscala; } }