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 planificacionSeccionId * * @param \AppBundle\Entity\PlanificacionSeccion $planificacionSeccionId * @return PlanificacionSeccionEspecifico */ public function setPlanificacionSeccionId(\AppBundle\Entity\PlanificacionSeccion $planificacionSeccionId) { $this->planificacionSeccionId = $planificacionSeccionId; return $this; } /** * Get planificacionSeccionId * * @return \AppBundle\Entity\PlanificacionSeccion */ public function getPlanificacionSeccionId() { return $this->planificacionSeccionId; } }