public class RestaurantService
extends java.lang.Object
| Constructor and Description |
|---|
RestaurantService() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCatering()
Whether the restaurant has catering service
|
java.lang.Integer |
getDelivery()
Whether the restaurant has delivery service
|
java.lang.Integer |
getGroups()
Whether the restaurant is group-friendly
|
java.lang.Integer |
getKids()
Whether the restaurant is kids-friendly
|
java.lang.Integer |
getOutdoor()
Whether the restaurant has outdoor seating
|
java.lang.Integer |
getReserve()
Whether the restaurant takes reservations
|
java.lang.Integer |
getTakeout()
Whether the restaurant has takeout service
|
java.lang.Integer |
getWaiter()
Whether the restaurant has waiters
|
java.lang.Integer |
getWalkins()
Whether the restaurant welcomes walkins
|
public java.lang.Integer getKids()
public java.lang.Integer getDelivery()
public java.lang.Integer getWalkins()
public java.lang.Integer getCatering()
public java.lang.Integer getReserve()
public java.lang.Integer getGroups()
public java.lang.Integer getWaiter()
public java.lang.Integer getOutdoor()
public java.lang.Integer getTakeout()