Class MerchPropertyModel

All Implemented Interfaces:
Serializable

public class MerchPropertyModel extends AbstractMerchPropertyModel
Generated model class for type MerchProperty first defined at extension merchandisingservices.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _MERCHPRODUCTDIRCONFIG2MERCHPROPERTY
      Generated relation code constant for relation MerchProductDirConfig2MerchProperty defining source attribute merchProductDirectoryConfig in extension merchandisingservices.
      See Also:
    • _MERCHINDEXINGCONFIG2MERCHPROPERTY

      public static final String _MERCHINDEXINGCONFIG2MERCHPROPERTY
      Generated relation code constant for relation MerchIndexingConfig2MerchProperty defining source attribute merchIndexingConfig in extension merchandisingservices.
      See Also:
    • MERCHPRODUCTDIRECTORYCONFIGPOS

      public static final String MERCHPRODUCTDIRECTORYCONFIGPOS
      Generated constant - Attribute key of MerchProperty.merchProductDirectoryConfigPOS attribute defined at extension merchandisingservices.
      See Also:
    • MERCHPRODUCTDIRECTORYCONFIG

      public static final String MERCHPRODUCTDIRECTORYCONFIG
      Generated constant - Attribute key of MerchProperty.merchProductDirectoryConfig attribute defined at extension merchandisingservices.
      See Also:
    • MERCHINDEXINGCONFIGPOS

      public static final String MERCHINDEXINGCONFIGPOS
      Generated constant - Attribute key of MerchProperty.merchIndexingConfigPOS attribute defined at extension merchandisingservices.
      See Also:
    • MERCHINDEXINGCONFIG

      public static final String MERCHINDEXINGCONFIG
      Generated constant - Attribute key of MerchProperty.merchIndexingConfig attribute defined at extension merchandisingservices.
      See Also:
  • Constructor Details

    • MerchPropertyModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public MerchPropertyModel(SolrIndexedPropertyModel _indexedProperty)
      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:
      _indexedProperty - initial attribute declared by type AbstractMerchProperty at extension merchandisingservices
    • MerchPropertyModel

      @Deprecated(since="4.1.1", forRemoval=true) public MerchPropertyModel(SolrIndexedPropertyModel _indexedProperty, 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:
      _indexedProperty - initial attribute declared by type AbstractMerchProperty at extension merchandisingservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getMerchIndexingConfig

      @Accessor(qualifier="merchIndexingConfig", type=GETTER) public MerchIndexingConfigModel getMerchIndexingConfig()
      Generated method - Getter of the MerchProperty.merchIndexingConfig attribute defined at extension merchandisingservices.
      Returns:
      the merchIndexingConfig
    • getMerchProductDirectoryConfig

      @Accessor(qualifier="merchProductDirectoryConfig", type=GETTER) public MerchProductDirectoryConfigModel getMerchProductDirectoryConfig()
      Generated method - Getter of the MerchProperty.merchProductDirectoryConfig attribute defined at extension merchandisingservices.
      Returns:
      the merchProductDirectoryConfig
    • setMerchIndexingConfig

      @Accessor(qualifier="merchIndexingConfig", type=SETTER) public void setMerchIndexingConfig(MerchIndexingConfigModel value)
      Generated method - Setter of MerchProperty.merchIndexingConfig attribute defined at extension merchandisingservices.
      Parameters:
      value - the merchIndexingConfig
    • setMerchProductDirectoryConfig

      @Accessor(qualifier="merchProductDirectoryConfig", type=SETTER) public void setMerchProductDirectoryConfig(MerchProductDirectoryConfigModel value)
      Generated method - Setter of MerchProperty.merchProductDirectoryConfig attribute defined at extension merchandisingservices.
      Parameters:
      value - the merchProductDirectoryConfig