Package com.dzidzi.dto.restaurant
Class RestaurantEntityApi
java.lang.Object
com.dzidzi.dto.merge.EntityId
com.dzidzi.dto.restaurant.RestaurantEntityApi
- Direct Known Subclasses:
Restaurant
-
Constructor Summary
ConstructorsConstructorDescriptionRestaurantEntityApi(UUID id, String name, String bio, String contact, float averageRating) -
Method Summary
-
Constructor Details
-
RestaurantEntityApi
-
-
Method Details
-
getName
The name of the restaurant -
getBio
The bio of the restaurant -
getContact
The contact of the restaurant -
getAverageRating
public float getAverageRating()The average rating of the restaurant
-