A B C D E F G I L M O P R S T V W Y 
All Classes All Packages

S

selectClientMenu(String, int) - Method in class Menu
Prints a client selection menu for editing purposes with the actual client information, available clients option, and change selected option.
selectOrderMenu(int, boolean, int, String, float) - Method in class Menu
Displays the select order menu with actual, view, and change values.
selectProductMenu(String, int) - Method in class Menu
Displays the select product menu with the current product information and options to change it
selectVendorMenu(String, int) - Method in class Menu
Displays a vendor menu with options to edit the selected vendor's values, view available vendors, drop the selected vendor, or change the selected vendor's values.
setClient(Client) - Method in class Order
Sets the client of this order to the specified value.
setClientActive(boolean) - Method in class Client
Sets the active status of this client.
setClientID(int) - Method in class Client
Sets the client ID of this client.
setClientName(String) - Method in class Client
Sets the name of this client.
setId(int) - Method in class ProductOnOrder
 
setOrderID(int) - Method in class Order
Sets the order ID of this order to the specified value.
setOrderPaid(boolean) - Method in class Order
Sets whether this order has been paid for.
setProduct(Product) - Method in class ProductOnOrder
 
setProductId(int) - Method in class Product
Sets the ID of the product to the specified value.
setProductName(String) - Method in class Product
Sets the name of the product to the specified value.
setProductNutriScore(char) - Method in class Product
Sets the Nutri-Score of the product to the specified value.
setProductPrice(float) - Method in class Product
Sets the price of the product to the specified value.
setProducts(ArrayList<Product>) - Method in class Vendor
Sets the list of products associated with the vendor.
setQty(int) - Method in class ProductOnOrder
 
setTotalPrice(float) - Method in class Order
 
setTotalProductPrice(float) - Method in class ProductOnOrder
 
setVendor(Vendor) - Method in class Product
Sets the vendor of the product to the specified value.
setVendorActive(boolean) - Method in class Vendor
Sets whether the vendor is active or not.
setVendorId(int) - Method in class Vendor
Sets the vendor's ID.
setVendorName(String) - Method in class Vendor
Sets the vendor's name.
stopScreen(String) - Method in class EditConsole
 
A B C D E F G I L M O P R S T V W Y 
All Classes All Packages