public class OrderItem extends Object
OrderItem(Order order, DrinkType type, int shots, boolean iced)
boolean
equals(Object o)
DrinkType
getDrinkType()
Order
getOrder()
int
getShots()
hashCode()
isIced()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public OrderItem(Order order, DrinkType type, int shots, boolean iced)
public Order getOrder()
public boolean isIced()
public int getShots()
public DrinkType getDrinkType()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Apache Camel