Package com.dzidzi.dto.restaurant
Class Restaurant
java.lang.Object
com.dzidzi.dto.merge.EntityId
com.dzidzi.dto.restaurant.RestaurantEntityApi
com.dzidzi.dto.restaurant.Restaurant
Represents a restaurant of the Api.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRestaurant(UUID id, String name, String bio, String contact, String contact1, float averageRating, boolean visible, AddressEntityApi address, Image avatar, Image backgroundImage, CredentialEntityApi credential, RestaurantEntityApi parentRestaurant) -
Method Summary
Modifier and TypeMethodDescriptionstatic Restaurant.Builderbuilder()TheAddressof the restaurantThe image/avatar of the restaurantThe background image of the restaurantThe second contact of the restaurantTheCredentialof the restaurantThe parent restaurantbooleanA flag to disable menu from showing to usersvoidThe image/avatar of the restaurantvoidsetBackgroundImage(Image backgroundImage) The background image of the restaurantvoidsetParentRestaurant(RestaurantEntityApi parentRestaurant) The parent restaurantMethods inherited from class com.dzidzi.dto.restaurant.RestaurantEntityApi
getAverageRating, getBio, getContact, getName
-
Constructor Details
-
Restaurant
public Restaurant(UUID id, String name, String bio, String contact, String contact1, float averageRating, boolean visible, AddressEntityApi address, Image avatar, Image backgroundImage, CredentialEntityApi credential, RestaurantEntityApi parentRestaurant)
-
-
Method Details
-
builder
-
getAddress
TheAddressof the restaurant -
getContact1
The second contact of the restaurant -
getAvatar
The image/avatar of the restaurant -
getBackgroundImage
The background image of the restaurant -
getParentRestaurant
The parent restaurant -
getCredential
TheCredentialof the restaurant -
isVisible
public boolean isVisible()A flag to disable menu from showing to users -
setAvatar
The image/avatar of the restaurant -
setBackgroundImage
The background image of the restaurant -
setParentRestaurant
The parent restaurant
-