Aniadida barra y funcionalidades extra

This commit is contained in:
2019-11-15 17:18:58 +01:00
parent 18238bd6b8
commit cc5f59b5aa
7 changed files with 224 additions and 7 deletions

View File

@@ -73,5 +73,11 @@ public class Gestion implements Serializable{
}
}
}
public String toString() {
String ret = "";
ret += this.nombre + " " + this.suma + " " + this.isPositivo;
return ret;
}
}