Implementati i metodi nuovoProdotto() - offerteAttive()

This commit is contained in:
Simone Argenziano
2013-12-18 00:42:35 +01:00
parent bcbf35b8d3
commit 7d09626fb0
6 changed files with 187 additions and 16 deletions

View File

@@ -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;