public class formattedProductProps extends Object
Type | Property and Description |
---|---|
javafx.beans.property.SimpleIntegerProperty |
productKey |
Modifier and Type | Field and Description |
---|---|
javafx.beans.property.SimpleObjectProperty<BigDecimal> |
extendedCost |
javafx.beans.property.SimpleIntegerProperty |
orderedQuantity |
javafx.beans.property.SimpleStringProperty |
orderedQuantityString |
javafx.beans.property.SimpleStringProperty |
productCategory |
javafx.beans.property.SimpleStringProperty |
productID |
javafx.beans.property.SimpleIntegerProperty |
productKey |
javafx.beans.property.SimpleStringProperty |
productName |
javafx.beans.property.SimpleStringProperty |
productSize |
javafx.beans.property.SimpleObjectProperty<BigDecimal> |
productUnitPrice |
javafx.beans.property.SimpleStringProperty |
productUnitPriceString |
Constructor and Description |
---|
formattedProductProps(int ProductKey,
String productID,
String productName,
String productSize,
BigDecimal productUnitPrice,
String productCategory,
int orderedQuantity,
BigDecimal extendedCost) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getExtendedCost() |
int |
getOrderedQuantity() |
String |
getOrderedQuantityString() |
String |
getProductCategory() |
String |
getProductID() |
int |
getProductKey()
Gets the value of the property productKey.
|
String |
getProductName() |
String |
getProductSize() |
BigDecimal |
getProductUnitPrice() |
String |
getProductUnitPriceString() |
javafx.beans.property.SimpleIntegerProperty |
productKeyProperty() |
void |
setExtendedCost(BigDecimal extendedCost) |
void |
setOrderedQuantity(int orderedQuantity) |
void |
setOrderedQuantityString(String orderedQuantityString) |
void |
setProductCategory(String productCategory) |
void |
setProductID(String productID) |
void |
setProductKey(int productKey)
Sets the value of the property productKey.
|
void |
setProductName(String productName) |
void |
setProductSize(String productSize) |
void |
setProductUnitPrice(BigDecimal productUnitPrice) |
void |
setProductUnitPriceString(String productUnitPriceString) |
public javafx.beans.property.SimpleIntegerProperty productKeyProperty
getProductKey()
,
setProductKey(int)
public final javafx.beans.property.SimpleIntegerProperty productKey
public final javafx.beans.property.SimpleObjectProperty<BigDecimal> productUnitPrice
public final javafx.beans.property.SimpleStringProperty productUnitPriceString
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.SimpleObjectProperty<BigDecimal> extendedCost
public final javafx.beans.property.SimpleStringProperty productCategory
public final javafx.beans.property.SimpleStringProperty orderedQuantityString
public final javafx.beans.property.SimpleIntegerProperty orderedQuantity
public formattedProductProps(int ProductKey, String productID, String productName, String productSize, BigDecimal productUnitPrice, String productCategory, int orderedQuantity, BigDecimal extendedCost)
public javafx.beans.property.SimpleIntegerProperty productKeyProperty()
getProductKey()
,
setProductKey(int)
public int getProductKey()
public void setProductKey(int productKey)
public String getProductID()
public void setProductID(String productID)
public String getProductName()
public void setProductName(String productName)
public String getProductSize()
public void setProductSize(String productSize)
public BigDecimal getProductUnitPrice()
public void setProductUnitPrice(BigDecimal productUnitPrice)
public String getProductCategory()
public void setProductCategory(String productCategory)
public int getOrderedQuantity()
public void setOrderedQuantity(int orderedQuantity)
public String getProductUnitPriceString()
public void setProductUnitPriceString(String productUnitPriceString)
public String getOrderedQuantityString()
public void setOrderedQuantityString(String orderedQuantityString)
public BigDecimal getExtendedCost()
public void setExtendedCost(BigDecimal extendedCost)
Copyright © 2014–2018. All rights reserved.