Class ProductsByCategoryWithOrder

java.lang.Object
org.broadleafcommerce.core.search.dao.ProductsByCategoryWithOrder

public class ProductsByCategoryWithOrder extends Object
Container object for the results of a lightweight query that retrieves the product ids for a category along with their display order.
Author:
Andre Azzolini (apazzolini)
  • Field Details

    • productId

      protected Long productId
    • displayOrder

      protected BigDecimal displayOrder
  • Constructor Details

    • ProductsByCategoryWithOrder

      public ProductsByCategoryWithOrder(Long productId, BigDecimal displayOrder)
  • Method Details

    • getProductId

      public Long getProductId()
    • setProductId

      public void setProductId(Long productId)
    • getDisplayOrder

      public BigDecimal getDisplayOrder()
    • setDisplayOrder

      public void setDisplayOrder(BigDecimal displayOrder)