Class BackofficeIndexedTypeToSearchservicesIndexConfigModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.backoffice.searchservices.model.BackofficeIndexedTypeToSearchservicesIndexConfigModel
All Implemented Interfaces:
Serializable

public class BackofficeIndexedTypeToSearchservicesIndexConfigModel extends ItemModel
Generated model class for type BackofficeIndexedTypeToSearchservicesIndexConfig first defined at extension backofficesearchservices.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String INDEXEDTYPE
      Generated constant - Attribute key of BackofficeIndexedTypeToSearchservicesIndexConfig.indexedType attribute defined at extension backofficesearchservices.
      See Also:
    • SNINDEXCONFIGURATION

      public static final String SNINDEXCONFIGURATION
      Generated constant - Attribute key of BackofficeIndexedTypeToSearchservicesIndexConfig.snIndexConfiguration attribute defined at extension backofficesearchservices.
      See Also:
    • SNINDEXTYPE

      public static final String SNINDEXTYPE
      Generated constant - Attribute key of BackofficeIndexedTypeToSearchservicesIndexConfig.snIndexType attribute defined at extension backofficesearchservices.
      See Also:
    • ACTIVE

      public static final String ACTIVE
      Generated constant - Attribute key of BackofficeIndexedTypeToSearchservicesIndexConfig.active attribute defined at extension backofficesearchservices.
      See Also:
  • Constructor Details

    • BackofficeIndexedTypeToSearchservicesIndexConfigModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public BackofficeIndexedTypeToSearchservicesIndexConfigModel(ComposedTypeModel _indexedType, SnIndexConfigurationModel _snIndexConfiguration, SnIndexTypeModel _snIndexType)
      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:
      _indexedType - initial attribute declared by type BackofficeIndexedTypeToSearchservicesIndexConfig at extension backofficesearchservices
      _snIndexConfiguration - initial attribute declared by type BackofficeIndexedTypeToSearchservicesIndexConfig at extension backofficesearchservices
      _snIndexType - initial attribute declared by type BackofficeIndexedTypeToSearchservicesIndexConfig at extension backofficesearchservices
    • BackofficeIndexedTypeToSearchservicesIndexConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public BackofficeIndexedTypeToSearchservicesIndexConfigModel(ComposedTypeModel _indexedType, ItemModel _owner, SnIndexConfigurationModel _snIndexConfiguration, SnIndexTypeModel _snIndexType)
      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:
      _indexedType - initial attribute declared by type BackofficeIndexedTypeToSearchservicesIndexConfig at extension backofficesearchservices
      _owner - initial attribute declared by type Item at extension core
      _snIndexConfiguration - initial attribute declared by type BackofficeIndexedTypeToSearchservicesIndexConfig at extension backofficesearchservices
      _snIndexType - initial attribute declared by type BackofficeIndexedTypeToSearchservicesIndexConfig at extension backofficesearchservices
  • Method Details

    • getIndexedType

      @Accessor(qualifier="indexedType", type=GETTER) public ComposedTypeModel getIndexedType()
      Generated method - Getter of the BackofficeIndexedTypeToSearchservicesIndexConfig.indexedType attribute defined at extension backofficesearchservices.
      Returns:
      the indexedType
    • getSnIndexConfiguration

      @Accessor(qualifier="snIndexConfiguration", type=GETTER) public SnIndexConfigurationModel getSnIndexConfiguration()
      Generated method - Getter of the BackofficeIndexedTypeToSearchservicesIndexConfig.snIndexConfiguration attribute defined at extension backofficesearchservices.
      Returns:
      the snIndexConfiguration
    • getSnIndexType

      @Accessor(qualifier="snIndexType", type=GETTER) public SnIndexTypeModel getSnIndexType()
      Generated method - Getter of the BackofficeIndexedTypeToSearchservicesIndexConfig.snIndexType attribute defined at extension backofficesearchservices.
      Returns:
      the snIndexType
    • isActive

      @Accessor(qualifier="active", type=GETTER) public boolean isActive()
      Generated method - Getter of the BackofficeIndexedTypeToSearchservicesIndexConfig.active attribute defined at extension backofficesearchservices.
      Returns:
      the active
    • setActive

      @Accessor(qualifier="active", type=SETTER) public void setActive(boolean value)
      Generated method - Setter of BackofficeIndexedTypeToSearchservicesIndexConfig.active attribute defined at extension backofficesearchservices.
      Parameters:
      value - the active
    • setIndexedType

      @Accessor(qualifier="indexedType", type=SETTER) public void setIndexedType(ComposedTypeModel value)
      Generated method - Setter of BackofficeIndexedTypeToSearchservicesIndexConfig.indexedType attribute defined at extension backofficesearchservices.
      Parameters:
      value - the indexedType
    • setSnIndexConfiguration

      @Accessor(qualifier="snIndexConfiguration", type=SETTER) public void setSnIndexConfiguration(SnIndexConfigurationModel value)
      Generated method - Setter of BackofficeIndexedTypeToSearchservicesIndexConfig.snIndexConfiguration attribute defined at extension backofficesearchservices.
      Parameters:
      value - the snIndexConfiguration
    • setSnIndexType

      @Accessor(qualifier="snIndexType", type=SETTER) public void setSnIndexType(SnIndexTypeModel value)
      Generated method - Setter of BackofficeIndexedTypeToSearchservicesIndexConfig.snIndexType attribute defined at extension backofficesearchservices.
      Parameters:
      value - the snIndexType