Uses of Package
-
Classes in <Unnamed> used by <Unnamed> Class Description Client This class represents a client in the system.Controller Controller class is responsible for managing instances of clients, vendors, orders and products.Order The Order class represents an order made by a client, including the order ID, date, client details, whether it has been paid or not, product quantity, total price and the products included in the order.Product This class represents a Product object with various attributes, a constructor to initialize them and various methods.ProductOnOrder Vendor This class represents a Vendor that provides products to the store.