Class SolrUpdateSynonymsCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrUpdateSynonymsCronJobModel
    extends CronJobModel
    Generated model class for type SolrUpdateSynonymsCronJob first defined at extension solrfacetsearch.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _SOLRFACETSEARCHCONFIG2SOLRUPDATESYNONYMSCRONJOB
        Generated relation code constant for relation SolrFacetSearchConfig2SolrUpdateSynonymsCronJob defining source attribute solrFacetSearchConfig in extension solrfacetsearch.
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Generated constant - Attribute key of SolrUpdateSynonymsCronJob.language attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • SOLRFACETSEARCHCONFIGPOS

        public static final java.lang.String SOLRFACETSEARCHCONFIGPOS
        Generated constant - Attribute key of SolrUpdateSynonymsCronJob.solrFacetSearchConfigPOS attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • SOLRFACETSEARCHCONFIG

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

      • SolrUpdateSynonymsCronJobModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrUpdateSynonymsCronJobModel​(JobModel _job,
                                              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:
        _job - initial attribute declared by type CronJob at extension processing
        _solrFacetSearchConfig - initial attribute declared by type SolrUpdateSynonymsCronJob at extension solrfacetsearch
      • SolrUpdateSynonymsCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrUpdateSynonymsCronJobModel​(JobModel _job,
                                              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:
        _job - initial attribute declared by type CronJob at extension processing
        _owner - initial attribute declared by type Item at extension core
        _solrFacetSearchConfig - initial attribute declared by type SolrUpdateSynonymsCronJob at extension solrfacetsearch
    • Method Detail

      • getLanguage

        @Accessor(qualifier="language",
                  type=GETTER)
        public LanguageModel getLanguage()
        Generated method - Getter of the SolrUpdateSynonymsCronJob.language attribute defined at extension solrfacetsearch.
        Returns:
        the language
      • getSolrFacetSearchConfig

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

        @Accessor(qualifier="language",
                  type=SETTER)
        public void setLanguage​(LanguageModel value)
        Generated method - Setter of SolrUpdateSynonymsCronJob.language attribute defined at extension solrfacetsearch.
        Parameters:
        value - the language
      • setSolrFacetSearchConfig

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