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

P

Part - Class in com.xavierloeraflores.inventorymanagement
An abstract class representing parts
Part(int, String, double, int, int, int) - Constructor for class com.xavierloeraflores.inventorymanagement.Part
 
partId - Variable in class com.xavierloeraflores.inventorymanagement.AddPartController
The autogenerated [partId] of the Part to be added.
partId - Variable in class com.xavierloeraflores.inventorymanagement.ModifyPartController
The autogenerated [partId] of the Part to be added.
price - Variable in class com.xavierloeraflores.inventorymanagement.Part
 
price - Variable in class com.xavierloeraflores.inventorymanagement.Product
The [double] value name of this product.
Product - Class in com.xavierloeraflores.inventorymanagement
A class representing products in which may or may not have associated parts
Product(int, String, double, int, int, int) - Constructor for class com.xavierloeraflores.inventorymanagement.Product
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
productId - Variable in class com.xavierloeraflores.inventorymanagement.AddProductController
The autogenerated [productId] of the Product to be added.
productId - Variable in class com.xavierloeraflores.inventorymanagement.ModifyProductController
The autogenerated [productId] of the Product to be added.
A C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages