Class ConfigurableOrderItemRequest


public class ConfigurableOrderItemRequest extends AddToCartItem
  • Field Details

    • product

      protected Product product
    • sku

      protected Sku sku
    • productChoices

      protected List<ConfigurableOrderItemRequest> productChoices
    • isMultiSelect

      protected Boolean isMultiSelect
    • minQuantity

      protected Integer minQuantity
    • maxQuantity

      protected Integer maxQuantity
    • displayPrice

      protected Money displayPrice
    • orderItemIndex

      protected Integer orderItemIndex
    • hasOverridenPrice

      protected Boolean hasOverridenPrice
    • hasConfigurationError

      protected Boolean hasConfigurationError
    • discountsAllowed

      protected Boolean discountsAllowed
    • expandable

      protected boolean expandable
    • firstExpandable

      protected boolean firstExpandable
    • lastExpandable

      protected boolean lastExpandable
    • pricingModelType

      protected String pricingModelType
  • Constructor Details

    • ConfigurableOrderItemRequest

      public ConfigurableOrderItemRequest()
  • Method Details

    • getProduct

      public Product getProduct()
    • setProduct

      public void setProduct(Product product)
    • getSku

      public Sku getSku()
    • setSku

      public void setSku(Sku sku)
    • getProductChoices

      public List<ConfigurableOrderItemRequest> getProductChoices()
    • setProductChoices

      public void setProductChoices(List<ConfigurableOrderItemRequest> productChoices)
    • getIsMultiSelect

      public Boolean getIsMultiSelect()
    • setIsMultiSelect

      public void setIsMultiSelect(Boolean multiSelect)
    • getQuantity

      public Integer getQuantity()
      Overrides:
      getQuantity in class OrderItemRequestDTO
    • getMinQuantity

      public Integer getMinQuantity()
    • setMinQuantity

      public void setMinQuantity(Integer minQuantity)
    • getMaxQuantity

      public Integer getMaxQuantity()
    • setMaxQuantity

      public void setMaxQuantity(Integer maxQuantity)
    • getDisplayPrice

      public Money getDisplayPrice()
    • setDisplayPrice

      public void setDisplayPrice(Money displayPrice)
    • getOrderItemIndex

      public Integer getOrderItemIndex()
    • setOrderItemIndex

      public void setOrderItemIndex(Integer orderItemIndex)
    • getHasOverridenPrice

      public Boolean getHasOverridenPrice()
    • setHasOverridenPrice

      public void setHasOverridenPrice(Boolean hasOverridenPrice)
    • getHasConfigurationError

      public Boolean getHasConfigurationError()
      Overrides:
      getHasConfigurationError in class OrderItemRequestDTO
    • setHasConfigurationError

      public void setHasConfigurationError(Boolean hasConfigurationError)
      Overrides:
      setHasConfigurationError in class OrderItemRequestDTO
    • getDiscountsAllowed

      public Boolean getDiscountsAllowed()
    • setDiscountsAllowed

      public void setDiscountsAllowed(Boolean discountsAllowed)
    • isExpandable

      public boolean isExpandable()
    • setExpandable

      public void setExpandable(boolean expandable)
    • isFirstExpandable

      public boolean isFirstExpandable()
    • setFirstExpandable

      public void setFirstExpandable(boolean firstExpandable)
    • isLastExpandable

      public boolean isLastExpandable()
    • setLastExpandable

      public void setLastExpandable(boolean lastExpandable)
    • getPricingModelType

      public String getPricingModelType()
    • setPricingModelType

      public void setPricingModelType(String pricingModelType)