Class RuleBasedPotentialPromotionMessageActionModel

All Implemented Interfaces:
Serializable

public class RuleBasedPotentialPromotionMessageActionModel extends AbstractRuleBasedPromotionActionModel
Generated model class for type RuleBasedPotentialPromotionMessageAction first defined at extension promotionengineservices.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String PARAMETERS
      Generated constant - Attribute key of RuleBasedPotentialPromotionMessageAction.parameters attribute defined at extension promotionengineservices.
      See Also:
  • Constructor Details

    • RuleBasedPotentialPromotionMessageActionModel

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

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

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

    • getParameters

      @Accessor(qualifier="parameters", type=GETTER) public Collection<PromotionActionParameterModel> getParameters()
      Generated method - Getter of the RuleBasedPotentialPromotionMessageAction.parameters attribute defined at extension promotionengineservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the parameters - List of parameters
    • setParameters

      @Accessor(qualifier="parameters", type=SETTER) public void setParameters(Collection<PromotionActionParameterModel> value)
      Generated method - Setter of RuleBasedPotentialPromotionMessageAction.parameters attribute defined at extension promotionengineservices.
      Parameters:
      value - the parameters - List of parameters