diff --git a/src/AppBundle/Entity/PlanObjetivoHistorico.php b/src/AppBundle/Entity/PlanObjetivoHistorico.php new file mode 100644 index 0000000..f26e9dd --- /dev/null +++ b/src/AppBundle/Entity/PlanObjetivoHistorico.php @@ -0,0 +1,112 @@ +nombre; + } + + + + /** + * Set nombre + * + * @param string $nombre + * @return PlanObjetivoHistorico + */ + public function setNombre($nombre) + { + $this->nombre = $nombre; + + return $this; + } + + /** + * Get nombre + * + * @return string + */ + public function getNombre() + { + return $this->nombre; + } + + /** + * Set numero + * + * @param integer $numero + * @return PlanObjetivoHistorico + */ + public function setNumero($numero) + { + $this->numero = $numero; + + return $this; + } + + /** + * Get numero + * + * @return integer + */ + public function getNumero() + { + return $this->numero; + } + + /** + * Get id + * + * @return integer + */ + public function getId() + { + return $this->id; + } +} diff --git a/src/AppBundle/Entity/PlanObjetivoHistorico.php~ b/src/AppBundle/Entity/PlanObjetivoHistorico.php~ new file mode 100644 index 0000000..4800d6b --- /dev/null +++ b/src/AppBundle/Entity/PlanObjetivoHistorico.php~ @@ -0,0 +1,56 @@ +nombre; + } + + +} \ No newline at end of file