Class AsSortExpressionModel

All Implemented Interfaces:
Serializable

public class AsSortExpressionModel extends AbstractAsItemConfigurationModel
Generated model class for type AsSortExpression first defined at extension adaptivesearch.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation AsSortConfiguration2SortExpression defining source attribute sortConfiguration in extension adaptivesearch.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of AsSortExpression.expression attribute defined at extension adaptivesearch.
    static final String
    Generated constant - Attribute key of AsSortExpression.order attribute defined at extension adaptivesearch.
    static final String
    Generated constant - Attribute key of AsSortExpression.sortConfiguration attribute defined at extension adaptivesearch.
    static final String
    Generated constant - Attribute key of AsSortExpression.sortConfigurationPOS attribute defined at extension adaptivesearch.
    static final String
    Generated constant - Attribute key of AsSortExpression.uniqueIdx attribute defined at extension adaptivesearch.

    Fields inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel

    CATALOGVERSION, CORRUPTED, UID

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    AsSortExpressionModel(CatalogVersionModel _catalogVersion, String _expression, ItemModel _owner, AbstractAsSortConfigurationModel _sortConfiguration, String _uid)
    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
    AsSortExpressionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    AsSortExpressionModel(String _expression, AbstractAsSortConfigurationModel _sortConfiguration, String _uid)
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the AsSortExpression.expression attribute defined at extension adaptivesearch.
    Generated method - Getter of the AsSortExpression.order attribute defined at extension adaptivesearch.
    Generated method - Getter of the AsSortExpression.sortConfiguration attribute defined at extension adaptivesearch.
    Generated method - Getter of the AsSortExpression.uniqueIdx attribute defined at extension adaptivesearch.
    boolean
    Generated method - Getter of the AbstractAsConfiguration.corrupted dynamic attribute defined at extension adaptivesearch and redeclared at extension adaptivesearch.
    void
    Generated method - Setter of AsSortExpression.expression attribute defined at extension adaptivesearch.
    void
    Generated method - Setter of AsSortExpression.order attribute defined at extension adaptivesearch.
    void
    Generated method - Initial setter of AsSortExpression.sortConfiguration attribute defined at extension adaptivesearch.
    void
    Generated method - Setter of AsSortExpression.uniqueIdx attribute defined at extension adaptivesearch.

    Methods inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel

    getCatalogVersion, getUid, setCatalogVersion, setUid

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _ASSORTCONFIGURATION2SORTEXPRESSION

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

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

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

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

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

      public static final String SORTCONFIGURATION
      Generated constant - Attribute key of AsSortExpression.sortConfiguration attribute defined at extension adaptivesearch.
      See Also:
  • Constructor Details

    • AsSortExpressionModel

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

      public AsSortExpressionModel(de.hybris.platform.servicelayer.model.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(String _expression, AbstractAsSortConfigurationModel _sortConfiguration, String _uid)
      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
    • AsSortExpressionModel

      @Deprecated(since="4.1.1", forRemoval=true) public AsSortExpressionModel(CatalogVersionModel _catalogVersion, String _expression, ItemModel _owner, AbstractAsSortConfigurationModel _sortConfiguration, String _uid)
      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
  • Method Details

    • getExpression

      @Accessor(qualifier="expression", type=GETTER) public 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
    • getSortConfiguration

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

      @Accessor(qualifier="uniqueIdx", type=GETTER) public String getUniqueIdx()
      Generated method - Getter of the AsSortExpression.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
    • setExpression

      @Accessor(qualifier="expression", type=SETTER) public void setExpression(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(String value)
      Generated method - Setter of AsSortExpression.uniqueIdx attribute defined at extension adaptivesearch.
      Parameters:
      value - the uniqueIdx