public static class Cocktail.Ingredient extends Object implements Serializable
| Constructor and Description |
|---|
Cocktail.Ingredient(String quantity,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getQuantity() |
void |
setName(String name) |
void |
setQuantity(String quantity) |
String |
toString() |
Copyright © 2015. All Rights Reserved.