java.lang.Object
com.broadleafcommerce.catalog.service.product.consolidation.CategoryProductRef
All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.ContextStateAware

public class CategoryProductRef extends Object implements com.broadleafcommerce.data.tracking.core.ContextStateAware
  • Constructor Details

    • CategoryProductRef

      public CategoryProductRef(CategoryProduct categoryProduct)
    • CategoryProductRef

      public CategoryProductRef()
  • Method Details

    • getCategoryProduct

      public CategoryProduct getCategoryProduct()
    • getFullCategoryLine

      public List<CategoryRef> getFullCategoryLine()
    • setCategoryProduct

      public void setCategoryProduct(CategoryProduct categoryProduct)
    • setFullCategoryLine

      public void setFullCategoryLine(List<CategoryRef> fullCategoryLine)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public String getId()
    • getProduct

      public Product getProduct()
    • getCategory

      public CategoryRef getCategory()
    • isPrimary

      public boolean isPrimary()
    • getContextState

      public com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState getContextState()
      Specified by:
      getContextState in interface com.broadleafcommerce.data.tracking.core.ContextStateAware
    • getOverrideChangeContainer

      public com.broadleafcommerce.data.tracking.core.filtering.domain.ChangeContainer getOverrideChangeContainer()
    • getSorted

      public Boolean getSorted()
    • getSorting

      public String getSorting()
    • setId

      public void setId(String id)
    • setProduct

      public void setProduct(Product product)
    • setCategory

      public void setCategory(CategoryRef category)
    • setPrimary

      public void setPrimary(boolean primary)
    • setContextState

      public void setContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)
      Specified by:
      setContextState in interface com.broadleafcommerce.data.tracking.core.ContextStateAware
    • setOverrideChangeContainer

      public void setOverrideChangeContainer(com.broadleafcommerce.data.tracking.core.filtering.domain.ChangeContainer overrideChangeContainer)
    • setSorted

      public void setSorted(Boolean sorted)
    • setSorting

      public void setSorting(String sorting)