Index

A C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages

I

id - Variable in class com.xavierloeraflores.inventorymanagement.Part
 
id - Variable in class com.xavierloeraflores.inventorymanagement.Product
The [int] value id identifying this product.
InHouse - Class in com.xavierloeraflores.inventorymanagement
A class representing in house parts in which inherits from the part class.
InHouse(int, String, double, int, int, int, int) - Constructor for class com.xavierloeraflores.inventorymanagement.InHouse
Constructor initializing this.id to id, this.name to name, this.price to price, this.stock to stock, this.min to min, this.max to max, this.machineId to machineId
initialize(URL, ResourceBundle) - Method in class com.xavierloeraflores.inventorymanagement.AddPartController
Initializes the FXML Screen, sets the part to InHouse, & generates a partId.
initialize(URL, ResourceBundle) - Method in class com.xavierloeraflores.inventorymanagement.AddProductController
Initializes the FXML Screen, creates a newProduct object, & generates a productId.
initialize(URL, ResourceBundle) - Method in class com.xavierloeraflores.inventorymanagement.MainFormController
Initializes the FXML Screen and sets the selectedPart and selectedProduct to null.
initialize(URL, ResourceBundle) - Method in class com.xavierloeraflores.inventorymanagement.ModifyPartController
Initializes the FXML Screen, sets the part to InHouse, & generates a partId.
initialize(URL, ResourceBundle) - Method in class com.xavierloeraflores.inventorymanagement.ModifyProductController
Initializes the FXML Screen, creates a newProduct object, & generates a productId.
Inventory - Class in com.xavierloeraflores.inventorymanagement
A class representing the inventory which contains all parts and products.
Inventory() - Constructor for class com.xavierloeraflores.inventorymanagement.Inventory
 
isOutsourced - Variable in class com.xavierloeraflores.inventorymanagement.AddPartController
The [isOutsourced] boolean which indicates if the Part is Outsourced or In House.
isOutsourced - Variable in class com.xavierloeraflores.inventorymanagement.ModifyPartController
The [isOutsourced] boolean which indicates if the Part is Outsourced or In House.
A C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages