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; } /** * Set idPlanificacionEspecifico * * @param \AppBundle\Entity\PlanificacionSeccion $idPlanificacionEspecifico * @return PlanificacionSeccionEspecifico */ public function setIdPlanificacionEspecifico(\AppBundle\Entity\PlanificacionSeccion $idPlanificacionEspecifico = null) { $this->idPlanificacionEspecifico = $idPlanificacionEspecifico; return $this; } /** * Get idPlanificacionEspecifico * * @return \AppBundle\Entity\PlanificacionSeccion */ public function getIdPlanificacionEspecifico() { return $this->idPlanificacionEspecifico; } }