Class AsFacetRangeModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class AsFacetRangeModel
    extends AbstractAsItemConfigurationModel
    Generated model class for type AsFacetRange first defined at extension adaptivesearch.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _ABSTRACTASFACETCONFIGURATION2ASFACETRANGE
        Generated relation code constant for relation AbstractAsFacetConfiguration2AsFacetRange defining source attribute facetConfiguration in extension adaptivesearch.
        See Also:
        Constant Field Values
      • ID

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

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

        public static final java.lang.String QUALIFIER
        Generated constant - Attribute key of AsFacetRange.qualifier attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • FROM

        public static final java.lang.String FROM
        Generated constant - Attribute key of AsFacetRange.from attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • TO

        public static final java.lang.String TO
        Generated constant - Attribute key of AsFacetRange.to attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • UNIQUEIDX

        public static final java.lang.String UNIQUEIDX
        Generated constant - Attribute key of AsFacetRange.uniqueIdx attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • FACETCONFIGURATIONPOS

        public static final java.lang.String FACETCONFIGURATIONPOS
        Generated constant - Attribute key of AsFacetRange.facetConfigurationPOS attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • FACETCONFIGURATION

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

      • AsFacetRangeModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AsFacetRangeModel​(AbstractAsFacetConfigurationModel _facetConfiguration,
                                 java.lang.String _id,
                                 java.lang.String _uid,
                                 java.lang.String _uniqueIdx)
        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:
        _facetConfiguration - initial attribute declared by type AsFacetRange at extension adaptivesearch
        _id - initial attribute declared by type AsFacetRange at extension adaptivesearch
        _uid - initial attribute declared by type AbstractAsConfiguration at extension adaptivesearch
        _uniqueIdx - initial attribute declared by type AsFacetRange at extension adaptivesearch
      • AsFacetRangeModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AsFacetRangeModel​(CatalogVersionModel _catalogVersion,
                                 AbstractAsFacetConfigurationModel _facetConfiguration,
                                 java.lang.String _id,
                                 ItemModel _owner,
                                 java.lang.String _uid,
                                 java.lang.String _uniqueIdx)
        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 AbstractAsConfiguration at extension adaptivesearch
        _facetConfiguration - initial attribute declared by type AsFacetRange at extension adaptivesearch
        _id - initial attribute declared by type AsFacetRange at extension adaptivesearch
        _owner - initial attribute declared by type Item at extension core
        _uid - initial attribute declared by type AbstractAsConfiguration at extension adaptivesearch
        _uniqueIdx - initial attribute declared by type AsFacetRange at extension adaptivesearch
    • Method Detail

      • getFrom

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

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

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName()
        Generated method - Getter of the AsFacetRange.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 AsFacetRange.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
      • getQualifier

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

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

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

        @Accessor(qualifier="corrupted",
                  type=GETTER)
        public boolean isCorrupted()
        Generated method - Getter of the AbstractAsConfiguration.corrupted dynamic attribute defined at extension adaptivesearch and redeclared at extension adaptivesearch.
        Overrides:
        isCorrupted in class AbstractAsConfigurationModel
        Returns:
        the corrupted
      • setFacetConfiguration

        @Accessor(qualifier="facetConfiguration",
                  type=SETTER)
        public void setFacetConfiguration​(AbstractAsFacetConfigurationModel value)
        Generated method - Initial setter of AsFacetRange.facetConfiguration attribute defined at extension adaptivesearch. Can only be used at creation of model - before first save.
        Parameters:
        value - the facetConfiguration
      • setFrom

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

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

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value)
        Generated method - Setter of AsFacetRange.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 AsFacetRange.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
      • setQualifier

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

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

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