Class | Description |
---|---|
AssemblyRecipe |
AssemblyRecipe is a POJO-ish object used to collect data as a
Recipe is being assembled |
Ingredient |
Ingredients are child entities of
Recipe s. |
Recipe |
Recipe is the top-level entity in the database.
|
Step |
Steps are child entities of
Recipe s. |
Enum | Description |
---|---|
Ingredient.Unit |
This Enum holds values for units of measurement with an "OTHER" option to handle additional
values.
|