Package Utils
Class DatabaseNames
java.lang.Object
Utils.DatabaseNames
Names of all the databases in this project
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name of the Employee Databasestatic final String
The name of the Inventory Databasestatic final String
The name of the Menu Item Databasestatic final String
The name of the Order Item Databasestatic final String
The name of the Recipe Item Databasestatic final String
The name of the Sold Item Databasestatic final String
The name of the Z Report Database -
Constructor Summary
-
Method Summary
-
Field Details
-
ORDER_ITEM_DATABASE
The name of the Order Item Database- See Also:
-
SOLD_ITEM_DATABASE
The name of the Sold Item Database- See Also:
-
MENU_ITEM_DATABASE
The name of the Menu Item Database- See Also:
-
RECIPE_ITEM_DATABASE
The name of the Recipe Item Database- See Also:
-
INVENTORY_DATABASE
The name of the Inventory Database- See Also:
-
EMPLOYEE_DATABASE
The name of the Employee Database- See Also:
-
ZREPORT_DATABASE
The name of the Z Report Database- See Also:
-
-
Constructor Details
-
DatabaseNames
public DatabaseNames()Constructor
-