Class AsSortExpressionModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class AsSortExpressionModel
    extends AbstractAsItemConfigurationModel
    Generated model class for type AsSortExpression 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
      • _ASSORTCONFIGURATION2SORTEXPRESSION

        public static final java.lang.String _ASSORTCONFIGURATION2SORTEXPRESSION
        Generated relation code constant for relation AsSortConfiguration2SortExpression defining source attribute sortConfiguration in extension adaptivesearch.
        See Also:
        Constant Field Values
      • EXPRESSION

        public static final java.lang.String EXPRESSION
        Generated constant - Attribute key of AsSortExpression.expression attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • ORDER

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

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

        public static final java.lang.String SORTCONFIGURATIONPOS
        Generated constant - Attribute key of AsSortExpression.sortConfigurationPOS attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • SORTCONFIGURATION

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

      • AsSortExpressionModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AsSortExpressionModel​(java.lang.String _expression,
                                     AbstractAsSortConfigurationModel _sortConfiguration,
                                     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:
        _expression - initial attribute declared by type AsSortExpression at extension adaptivesearch
        _sortConfiguration - initial attribute declared by type AsSortExpression at extension adaptivesearch
        _uid - initial attribute declared by type AbstractAsConfiguration at extension adaptivesearch
        _uniqueIdx - initial attribute declared by type AsSortExpression at extension adaptivesearch
      • AsSortExpressionModel

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

      • getExpression

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

        @Accessor(qualifier="order",
                  type=GETTER)
        public AsSortOrder getOrder()
        Generated method - Getter of the AsSortExpression.order attribute defined at extension adaptivesearch.
        Returns:
        the order
      • getUniqueIdx

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

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

        @Accessor(qualifier="order",
                  type=SETTER)
        public void setOrder​(AsSortOrder value)
        Generated method - Setter of AsSortExpression.order attribute defined at extension adaptivesearch.
        Parameters:
        value - the order
      • setSortConfiguration

        @Accessor(qualifier="sortConfiguration",
                  type=SETTER)
        public void setSortConfiguration​(AbstractAsSortConfigurationModel value)
        Generated method - Initial setter of AsSortExpression.sortConfiguration attribute defined at extension adaptivesearch. Can only be used at creation of model - before first save.
        Parameters:
        value - the sortConfiguration
      • setUniqueIdx

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