-
public class ProductCreated by Evan Groth on 12/21/16.
-
-
Method Summary
Modifier and Type Method Description StringgetSku()voidsetSku(String sku)StringgetName()voidsetName(String name)DoublegetPrice()voidsetPrice(Double price)IntegergetQuantity()voidsetQuantity(Integer quantity)StringgetBrand()voidsetBrand(String brand)StringgetVariant()voidsetVariant(String variant)ProductCategorygetCategory()voidsetCategory(ProductCategory category)JSONObjectgetProductJSONObject()-
-
Method Detail
-
getQuantity
Integer getQuantity()
-
setQuantity
void setQuantity(Integer quantity)
-
getVariant
String getVariant()
-
setVariant
void setVariant(String variant)
-
getCategory
ProductCategory getCategory()
-
setCategory
void setCategory(ProductCategory category)
-
getProductJSONObject
JSONObject getProductJSONObject()
-
-
-
-