Class Product


  • @Entity
    public class Product
    extends Object
    • Constructor Detail

      • Product

        public Product()
      • Product

        public Product​(Integer id,
                       UUID sku,
                       Vendor vendor,
                       javax.money.MonetaryAmount currentSellPrice)
    • Method Detail

      • 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)