public class Order extends Object
Constructor and Description |
---|
Order(int number) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(DrinkType drinkType,
int shots,
boolean iced) |
List<OrderItem> |
getItems() |
int |
getNumber() |
Apache Camel