public class Item extends Object
AddItemToCart and RemoveItemFromCart events.| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBrand() |
String |
getCategory() |
String |
getColor() |
String |
getCurrency() |
String |
getIsbn() |
String |
getItemId() |
String |
getManufacturer() |
Long |
getPrice() |
String |
getProductTitle() |
Integer |
getQuantity() |
String |
getSize() |
String |
getSku() |
String[] |
getTags() |
String |
getUpc() |
Item |
setBrand(String brand) |
Item |
setCategory(String category) |
Item |
setColor(String color) |
Item |
setCurrency(String currency) |
Item |
setIsbn(String isbn) |
Item |
setItemId(String itemId) |
Item |
setManufacturer(String manufacturer) |
Item |
setPrice(Long price) |
Item |
setProductTitle(String productTitle) |
Item |
setQuantity(Integer quantity) |
Item |
setSize(String size) |
Item |
setSku(String sku) |
Item |
setTags(String[] tags) |
Item |
setUpc(String upc) |
public String getItemId()
public String getProductTitle()
public Long getPrice()
public String getCurrency()
public Integer getQuantity()
public String getUpc()
public String getSku()
public String getIsbn()
public String getBrand()
public String getManufacturer()
public String getCategory()
public String[] getTags()
public String getColor()
public String getSize()
Copyright © 2014. All rights reserved.