| Class and Description |
|---|
| Customer
The Customer class is just a plain old java object, with a few properties and getters and setters.
|
| Order
The Order class is not only a plain old java object, with a few properties and getters and setters, but it also defines
a sub-resource for the Order returned by CustomerService.
|
| Product
The Product class is just a plain old java object, with a few properties and getters and setters.
|
Copyright © 2016 Red Hat. All Rights Reserved.