Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Ingredient> |
Recipe.getIngredients() |
Modifier and Type | Method and Description |
---|---|
void |
Recipe.setIngredients(java.util.ArrayList<Ingredient> ingredients) |
Constructor and Description |
---|
Recipe(java.lang.String recipeName,
java.util.ArrayList<Ingredient> ingredients) |