public class RestaurantSpecialties
extends java.lang.Object
| Constructor and Description |
|---|
RestaurantSpecialties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBreakfast()
Whether the restaurant serves breakfast
|
java.lang.Integer |
getCoffee()
Whether the restaurant serves coffee
|
java.lang.Integer |
getDinner()
Whether the restaurant serves dinner
|
java.lang.Integer |
getDrinks()
Whether the restaurant serves drinks
|
java.lang.Integer |
getLunch()
Whether the restaurant serves lunch
|
public java.lang.Integer getCoffee()
public java.lang.Integer getDrinks()
public java.lang.Integer getBreakfast()
public java.lang.Integer getDinner()
public java.lang.Integer getLunch()