Class ProductsByCategoryWithOrder
java.lang.Object
org.broadleafcommerce.core.search.dao.ProductsByCategoryWithOrder
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisplayOrder(BigDecimal displayOrder) voidsetProductId(Long productId)
-
Field Details
-
productId
-
displayOrder
-
-
Constructor Details
-
ProductsByCategoryWithOrder
-
-
Method Details
-
getProductId
-
setProductId
-
getDisplayOrder
-
setDisplayOrder
-