Class ParentCategoryByProduct

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

public class ParentCategoryByProduct extends Object
Container object for the results of a lightweight query that retrieves the parent category for a child product
Author:
Jeff Fischer
  • Field Details

    • category

      protected Long category
    • product

      protected Long product
    • displayOrder

      protected BigDecimal displayOrder
  • Constructor Details

    • ParentCategoryByProduct

      public ParentCategoryByProduct(Long category, Long product, BigDecimal displayOrder)
  • Method Details

    • getCategory

      public Long getCategory()
    • setCategory

      public void setCategory(Long category)
    • getProduct

      public Long getProduct()
    • setProduct

      public void setProduct(Long product)
    • getDisplayOrder

      public BigDecimal getDisplayOrder()
    • setDisplayOrder

      public void setDisplayOrder(BigDecimal displayOrder)