Class AbstractAsSearchProfile

java.lang.Object
de.hybris.platform.adaptivesearch.data.AbstractAsSearchProfile
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AsCategoryAwareSearchProfile, AsGenericSearchProfile, AsSimpleSearchProfile

public class AbstractAsSearchProfile extends Object implements Serializable
See Also:
  • Constructor Details

    • AbstractAsSearchProfile

      public AbstractAsSearchProfile()
  • Method Details

    • setCatalogVersion

      public void setCatalogVersion(AsCatalogVersion catalogVersion)
    • getCatalogVersion

      public AsCatalogVersion getCatalogVersion()
    • setCode

      public void setCode(String code)
    • getCode

      public String getCode()
    • setIndexType

      public void setIndexType(String indexType)
    • getIndexType

      public String getIndexType()
    • setQueryContext

      public void setQueryContext(String queryContext)
    • getQueryContext

      public String getQueryContext()