Class ProductOptionsProcessor.ProductOptionDTO

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

protected class ProductOptionsProcessor.ProductOptionDTO extends Object
  • Constructor Details

    • ProductOptionDTO

      protected ProductOptionDTO()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getValues

      public Map<Long,String> getValues()
    • setValues

      public void setValues(Map<Long,String> values)
    • getSelectedValue

      public String getSelectedValue()
    • setSelectedValue

      public void setSelectedValue(String selectedValue)
    • getPriceAdjustments

      public Map<Long,Double> getPriceAdjustments()
    • setPriceAdjustments

      public void setPriceAdjustments(Map<Long,Double> priceAdjustments)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object