Uses of Class
Client
-
-
Uses of Client in <Unnamed>
Methods in <Unnamed> that return Client Modifier and Type Method Description ClientRead. changeClient()Prompts the user to enter a client ID and searches for a matching client instance in the controller's list of client instances.ClientOrder. getClient()Returns the client of this order.Methods in <Unnamed> that return types with arguments of type Client Modifier and Type Method Description java.util.ArrayList<Client>Controller. getClientInstances()Returns the ArrayList containing all client instances.Methods in <Unnamed> with parameters of type Client Modifier and Type Method Description voidController. addOrderToInstances(Client client, java.util.ArrayList<ProductOnOrder> products)Adds the specified order to the list of order instances.voidOrder. setClient(Client client)Sets the client of this order to the specified value.Constructors in <Unnamed> with parameters of type Client Constructor Description Order(Client client, java.util.ArrayList<ProductOnOrder> products)Constructs an order object with the specified client and list of products.
-