Class SearchFacetValueWrapper

java.lang.Object
org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
com.broadleafcommerce.rest.api.wrapper.SearchFacetValueWrapper
All Implemented Interfaces:
Serializable, org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.search.domain.SearchFacetResultDTO>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SearchFacetValueWrapper extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.search.domain.SearchFacetResultDTO>
See Also:
  • Field Details

  • Constructor Details

    • SearchFacetValueWrapper

      public SearchFacetValueWrapper()
  • Method Details

    • wrapDetails

      public void wrapDetails(org.broadleafcommerce.core.search.domain.SearchFacetResultDTO model, jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      wrapDetails in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.search.domain.SearchFacetResultDTO>
    • wrapSummary

      public void wrapSummary(org.broadleafcommerce.core.search.domain.SearchFacetResultDTO model, jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      wrapSummary in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.search.domain.SearchFacetResultDTO>
    • getActive

      public Boolean getActive()
      Returns:
      the active
    • setActive

      public void setActive(Boolean active)
      Parameters:
      active - the active to set
    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set
    • getValueKey

      public String getValueKey()
      Returns:
      the valueKey
    • setValueKey

      public void setValueKey(String valueKey)
      Parameters:
      valueKey - the valueKey to set
    • getQuantity

      public Integer getQuantity()
      Returns:
      the quantity
    • setQuantity

      public void setQuantity(Integer quantity)
      Parameters:
      quantity - the quantity to set
    • getMinValue

      public BigDecimal getMinValue()
      Returns:
      the minValue
    • setMinValue

      public void setMinValue(BigDecimal minValue)
      Parameters:
      minValue - the minValue to set
    • getMaxValue

      public BigDecimal getMaxValue()
      Returns:
      the maxValue
    • setMaxValue

      public void setMaxValue(BigDecimal maxValue)
      Parameters:
      maxValue - the maxValue to set