A B C D E F G I L M N P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getID() - Method in interface Item
- getID() - Method in class Product
-
Grabs the object's ID
- getItemCode() - Method in class Product
-
Gets the itemCode of the product object
- getManufacturer() - Method in interface Item
- getManufacturer() - Method in class Product
-
Grabs the name of the manufacturer of the product object
- getName() - Method in interface Item
- getName() - Method in class Product
-
Grabs the object's name
- getPassword() - Method in class Controller
-
Accesses res/properties to get the password String, then it calls reverseString to reverse the password String.
- getProdDate() - Method in class ProductionRecord
-
Gets the dateProduced field and outputs
- getProductID() - Method in class ProductionRecord
-
Gets the productID field and outputs
- getProductionNum() - Method in class ProductionRecord
-
Gets the production number field
- getProductName() - Method in class ProductionRecord
-
Grabs the productName of the object
- getRefreshRate() - Method in class Screen
-
Gets the refresh rate of the screen
- getRefreshRate() - Method in interface ScreenSpec
- getResolution() - Method in class Screen
-
Gets the resolution of the screen
- getResolution() - Method in interface ScreenSpec
- getResponseTime() - Method in class Screen
-
Gets the response time of the screen
- getResponseTime() - Method in interface ScreenSpec
- getSelectedProduct() - Method in class Controller
-
Grabs the selected product from listView, then grabs the number from the combobox for quantity, and creates x amount of that product to then put into productionRun which keeps track of every product that has been produced.
- getSerialNum() - Method in class ProductionRecord
-
Gets the serialNumber field and outputs
- getType() - Method in class Product
-
Grabs the current ItemType of
- getTypeTotal(ItemType) - Static method in class ProductionRecord
-
Takes the ItemType parameter and returns the respective total
All Classes All Packages