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

S

sampleData() - Static method in class com.xavierloeraflores.inventorymanagement.Main
This functions adds sample data to the application so that it can be populated with data.
selectedPart - Static variable in class com.xavierloeraflores.inventorymanagement.MainFormController
The [selectedPart] which will be modified by the user.
selectedPart - Variable in class com.xavierloeraflores.inventorymanagement.ModifyPartController
The [selectedPart] which will be modified by the user.
selectedProduct - Static variable in class com.xavierloeraflores.inventorymanagement.MainFormController
The [selectedProduct] which will be modified by the user.
selectedProduct - Variable in class com.xavierloeraflores.inventorymanagement.ModifyProductController
The [selectedProduct] to be modified.
setCompanyName(String) - Method in class com.xavierloeraflores.inventorymanagement.Outsourced
Sets the companyName of the outsourced company than can develop this part.
setId(int) - Method in class com.xavierloeraflores.inventorymanagement.Part
 
setId(int) - Method in class com.xavierloeraflores.inventorymanagement.Product
Sets the product id number for this product
setMachineId(int) - Method in class com.xavierloeraflores.inventorymanagement.InHouse
Sets the machineId of the machine than can develop this part in house.
setMax(int) - Method in class com.xavierloeraflores.inventorymanagement.Part
 
setMax(int) - Method in class com.xavierloeraflores.inventorymanagement.Product
Sets the maximum order quantity of the product.
setMin(int) - Method in class com.xavierloeraflores.inventorymanagement.Part
 
setMin(int) - Method in class com.xavierloeraflores.inventorymanagement.Product
Sets the minimum order quantity of the product.
setName(String) - Method in class com.xavierloeraflores.inventorymanagement.Part
 
setName(String) - Method in class com.xavierloeraflores.inventorymanagement.Product
Sets the product name for this product.
setPrice(double) - Method in class com.xavierloeraflores.inventorymanagement.Part
 
setPrice(double) - Method in class com.xavierloeraflores.inventorymanagement.Product
Sets the price cost of the product.
setRadioInHouse(ActionEvent) - Method in class com.xavierloeraflores.inventorymanagement.AddPartController
When the user presses the In House radio button, the Part will convert to an InHouse Part type
setRadioInHouse(ActionEvent) - Method in class com.xavierloeraflores.inventorymanagement.ModifyPartController
When the user presses the In House radio button, the Part will convert to an InHouse Part type
setRadioOutsourced(ActionEvent) - Method in class com.xavierloeraflores.inventorymanagement.AddPartController
When the user presses the Outsourced radio button, the Part will convert to an Outsourced Part type
setRadioOutsourced(ActionEvent) - Method in class com.xavierloeraflores.inventorymanagement.ModifyPartController
When the user presses the Outsourced radio button, the Part will convert to an Outsourced Part type
setStock(int) - Method in class com.xavierloeraflores.inventorymanagement.Part
 
setStock(int) - Method in class com.xavierloeraflores.inventorymanagement.Product
Sets the total amount of stock left for this product.
start(Stage) - Method in class com.xavierloeraflores.inventorymanagement.Main
Displays the Main.FXML screen to start the application
stock - Variable in class com.xavierloeraflores.inventorymanagement.Part
 
stock - Variable in class com.xavierloeraflores.inventorymanagement.Product
The [int] value stock representing the total stock left of this product.
A C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages