public class RecipeIngredient extends Object
Constructor and Description |
---|
RecipeIngredient() |
Modifier and Type | Method and Description |
---|---|
long |
getId()
Gets the id of the RecipeIngredient table.
|
long |
getIngredientId()
Gets the id for an ingredient.
|
long |
getRecipeId()
Gets the recipe id.
|
void |
setId(long id)
Sets the id of the RecipeIngredient table.
|
void |
setIngredientId(long ingredientId)
Sets the id for an ingredient.
|
void |
setRecipeId(long recipeId)
Sets the recipe id.
|
public long getId()
public void setId(long id)
public long getIngredientId()
public void setIngredientId(long ingredientId)
ingredientId
- public long getRecipeId()
public void setRecipeId(long recipeId)