Class CatalogVersionToRuleEngineContextMappingModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.ruleengine.model.CatalogVersionToRuleEngineContextMappingModel
All Implemented Interfaces:
Serializable

public class CatalogVersionToRuleEngineContextMappingModel extends ItemModel
Generated model class for type CatalogVersionToRuleEngineContextMapping first defined at extension ruleengine.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String CATALOGVERSION
      Generated constant - Attribute key of CatalogVersionToRuleEngineContextMapping.catalogVersion attribute defined at extension ruleengine.
      See Also:
    • CONTEXT

      public static final String CONTEXT
      Generated constant - Attribute key of CatalogVersionToRuleEngineContextMapping.context attribute defined at extension ruleengine.
      See Also:
  • Constructor Details

    • CatalogVersionToRuleEngineContextMappingModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public CatalogVersionToRuleEngineContextMappingModel(CatalogVersionModel _catalogVersion, AbstractRuleEngineContextModel _context)
      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:
      _catalogVersion - initial attribute declared by type CatalogVersionToRuleEngineContextMapping at extension ruleengine
      _context - initial attribute declared by type CatalogVersionToRuleEngineContextMapping at extension ruleengine
    • CatalogVersionToRuleEngineContextMappingModel

      @Deprecated(since="4.1.1", forRemoval=true) public CatalogVersionToRuleEngineContextMappingModel(CatalogVersionModel _catalogVersion, AbstractRuleEngineContextModel _context, 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:
      _catalogVersion - initial attribute declared by type CatalogVersionToRuleEngineContextMapping at extension ruleengine
      _context - initial attribute declared by type CatalogVersionToRuleEngineContextMapping at extension ruleengine
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCatalogVersion

      @Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
      Generated method - Getter of the CatalogVersionToRuleEngineContextMapping.catalogVersion attribute defined at extension ruleengine.
      Returns:
      the catalogVersion
    • getContext

      Generated method - Getter of the CatalogVersionToRuleEngineContextMapping.context attribute defined at extension ruleengine.
      Returns:
      the context
    • setCatalogVersion

      @Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
      Generated method - Setter of CatalogVersionToRuleEngineContextMapping.catalogVersion attribute defined at extension ruleengine.
      Parameters:
      value - the catalogVersion
    • setContext

      @Accessor(qualifier="context", type=SETTER) public void setContext(AbstractRuleEngineContextModel value)
      Generated method - Setter of CatalogVersionToRuleEngineContextMapping.context attribute defined at extension ruleengine.
      Parameters:
      value - the context