Class RecipeItemId
java.lang.Object
edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeItemId
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
RecipeItemId
public RecipeItemId()
-