Implementati i metodi nuovoProdotto() - offerteAttive()
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