ampliado javadoc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user