Class GeneratedSourceRuleTemplate

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SourceRuleTemplate

public abstract class GeneratedSourceRuleTemplate extends AbstractRuleTemplate
Generated class for type SourceRuleTemplate.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSourceRuleTemplate

      public GeneratedSourceRuleTemplate()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractRuleTemplate
    • getActions

      public String getActions(SessionContext ctx)
      Generated method - Getter of the SourceRuleTemplate.actions attribute.
      Returns:
      the actions - Rule consequences stored in a formatted String
    • getActions

      public String getActions()
      Generated method - Getter of the SourceRuleTemplate.actions attribute.
      Returns:
      the actions - Rule consequences stored in a formatted String
    • setActions

      public void setActions(SessionContext ctx, String value)
      Generated method - Setter of the SourceRuleTemplate.actions attribute.
      Parameters:
      value - the actions - Rule consequences stored in a formatted String
    • setActions

      public void setActions(String value)
      Generated method - Setter of the SourceRuleTemplate.actions attribute.
      Parameters:
      value - the actions - Rule consequences stored in a formatted String
    • getConditions

      public String getConditions(SessionContext ctx)
      Generated method - Getter of the SourceRuleTemplate.conditions attribute.
      Returns:
      the conditions - Rule conditions stored in a formatted String
    • getConditions

      public String getConditions()
      Generated method - Getter of the SourceRuleTemplate.conditions attribute.
      Returns:
      the conditions - Rule conditions stored in a formatted String
    • setConditions

      public void setConditions(SessionContext ctx, String value)
      Generated method - Setter of the SourceRuleTemplate.conditions attribute.
      Parameters:
      value - the conditions - Rule conditions stored in a formatted String
    • setConditions

      public void setConditions(String value)
      Generated method - Setter of the SourceRuleTemplate.conditions attribute.
      Parameters:
      value - the conditions - Rule conditions stored in a formatted String