public class Cookbook extends Object
| Constructor and Description |
|---|
Cookbook(String domain,
List<Ingredient> ingredients,
List<Enum> enums) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
List<Enum> |
getEnums() |
List<Ingredient> |
getIngredients() |
public Cookbook(String domain, List<Ingredient> ingredients, List<Enum> enums)
public String getDomain()
public List<Ingredient> getIngredients()
Copyright © 2018. All rights reserved.