@Entity public class Book extends Object
Constructor and Description |
---|
Book() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
int |
getId() |
String |
getItem() |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setItem(String item) |
Apache Camel