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

@Embeddable public class RecipeItemId extends Object implements Serializable
A class that serves as the id for the RecipeItems entity in the app. It is an Embeddable class that contains two fields, items and recipe.
Author:
Trym Hamer Gudvangen
See Also:
  • Constructor Details

    • RecipeItemId

      public RecipeItemId()