See: Description
Class | Description |
---|---|
Bill |
The bill for a list of ordered products.
|
Customer |
Contains all informations about a customer.
|
CustomerDB |
Holds the list of all customers.
|
Description |
Name, short and detailed description of a product.
|
Order |
With this class you can order a list of Products.
|
Product |
Contains the id, description and price of a product.
|
ProductDB |
Holds the list of all products.
|
ProductList |
The class to handle with the existing products.
|
ProductOrder |
The id and quantity of a product to order.
|
JavaCollections.jar
:
The file ch/e2e/examples/list/products.xml
contains all available product
informations. The customers are defined in the file
ch/e2e/examples/list/customer.xml
. You can find these files in the
JavaCollections.src folder.