Class Ingredient

java.lang.Object
com.cis.gorecipe.model.Ingredient

@Entity public class Ingredient extends Object
This class allows GoRecipe to store individual ingredients (e.g. tomato, steak, flour, etc) that may be used in Recipes
  • Field Details

    • name

      private String name
      A unique ingredient name (e.g. rice or salmon)
  • Constructor Details

    • Ingredient

      public Ingredient()