Constructor and Description |
---|
RecipePojo() |
Modifier and Type | Method and Description |
---|---|
List<Ingredient> |
getIngredients() |
Recipe |
getRecipe() |
List<Step> |
getSteps() |
void |
setIngredients(List<Ingredient> ingredients) |
void |
setRecipe(Recipe recipe) |
void |
setSteps(List<Step> steps) |
public Recipe getRecipe()
public void setRecipe(Recipe recipe)
recipe
- an entry retrieved from the database.public void setSteps(List<Step> steps)
steps
- entries retrieved from the database.public List<Ingredient> getIngredients()
public void setIngredients(List<Ingredient> ingredients)
ingredients
- entries retrieved from the database.