Class RecipeIngredient

All Implemented Interfaces:
Storable

public class RecipeIngredient extends ShoppingListItem
This class represents a recipe ingredient connected to a recipe.
  • Field Details

    • recipeIngredientId

      private int recipeIngredientId
    • recipeId

      private final int recipeId
  • Constructor Details

    • RecipeIngredient

      public RecipeIngredient(int itemId, String name, String category, String allergy, int quantity, String unit, int recipeId)
      Constructor for the RecipeIngredient class.
      Parameters:
      itemId - the id of the item
      name - the name of the item
      category - the category of the item
      allergy - the allergy information of the item
      quantity - the quantity of the item
      unit - the unit of the item
      recipeId - the id of the recipe
    • RecipeIngredient

      public RecipeIngredient(int recipeIngredientId, int itemId, String name, String category, String allergy, int quantity, String unit, int recipeId)
      Constructor for the RecipeIngredient class with recipe ingredient id.
      Parameters:
      recipeIngredientId - the id of the recipe ingredient
      itemId - the id of the item
      name - the name of the item
      category - the category of the item
      allergy - the allergy information of the item
      quantity - the quantity of the item
      unit - the unit of the item
      recipeId - the id of the recipe
  • Method Details

    • getAttributes

      public List<String> getAttributes()
      Returns the attributes of the recipe ingredient.
      Specified by:
      getAttributes in interface Storable
      Overrides:
      getAttributes in class ShoppingListItem
      Returns:
      the attributes of the recipe ingredient
    • getAttributeNames

      public List<String> getAttributeNames()
      Returns the attribute names of the recipe ingredient.
      Specified by:
      getAttributeNames in interface Storable
      Overrides:
      getAttributeNames in class ShoppingListItem
      Returns:
      the attribute names of the recipe ingredient
    • getId

      public int getId()
      Returns the id of the recipe ingredient.
      Specified by:
      getId in interface Storable
      Overrides:
      getId in class ShoppingListItem
      Returns:
      the id of the recipe ingredient
    • getIdName

      public String getIdName()
      Returns the id name of the recipe ingredient.
      Specified by:
      getIdName in interface Storable
      Overrides:
      getIdName in class ShoppingListItem
      Returns:
      the id name of the recipe ingredient
    • getRecipeId

      public int getRecipeId()
      Returns the recipe id of the recipe ingredient.
      Returns:
      the recipe id of the recipe ingredient
    • getRecipeIngredientId

      public int getRecipeIngredientId()
      Returns the recipe ingredient id.
      Returns:
      the recipe ingredient id