| Modifier and Type | Field and Description |
|---|---|
javafx.beans.property.SimpleObjectProperty |
extendedCost |
javafx.beans.property.SimpleIntegerProperty |
orderedQuantity |
javafx.beans.property.SimpleStringProperty |
orderedQuantityString |
javafx.beans.property.SimpleStringProperty |
productCategory |
javafx.beans.property.SimpleStringProperty |
productID |
javafx.beans.property.SimpleStringProperty |
productName |
javafx.beans.property.SimpleStringProperty |
productSize |
javafx.beans.property.SimpleStringProperty |
productUnitPrice |
| Constructor and Description |
|---|
formattedProductProps(String productID,
String productName,
String productSize,
String productUnitPrice,
String productCategory,
int orderedQuantity,
BigDecimal extendedCost) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getExtendedCost() |
int |
getOrderedQuantity() |
String |
getOrderedQuantityString() |
String |
getProductCategory() |
String |
getProductID() |
String |
getProductName() |
String |
getProductSize() |
String |
getProductUnitPrice() |
public final javafx.beans.property.SimpleStringProperty productID
public final javafx.beans.property.SimpleStringProperty productName
public final javafx.beans.property.SimpleStringProperty productSize
public final javafx.beans.property.SimpleStringProperty productUnitPrice
public final javafx.beans.property.SimpleStringProperty productCategory
public final javafx.beans.property.SimpleStringProperty orderedQuantityString
public final javafx.beans.property.SimpleIntegerProperty orderedQuantity
public final javafx.beans.property.SimpleObjectProperty extendedCost
public String getProductID()
public String getProductName()
public String getProductSize()
public String getProductUnitPrice()
public String getProductCategory()
public int getOrderedQuantity()
public String getOrderedQuantityString()
public Object getExtendedCost()
Copyright © 2014–2018. All rights reserved.