Restaurant Class

public class Restaurant extends FoodEstablishment

The Restaurant model.

Method Summary

Modifier and Type Method and Description
Boolean acceptsReservations()

Get the acceptsReservations value.

String menuUrl()

Get the menuUrl value.

String reservationUrl()

Get the reservationUrl value.

List<String> servesCuisine()

Get the servesCuisine value.

Inherited Members

Method Details

acceptsReservations

public Boolean acceptsReservations()

Get the acceptsReservations value.

Returns:

the acceptsReservations value

menuUrl

public String menuUrl()

Get the menuUrl value.

Returns:

the menuUrl value

reservationUrl

public String reservationUrl()

Get the reservationUrl value.

Returns:

the reservationUrl value

servesCuisine

public List servesCuisine()

Get the servesCuisine value.

Returns:

the servesCuisine value

Applies to