public class ConfigurableOrderItemRequest extends AddToCartItem
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
discountsAllowed |
protected Money |
displayPrice |
protected boolean |
expandable |
protected boolean |
firstExpandable |
protected Boolean |
hasConfigurationError |
protected Boolean |
hasOverridenPrice |
protected Boolean |
isMultiSelect |
protected boolean |
lastExpandable |
protected Integer |
maxQuantity |
protected Integer |
minQuantity |
protected Integer |
orderItemIndex |
protected Product |
product |
protected List<ConfigurableOrderItemRequest> |
productChoices |
| Constructor and Description |
|---|
ConfigurableOrderItemRequest() |
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
protected Boolean hasOverridenPrice
protected Boolean hasConfigurationError
protected Boolean discountsAllowed
protected boolean expandable
protected boolean firstExpandable
protected boolean lastExpandable
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 Integer getOrderItemIndex()
public void setOrderItemIndex(Integer orderItemIndex)
public Boolean getHasOverridenPrice()
public void setHasOverridenPrice(Boolean hasOverridenPrice)
public Boolean getHasConfigurationError()
getHasConfigurationError in class OrderItemRequestDTOpublic void setHasConfigurationError(Boolean hasConfigurationError)
setHasConfigurationError in class OrderItemRequestDTOpublic Boolean getDiscountsAllowed()
public void setDiscountsAllowed(Boolean discountsAllowed)
public boolean isExpandable()
public void setExpandable(boolean expandable)
public boolean isFirstExpandable()
public void setFirstExpandable(boolean firstExpandable)
public boolean isLastExpandable()
public void setLastExpandable(boolean lastExpandable)
Copyright © 2021. All rights reserved.