objetivoEspecifico = $objetivoEspecifico; return $this; } /** * Get objetivoEspecifico * * @return string */ public function getObjetivoEspecifico() { return $this->objetivoEspecifico; } /** * Get id * * @return integer */ public function getId() { return $this->id; } /** * Set idPlanificacionSeccion * * @param \AppBundle\Entity\PlanificacionSeccion $idPlanificacionSeccion * @return PlanificacionSeccionEspecifico */ public function setIdPlanificacionSeccion(\AppBundle\Entity\PlanificacionSeccion $idPlanificacionSeccion) { $this->idPlanificacionSeccion = $idPlanificacionSeccion; return $this; } /** * Get idPlanificacionSeccion * * @return \AppBundle\Entity\PlanificacionSeccion */ public function getIdPlanificacionSeccion() { return $this->idPlanificacionSeccion; } }