E' stato aggiunta l'implementazione dell'interfaccia "Utilizzabile" alle classi "BeniDiConsumo" "CeneInRistoranti" "Vacanze"
This commit is contained in:
@@ -8,7 +8,7 @@ import java.util.GregorianCalendar;
|
||||
* Date: 16/12/13
|
||||
* Time: 18.47
|
||||
*/
|
||||
public class CeneInRistoranti {
|
||||
public class CeneInRistoranti implements Utilizzabile{
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -30,5 +30,11 @@ public class CeneInRistoranti {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean eAcquistabile() {
|
||||
// TODO Auto-generated method stub
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user