Class SourceRuleTemplateModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PromotionSourceRuleTemplateModel

public class SourceRuleTemplateModel extends AbstractRuleTemplateModel
Generated model class for type SourceRuleTemplate first defined at extension ruleengineservices.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String CONDITIONS
      Generated constant - Attribute key of SourceRuleTemplate.conditions attribute defined at extension ruleengineservices.
      See Also:
    • ACTIONS

      public static final String ACTIONS
      Generated constant - Attribute key of SourceRuleTemplate.actions attribute defined at extension ruleengineservices.
      See Also:
  • Constructor Details

    • SourceRuleTemplateModel

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

      public SourceRuleTemplateModel(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
    • SourceRuleTemplateModel

      @Deprecated(since="4.1.1", forRemoval=true) public SourceRuleTemplateModel(String _code)
      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:
      _code - initial attribute declared by type AbstractRuleTemplate at extension ruleengineservices
    • SourceRuleTemplateModel

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

    • getActions

      @Accessor(qualifier="actions", type=GETTER) public String getActions()
      Generated method - Getter of the SourceRuleTemplate.actions attribute defined at extension ruleengineservices.
      Returns:
      the actions - Rule consequences stored in a formatted String
    • getConditions

      @Accessor(qualifier="conditions", type=GETTER) public String getConditions()
      Generated method - Getter of the SourceRuleTemplate.conditions attribute defined at extension ruleengineservices.
      Returns:
      the conditions - Rule conditions stored in a formatted String
    • setActions

      @Accessor(qualifier="actions", type=SETTER) public void setActions(String value)
      Generated method - Setter of SourceRuleTemplate.actions attribute defined at extension ruleengineservices.
      Parameters:
      value - the actions - Rule consequences stored in a formatted String
    • setConditions

      @Accessor(qualifier="conditions", type=SETTER) public void setConditions(String value)
      Generated method - Setter of SourceRuleTemplate.conditions attribute defined at extension ruleengineservices.
      Parameters:
      value - the conditions - Rule conditions stored in a formatted String