Class Product
- java.lang.Object
-
- org.hibernate.testing.orm.domain.retail.Product
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.money.MonetaryAmountgetCurrentSellPrice()IntegergetId()UUIDgetSku()VendorgetVendor()voidsetCurrentSellPrice(javax.money.MonetaryAmount currentSellPrice)voidsetId(Integer id)voidsetSku(UUID sku)voidsetVendor(Vendor vendor)
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getVendor
public Vendor getVendor()
-
setVendor
public void setVendor(Vendor vendor)
-
getSku
public UUID getSku()
-
setSku
public void setSku(UUID sku)
-
getCurrentSellPrice
public javax.money.MonetaryAmount getCurrentSellPrice()
-
setCurrentSellPrice
public void setCurrentSellPrice(javax.money.MonetaryAmount currentSellPrice)
-
-