public class ConfigurableOrderItemRequest extends AddToCartItem
| Modifier and Type | Field and Description |
|---|---|
protected Money |
displayPrice |
protected Boolean |
isMultiSelect |
protected Integer |
maxQuantity |
protected Integer |
minQuantity |
protected Integer |
orderItemIndex |
protected Product |
product |
protected List<ConfigurableOrderItemRequest> |
productChoices |
| Constructor and Description |
|---|
ConfigurableOrderItemRequest() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getDisplayPrice() |
Boolean |
getIsMultiSelect() |
Integer |
getMaxQuantity() |
Integer |
getMinQuantity() |
Integer |
getOrderItemIndex() |
Product |
getProduct() |
List<ConfigurableOrderItemRequest> |
getProductChoices() |
Integer |
getQuantity() |
Money |
getTotalPrice() |
void |
setDisplayPrice(Money displayPrice) |
void |
setIsMultiSelect(Boolean multiSelect) |
void |
setMaxQuantity(Integer maxQuantity) |
void |
setMinQuantity(Integer minQuantity) |
void |
setOrderItemIndex(Integer orderItemIndex) |
void |
setProduct(Product product) |
void |
setProductChoices(List<ConfigurableOrderItemRequest> productChoices) |
getAdditionalAttributes, getCategoryId, getChildOrderItems, getItemAttributes, getOrderItemId, getOverrideRetailPrice, getOverrideSalePrice, getParentOrderItemId, getProductId, getSkuId, setAdditionalAttributes, setCategoryId, setChildOrderItems, setItemAttributes, setOrderItemId, setOverrideRetailPrice, setOverrideSalePrice, setParentOrderItemId, setProductId, setQuantity, setSkuIdprotected Product product
protected List<ConfigurableOrderItemRequest> productChoices
protected Boolean isMultiSelect
protected Integer minQuantity
protected Integer maxQuantity
protected Money displayPrice
protected Integer orderItemIndex
public Product getProduct()
public void setProduct(Product product)
public List<ConfigurableOrderItemRequest> getProductChoices()
public void setProductChoices(List<ConfigurableOrderItemRequest> productChoices)
public Boolean getIsMultiSelect()
public void setIsMultiSelect(Boolean multiSelect)
public Integer getQuantity()
getQuantity in class OrderItemRequestDTOpublic Integer getMinQuantity()
public void setMinQuantity(Integer minQuantity)
public Integer getMaxQuantity()
public void setMaxQuantity(Integer maxQuantity)
public Money getDisplayPrice()
public void setDisplayPrice(Money displayPrice)
public Money getTotalPrice()
public Integer getOrderItemIndex()
public void setOrderItemIndex(Integer orderItemIndex)
Copyright © 2016. All rights reserved.