Class AbstractAsSearchProfileModel

    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _ASSEARCHPROFILEACTIVATIONSET2SEARCHPROFILE
        Generated relation code constant for relation AsSearchProfileActivationSet2SearchProfile defining source attribute activationSet in extension adaptivesearch.
        See Also:
        Constant Field Values
      • CATALOGVERSION

        public static final java.lang.String CATALOGVERSION
        Generated constant - Attribute key of AbstractAsSearchProfile.catalogVersion attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Generated constant - Attribute key of AbstractAsSearchProfile.code attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Generated constant - Attribute key of AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • INDEXTYPE

        public static final java.lang.String INDEXTYPE
        Generated constant - Attribute key of AbstractAsSearchProfile.indexType attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • ACTIVATIONSETPOS

        public static final java.lang.String ACTIVATIONSETPOS
        Generated constant - Attribute key of AbstractAsSearchProfile.activationSetPOS attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • ACTIVATIONSET

        public static final java.lang.String ACTIVATIONSET
        Generated constant - Attribute key of AbstractAsSearchProfile.activationSet attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractAsSearchProfileModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractAsSearchProfileModel​(java.lang.String _code,
                                            java.lang.String _indexType)
        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:
        _code - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch
        _indexType - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch
      • AbstractAsSearchProfileModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractAsSearchProfileModel​(CatalogVersionModel _catalogVersion,
                                            java.lang.String _code,
                                            java.lang.String _indexType,
                                            ItemModel _owner)
        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:
        _catalogVersion - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch
        _code - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch
        _indexType - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=GETTER)
        public CatalogVersionModel getCatalogVersion()
        Generated method - Getter of the AbstractAsSearchProfile.catalogVersion attribute defined at extension adaptivesearch.
        Returns:
        the catalogVersion
      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the AbstractAsSearchProfile.code attribute defined at extension adaptivesearch.
        Returns:
        the code
      • getIndexType

        @Accessor(qualifier="indexType",
                  type=GETTER)
        public java.lang.String getIndexType()
        Generated method - Getter of the AbstractAsSearchProfile.indexType attribute defined at extension adaptivesearch.
        Returns:
        the indexType
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName()
        Generated method - Getter of the AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
        Returns:
        the name
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName​(java.util.Locale loc)
        Generated method - Getter of the AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
        Parameters:
        loc - the value localization key
        Returns:
        the name
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=SETTER)
        public void setCatalogVersion​(CatalogVersionModel value)
        Generated method - Initial setter of AbstractAsSearchProfile.catalogVersion attribute defined at extension adaptivesearch. Can only be used at creation of model - before first save.
        Parameters:
        value - the catalogVersion
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Setter of AbstractAsSearchProfile.code attribute defined at extension adaptivesearch.
        Parameters:
        value - the code
      • setIndexType

        @Accessor(qualifier="indexType",
                  type=SETTER)
        public void setIndexType​(java.lang.String value)
        Generated method - Initial setter of AbstractAsSearchProfile.indexType attribute defined at extension adaptivesearch. Can only be used at creation of model - before first save.
        Parameters:
        value - the indexType
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value)
        Generated method - Setter of AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
        Parameters:
        value - the name
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value,
                            java.util.Locale loc)
        Generated method - Setter of AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
        Parameters:
        value - the name
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language