public abstract class BaseIngredient extends Object
| Constructor and Description |
|---|
BaseIngredient(String ingredientType) |
BaseIngredient(String ingredientType,
String domain) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
String |
getIngredientType() |
protected Map<String,Object> |
getProperties() |
protected <T> T |
getProperty(String key) |
protected boolean |
hasProperty(String key) |
protected void |
setProperty(String key,
Object value) |
Copyright © 2018. All rights reserved.