Class RecipeSuggestionId

java.lang.Object
edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeSuggestionId
All Implemented Interfaces:
Serializable

@Embeddable public class RecipeSuggestionId extends Object implements 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 Details

    • RecipeSuggestionId

      public RecipeSuggestionId()