Class Product

java.lang.Object
io.bayonet.model.base.Product

public class Product
extends java.lang.Object
Created by imranarshad on 8/16/17. model to represent a product that the customer is trying to buy - used by the ecommerce endpoints
  • Constructor Summary

    Constructors 
    Constructor Description
    Product()  
  • Method Summary

    Modifier and Type Method Description
    Product setProductCategory​(java.lang.String product_category)  
    Product setProductId​(java.lang.String product_id)
    Setters
    Product setProductName​(java.lang.String product_name)  
    Product setProductPrice​(java.lang.Double product_price)  
    Product setProductQuantity​(java.lang.Integer product_quantity)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait