Aggiunta la visualizzazione della disponibilità delle cene.
Corretto il nome della variabile "NumCenedaVendere" -> "numCenedaVendere" - Completamente javadoc in corso
This commit is contained in:
@@ -22,7 +22,7 @@ public class CeneInRistoranti implements Utilizzabile, Serializable{
|
||||
* @param numCenedaVendere
|
||||
*/
|
||||
|
||||
public CeneInRistoranti(int idCena, String nomeRistorante, String luogo, String descrizione_cena, double costoPerPersona, GregorianCalendar dataScadenzaOffertaCena, int NumCenedaVendere){
|
||||
public CeneInRistoranti(int idCena, String nomeRistorante, String luogo, String descrizione_cena, double costoPerPersona, GregorianCalendar dataScadenzaOffertaCena, int numCenedaVendere){
|
||||
this.idCena=idCena;
|
||||
this.nomeRistorante=nomeRistorante;
|
||||
this.luogo=luogo;
|
||||
|
||||
Reference in New Issue
Block a user