public class OrderItem extends Object
Constructor and Description |
---|
OrderItem(Order order,
DrinkType type,
int shots,
boolean iced) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
DrinkType |
getDrinkType() |
Order |
getOrder() |
int |
getShots() |
int |
hashCode() |
boolean |
isIced() |
String |
toString() |
Apache Camel