|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.example.cafe.OrderItem
public class OrderItem
| Constructor Summary | |
|---|---|
OrderItem(Order order,
DrinkType type,
int shots,
boolean iced)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
DrinkType |
getDrinkType()
|
Order |
getOrder()
|
int |
getShots()
|
int |
hashCode()
|
boolean |
isIced()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrderItem(Order order,
DrinkType type,
int shots,
boolean iced)
| Method Detail |
|---|
public Order getOrder()
public boolean isIced()
public int getShots()
public DrinkType getDrinkType()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||