Class ParentCategoryByCategory

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

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

    • parent

      protected Long parent
    • defaultParent

      protected Long defaultParent
    • child

      protected Long child
  • Constructor Details

    • ParentCategoryByCategory

      public ParentCategoryByCategory(Long parent, Long defaultParent, Long child)
  • Method Details

    • getParent

      public Long getParent()
    • setParent

      public void setParent(Long parent)
    • getDefaultParent

      public Long getDefaultParent()
    • setDefaultParent

      public void setDefaultParent(Long defaultParent)
    • getChild

      public Long getChild()
    • setChild

      public void setChild(Long child)