| Constructor and Description |
|---|
Product() |
Product(Integer id,
UUID sku,
Vendor vendor) |
Product(Integer id,
UUID sku,
Vendor vendor,
javax.money.MonetaryAmount currentSellPrice) |
| Modifier and Type | Method and Description |
|---|---|
javax.money.MonetaryAmount |
getCurrentSellPrice() |
Integer |
getId() |
UUID |
getSku() |
Vendor |
getVendor() |
void |
setCurrentSellPrice(javax.money.MonetaryAmount currentSellPrice) |
void |
setId(Integer id) |
void |
setSku(UUID sku) |
void |
setVendor(Vendor vendor) |
public Integer getId()
public void setId(Integer id)
public Vendor getVendor()
public void setVendor(Vendor vendor)
public UUID getSku()
public void setSku(UUID sku)
public javax.money.MonetaryAmount getCurrentSellPrice()
public void setCurrentSellPrice(javax.money.MonetaryAmount currentSellPrice)
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.