Class ProductOptionsProcessor.ProductOptionPricingDTO

java.lang.Object
org.broadleafcommerce.core.web.processor.ProductOptionsProcessor.ProductOptionPricingDTO
Enclosing class:
ProductOptionsProcessor

protected class ProductOptionsProcessor.ProductOptionPricingDTO extends Object
  • Constructor Details

    • ProductOptionPricingDTO

      protected ProductOptionPricingDTO()
  • Method Details

    • getSelectedOptions

      public Long[] getSelectedOptions()
    • setSelectedOptions

      public void setSelectedOptions(Long[] skuOptions)
    • getPrice

      public String getPrice()
    • setPrice

      public void setPrice(String price)
    • getRetailPrice

      public String getRetailPrice()
    • setRetailPrice

      public void setRetailPrice(String retailPrice)
    • getSalePrice

      public String getSalePrice()
    • setSalePrice

      public void setSalePrice(String salePrice)
    • isOnSale

      public boolean isOnSale()
    • setOnSale

      public void setOnSale(boolean onSale)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object