Fix descrizione

This commit is contained in:
La Programmatrice Verde
2025-10-22 20:11:27 +02:00
parent b77666df29
commit 73d0be1ef9
2 changed files with 7 additions and 3 deletions

View File

@@ -69,6 +69,10 @@ public class Prodotto {
return this.prezzo;
}
public String getDescrizione() {
return this.descrizione;
}
public void invalida() {
this.nome = null;
}