Class BackofficeIndexedTypeToSolrFacetSearchConfigModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class BackofficeIndexedTypeToSolrFacetSearchConfigModel
    extends ItemModel
    Generated model class for type BackofficeIndexedTypeToSolrFacetSearchConfig first defined at extension backofficesolrsearch.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • INDEXEDTYPE

        public static final java.lang.String INDEXEDTYPE
        Generated constant - Attribute key of BackofficeIndexedTypeToSolrFacetSearchConfig.indexedType attribute defined at extension backofficesolrsearch.
        See Also:
        Constant Field Values
      • SOLRFACETSEARCHCONFIG

        public static final java.lang.String SOLRFACETSEARCHCONFIG
        Generated constant - Attribute key of BackofficeIndexedTypeToSolrFacetSearchConfig.solrFacetSearchConfig attribute defined at extension backofficesolrsearch.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BackofficeIndexedTypeToSolrFacetSearchConfigModel

        public BackofficeIndexedTypeToSolrFacetSearchConfigModel()
        Generated constructor - Default constructor for generic creation.
      • BackofficeIndexedTypeToSolrFacetSearchConfigModel

        public BackofficeIndexedTypeToSolrFacetSearchConfigModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • BackofficeIndexedTypeToSolrFacetSearchConfigModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public BackofficeIndexedTypeToSolrFacetSearchConfigModel​(ComposedTypeModel _indexedType,
                                                                 SolrFacetSearchConfigModel _solrFacetSearchConfig)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _indexedType - initial attribute declared by type BackofficeIndexedTypeToSolrFacetSearchConfig at extension backofficesolrsearch
        _solrFacetSearchConfig - initial attribute declared by type BackofficeIndexedTypeToSolrFacetSearchConfig at extension backofficesolrsearch
      • BackofficeIndexedTypeToSolrFacetSearchConfigModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public BackofficeIndexedTypeToSolrFacetSearchConfigModel​(ComposedTypeModel _indexedType,
                                                                 ItemModel _owner,
                                                                 SolrFacetSearchConfigModel _solrFacetSearchConfig)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _indexedType - initial attribute declared by type BackofficeIndexedTypeToSolrFacetSearchConfig at extension backofficesolrsearch
        _owner - initial attribute declared by type Item at extension core
        _solrFacetSearchConfig - initial attribute declared by type BackofficeIndexedTypeToSolrFacetSearchConfig at extension backofficesolrsearch
    • Method Detail

      • getIndexedType

        @Accessor(qualifier="indexedType",
                  type=GETTER)
        public ComposedTypeModel getIndexedType()
        Generated method - Getter of the BackofficeIndexedTypeToSolrFacetSearchConfig.indexedType attribute defined at extension backofficesolrsearch.
        Returns:
        the indexedType
      • getSolrFacetSearchConfig

        @Accessor(qualifier="solrFacetSearchConfig",
                  type=GETTER)
        public SolrFacetSearchConfigModel getSolrFacetSearchConfig()
        Generated method - Getter of the BackofficeIndexedTypeToSolrFacetSearchConfig.solrFacetSearchConfig attribute defined at extension backofficesolrsearch.
        Returns:
        the solrFacetSearchConfig
      • setIndexedType

        @Accessor(qualifier="indexedType",
                  type=SETTER)
        public void setIndexedType​(ComposedTypeModel value)
        Generated method - Setter of BackofficeIndexedTypeToSolrFacetSearchConfig.indexedType attribute defined at extension backofficesolrsearch.
        Parameters:
        value - the indexedType
      • setSolrFacetSearchConfig

        @Accessor(qualifier="solrFacetSearchConfig",
                  type=SETTER)
        public void setSolrFacetSearchConfig​(SolrFacetSearchConfigModel value)
        Generated method - Setter of BackofficeIndexedTypeToSolrFacetSearchConfig.solrFacetSearchConfig attribute defined at extension backofficesolrsearch.
        Parameters:
        value - the solrFacetSearchConfig