Package Items
Class SalesTogetherRow
java.lang.Object
Items.SalesTogetherRow
Entry for the Sales Together Report
- Since:
- 2023-03-07
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final javafx.beans.property.SimpleObjectProperty<String>SimpleObjectPropertyofStringholding the name of the Menu Item #1 Itemprivate final javafx.beans.property.SimpleObjectProperty<String>SimpleObjectPropertyofStringholding the name of the Menu Item #2private final javafx.beans.property.SimpleObjectProperty<Long>SimpleObjectPropertyofLongholding the number of sales for that Menu Item -
Constructor Summary
ConstructorsConstructorDescriptionSalesTogetherRow(String menuItem1, String menuItem2, long numSold) Constructor -
Method Summary
-
Field Details
-
numSold
SimpleObjectPropertyofLongholding the number of sales for that Menu Item
-
Constructor Details
-
SalesTogetherRow
Constructor- Parameters:
menuItem1- number of the itemmenuItem2- of the itemnumSold- of the item
-
-
Method Details