java.lang.Object
edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipePart

@Entity public class RecipePart extends Object
This class represents a part of a recipe. It, therefore, contains a recipe ID and the time it takes to create the meal.
Author:
Trym Hamer Gudvangen
  • Constructor Details

    • RecipePart

      public RecipePart()