public class Order extends Object
Constructor and Description |
---|
Order() |
Modifier and Type | Method and Description |
---|---|
int |
getAmount() |
String |
getDescription() |
int |
getId() |
String |
getItem() |
boolean |
isProcessed() |
void |
setAmount(int amount) |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setItem(String item) |
void |
setProcessed(boolean processed) |
public int getId()
public void setId(int id)
public String getItem()
public void setItem(String item)
public int getAmount()
public void setAmount(int amount)
public String getDescription()
public void setDescription(String description)
public boolean isProcessed()
public void setProcessed(boolean processed)
Apache Camel