Package Items
Class SalesTogetherRow
java.lang.Object
Items.SalesTogetherRow
Entry for the Sales Together Report
- Since:
- 2023-03-07
-
Field Summary
Modifier and TypeFieldDescriptionprivate final javafx.beans.property.SimpleObjectProperty<String>
SimpleObjectProperty
ofString
holding the name of the Menu Item #1 Itemprivate final javafx.beans.property.SimpleObjectProperty<String>
SimpleObjectProperty
ofString
holding the name of the Menu Item #2private final javafx.beans.property.SimpleObjectProperty<Long>
SimpleObjectProperty
ofLong
holding the number of sales for that Menu Item -
Constructor Summary
ConstructorDescriptionSalesTogetherRow
(String menuItem1, String menuItem2, long numSold) Constructor -
Method Summary
-
Field Details
-
numSold
SimpleObjectProperty
ofLong
holding 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