ampliado javadoc

This commit is contained in:
2020-02-10 20:29:12 +01:00
parent 1292ef869f
commit 5541227707
105 changed files with 6829 additions and 647 deletions

View File

@@ -35,6 +35,11 @@ public class Gestion implements Serializable{
return this.nombre;
}
/**
* Establece un nuevo nombre a la gestion
*
* @param nombre nuevo nombre
*/
public void setNombre(String nombre) {
this.nombre = nombre;
this.isModified = true;