Class RecipeSuggestionId
java.lang.Object
edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeSuggestionId
- All Implemented Interfaces:
Serializable
A class that serves as the id for the RecipeSuggestion entity in the app.
It is an Embeddable class that contains three fields, recipe, fridge and user.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RecipeSuggestionId
public RecipeSuggestionId()
-