- getAllProductIds() - Method in class ch.e2e.examples.list.ProductDB
-
Returns all existing product ids.
- getAllProductIds() - Static method in class ch.e2e.examples.list.ProductList
-
Returns all existing product ids.
- getCustomer() - Method in class ch.e2e.examples.list.Bill
-
Returns the customer ordering these products.
- getDate() - Method in class ch.e2e.examples.list.Bill
-
Returns the date of the bill.
- getDescription() - Method in class ch.e2e.examples.list.Product
-
Returns the description of the product.
- getDetailedDescription() - Method in class ch.e2e.examples.list.Description
-
Returns the detailed description of the product.
- getId() - Method in class ch.e2e.examples.list.Customer
-
Returns the id of the customer.
- getId() - Method in class ch.e2e.examples.list.Product
-
Returns the id of the product.
- getInstance() - Static method in class ch.e2e.examples.list.CustomerDB
-
Returns the instance of this class.
- getInstance() - Static method in class ch.e2e.examples.list.ProductDB
-
Returns the instance of this class.
- getName() - Method in class ch.e2e.examples.list.Customer
-
Returns the name of the customer.
- getName() - Method in class ch.e2e.examples.list.Description
-
Returns the name of the product.
- getPostalCode() - Method in class ch.e2e.examples.list.Customer
-
Returns the postalcode of the town the customer lives.
- getPrice() - Method in class ch.e2e.examples.list.Product
-
Returns the price of the product.
- getProductId() - Method in class ch.e2e.examples.list.ProductOrder
-
Returns the id of the product to order.
- getProductOrders() - Method in class ch.e2e.examples.list.Bill
-
Returns the list of ids and quantity of the ordered products.
- getProducts() - Method in class ch.e2e.examples.list.Bill
-
Returns the products ordered by the customer.
- getProducts(List<String>) - Static method in class ch.e2e.examples.list.ProductList
-
Returns the products, found for the list of product ids.
- getQuantity() - Method in class ch.e2e.examples.list.ProductOrder
-
Returns the quantity of the ordered product.
- getShortDescription() - Method in class ch.e2e.examples.list.Description
-
Returns the short description of the product.
- getStreet() - Method in class ch.e2e.examples.list.Customer
-
Returns the street the customer lives.
- getTotal() - Method in class ch.e2e.examples.list.Bill
-
Returns the total amount to pay.
- getTown() - Method in class ch.e2e.examples.list.Customer
-
Returns the town the customer lives.
- setCustomer(Customer) - Method in class ch.e2e.examples.list.Bill
-
Sets the customer ordering these products.
- setDate(GregorianCalendar) - Method in class ch.e2e.examples.list.Bill
-
Set the date of the bill.
- setDescription(Description) - Method in class ch.e2e.examples.list.Product
-
Sets the description of the product.
- setDetailedDescription(String) - Method in class ch.e2e.examples.list.Description
-
Sets the detailed description of the product.
- setId(String) - Method in class ch.e2e.examples.list.Customer
-
Sets the id of the customer.
- setId(String) - Method in class ch.e2e.examples.list.Product
-
Sets the id of the product.
- setName(String) - Method in class ch.e2e.examples.list.Customer
-
Sets the name of the customer.
- setName(String) - Method in class ch.e2e.examples.list.Description
-
Sets the name of the product.
- setPostalCode(String) - Method in class ch.e2e.examples.list.Customer
-
Sets the postalcode of the town the customer lives.
- setPrice(double) - Method in class ch.e2e.examples.list.Product
-
Sets the price of the product.
- setProductId(String) - Method in class ch.e2e.examples.list.ProductOrder
-
Sets the id of the product to order.
- setProductOrders(List<ProductOrder>) - Method in class ch.e2e.examples.list.Bill
-
Sets the list of ids and quantity of the ordered products.
- setProducts(List<Product>) - Method in class ch.e2e.examples.list.Bill
-
Sets the products ordered by the customer.
- setQuantity(int) - Method in class ch.e2e.examples.list.ProductOrder
-
Sets the quantity of the ordered product.
- setShortDescription(String) - Method in class ch.e2e.examples.list.Description
-
Sets the short description of the product.
- setStreet(String) - Method in class ch.e2e.examples.list.Customer
-
Sets the street the customer lives.
- setTotal(double) - Method in class ch.e2e.examples.list.Bill
-
Sets the total amount to pay.
- setTown(String) - Method in class ch.e2e.examples.list.Customer
-
Sets the town the customer lives.