public class RestockReportRow
extends Object 
Deprecated.
Handle displaying the RestockReport in the GUI
- Since:
 
- 2023-03-07
 
- 
Field Summary
Fields
private javafx.beans.property.SimpleObjectProperty<Integer> 
Deprecated.
SimpleObjectProperty of 
Integer holding the identification number of the
 item.
 
 
private javafx.beans.property.SimpleObjectProperty<String> 
Deprecated.
SimpleObjectProperty of 
String holding the name of the item.
 
 
private javafx.beans.property.SimpleObjectProperty<Integer> 
Deprecated.
SimpleObjectProperty of 
Integer holding the quantity of the item.
 
 
 
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
javafx.beans.property.SimpleObjectProperty<Integer> 
javafx.beans.property.SimpleObjectProperty<String> 
javafx.beans.property.SimpleObjectProperty<Integer> 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Field Details
- 
id
private javafx.beans.property.SimpleObjectProperty<Integer> id 
Deprecated.
SimpleObjectProperty of 
Integer holding the identification number of the
 item.
 
 
- 
name
private javafx.beans.property.SimpleObjectProperty<String> name 
Deprecated.
SimpleObjectProperty of 
String holding the name of the item.
 
 
- 
quantity
private javafx.beans.property.SimpleObjectProperty<Integer> quantity 
Deprecated.
SimpleObjectProperty of 
Integer holding the quantity of the item.
 
 
 
- 
Constructor Details
- 
RestockReportRow
public RestockReportRow(int id,
 String name,
 int quantity) 
Deprecated.
Constructor
- Parameters:
 
id - id number of the item 
name - name of the item 
quantity - quantity of the item 
 
 
- 
Method Details
- 
getId
public javafx.beans.property.SimpleObjectProperty<Integer> getId()
 
Deprecated.
- Returns:
 
id 
 
- 
getName
public javafx.beans.property.SimpleObjectProperty<String> getName()
 
Deprecated.
- Returns:
 
name 
 
- 
getQuantity
public javafx.beans.property.SimpleObjectProperty<Integer> getQuantity()
 
Deprecated.
- Returns:
 
quantity