Class SolrProductData

java.lang.Object
de.hybris.platform.solrfacetsearch.search.product.SolrProductData

public class SolrProductData extends Object
  • Constructor Details

    • SolrProductData

      public SolrProductData()
  • Method Details

    • getCode

      public String getCode()
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Parameters:
      code - the code to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • getCatalogVersion

      public String getCatalogVersion()
      Returns:
      the catalogVersion
    • setCatalogVersion

      public void setCatalogVersion(String catalogVersion)
      Parameters:
      catalogVersion - the catalogVersion to set
    • getCatalog

      public String getCatalog()
      Returns:
      the catalog
    • setCatalog

      public void setCatalog(String catalog)
      Parameters:
      catalog - the catalog to set
    • getPk

      public Long getPk()
      Returns:
      the pk
    • setPk

      public void setPk(Long pk)
      Parameters:
      pk - the pk to set
    • getCategories

      public Collection<String> getCategories()
      Returns:
      the categories
    • setCategories

      public void setCategories(Collection<String> categories)
      Parameters:
      categories - the categories to set
    • getPrice

      public Double getPrice()
      Returns:
      the price
    • setPrice

      public void setPrice(Double price)
      Parameters:
      price - the price to set
    • getEan

      public String getEan()
      Returns:
      the ean
    • setEan

      public void setEan(String ean)
      Parameters:
      ean - the ean to set