Class GeneratedAbstractRuleEngineRule

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

public abstract class GeneratedAbstractRuleEngineRule extends GenericItem
Generated class for type AbstractRuleEngineRule.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAbstractRuleEngineRule

      public GeneratedAbstractRuleEngineRule()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isActive(SessionContext ctx)
      Generated method - Getter of the AbstractRuleEngineRule.active attribute.
      Returns:
      the active - Is rule active
    • isActive

      public Boolean isActive()
      Generated method - Getter of the AbstractRuleEngineRule.active attribute.
      Returns:
      the active - Is rule active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractRuleEngineRule.active attribute.
      Returns:
      the active - Is rule active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive()
      Generated method - Getter of the AbstractRuleEngineRule.active attribute.
      Returns:
      the active - Is rule active
    • setActive

      public void setActive(SessionContext ctx, Boolean value)
      Generated method - Setter of the AbstractRuleEngineRule.active attribute.
      Parameters:
      value - the active - Is rule active
    • setActive

      public void setActive(Boolean value)
      Generated method - Setter of the AbstractRuleEngineRule.active attribute.
      Parameters:
      value - the active - Is rule active
    • setActive

      public void setActive(SessionContext ctx, boolean value)
      Generated method - Setter of the AbstractRuleEngineRule.active attribute.
      Parameters:
      value - the active - Is rule active
    • setActive

      public void setActive(boolean value)
      Generated method - Setter of the AbstractRuleEngineRule.active attribute.
      Parameters:
      value - the active - Is rule active
    • getChecksum

      public String getChecksum(SessionContext ctx)
      Generated method - Getter of the AbstractRuleEngineRule.checksum attribute.
      Returns:
      the checksum
    • getChecksum

      public String getChecksum()
      Generated method - Getter of the AbstractRuleEngineRule.checksum attribute.
      Returns:
      the checksum
    • setChecksum

      public void setChecksum(SessionContext ctx, String value)
      Generated method - Setter of the AbstractRuleEngineRule.checksum attribute.
      Parameters:
      value - the checksum
    • setChecksum

      public void setChecksum(String value)
      Generated method - Setter of the AbstractRuleEngineRule.checksum attribute.
      Parameters:
      value - the checksum
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the AbstractRuleEngineRule.code attribute.
      Returns:
      the code - unique rule code
    • getCode

      public String getCode()
      Generated method - Getter of the AbstractRuleEngineRule.code attribute.
      Returns:
      the code - unique rule code
    • setCode

      protected void setCode(SessionContext ctx, String value)
      Generated method - Setter of the AbstractRuleEngineRule.code attribute.
      Parameters:
      value - the code - unique rule code
    • setCode

      protected void setCode(String value)
      Generated method - Setter of the AbstractRuleEngineRule.code attribute.
      Parameters:
      value - the code - unique rule code
    • isCurrentVersion

      public Boolean isCurrentVersion(SessionContext ctx)
      Generated method - Getter of the AbstractRuleEngineRule.currentVersion attribute.
      Returns:
      the currentVersion - Is this rule current?
    • isCurrentVersion

      public Boolean isCurrentVersion()
      Generated method - Getter of the AbstractRuleEngineRule.currentVersion attribute.
      Returns:
      the currentVersion - Is this rule current?
    • isCurrentVersionAsPrimitive

      public boolean isCurrentVersionAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractRuleEngineRule.currentVersion attribute.
      Returns:
      the currentVersion - Is this rule current?
    • isCurrentVersionAsPrimitive

      public boolean isCurrentVersionAsPrimitive()
      Generated method - Getter of the AbstractRuleEngineRule.currentVersion attribute.
      Returns:
      the currentVersion - Is this rule current?
    • setCurrentVersion

      public void setCurrentVersion(SessionContext ctx, Boolean value)
      Generated method - Setter of the AbstractRuleEngineRule.currentVersion attribute.
      Parameters:
      value - the currentVersion - Is this rule current?
    • setCurrentVersion

      public void setCurrentVersion(Boolean value)
      Generated method - Setter of the AbstractRuleEngineRule.currentVersion attribute.
      Parameters:
      value - the currentVersion - Is this rule current?
    • setCurrentVersion

      public void setCurrentVersion(SessionContext ctx, boolean value)
      Generated method - Setter of the AbstractRuleEngineRule.currentVersion attribute.
      Parameters:
      value - the currentVersion - Is this rule current?
    • setCurrentVersion

      public void setCurrentVersion(boolean value)
      Generated method - Setter of the AbstractRuleEngineRule.currentVersion attribute.
      Parameters:
      value - the currentVersion - Is this rule current?
    • getRuleContent

      public String getRuleContent(SessionContext ctx)
      Generated method - Getter of the AbstractRuleEngineRule.ruleContent attribute.
      Returns:
      the ruleContent - contains rule syntax
    • getRuleContent

      public String getRuleContent()
      Generated method - Getter of the AbstractRuleEngineRule.ruleContent attribute.
      Returns:
      the ruleContent - contains rule syntax
    • setRuleContent

      public void setRuleContent(SessionContext ctx, String value)
      Generated method - Setter of the AbstractRuleEngineRule.ruleContent attribute.
      Parameters:
      value - the ruleContent - contains rule syntax
    • setRuleContent

      public void setRuleContent(String value)
      Generated method - Setter of the AbstractRuleEngineRule.ruleContent attribute.
      Parameters:
      value - the ruleContent - contains rule syntax
    • getRuleType

      public EnumerationValue getRuleType(SessionContext ctx)
      Generated method - Getter of the AbstractRuleEngineRule.ruleType attribute.
      Returns:
      the ruleType - Rule type
    • getRuleType

      public EnumerationValue getRuleType()
      Generated method - Getter of the AbstractRuleEngineRule.ruleType attribute.
      Returns:
      the ruleType - Rule type
    • setRuleType

      public void setRuleType(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the AbstractRuleEngineRule.ruleType attribute.
      Parameters:
      value - the ruleType - Rule type
    • setRuleType

      public void setRuleType(EnumerationValue value)
      Generated method - Setter of the AbstractRuleEngineRule.ruleType attribute.
      Parameters:
      value - the ruleType - Rule type
    • getUuid

      public String getUuid(SessionContext ctx)
      Generated method - Getter of the AbstractRuleEngineRule.uuid attribute.
      Returns:
      the uuid
    • getUuid

      public String getUuid()
      Generated method - Getter of the AbstractRuleEngineRule.uuid attribute.
      Returns:
      the uuid
    • setUuid

      public void setUuid(SessionContext ctx, String value)
      Generated method - Setter of the AbstractRuleEngineRule.uuid attribute.
      Parameters:
      value - the uuid
    • setUuid

      public void setUuid(String value)
      Generated method - Setter of the AbstractRuleEngineRule.uuid attribute.
      Parameters:
      value - the uuid
    • getVersion

      public Long getVersion(SessionContext ctx)
      Generated method - Getter of the AbstractRuleEngineRule.version attribute.
      Returns:
      the version - unique rule version
    • getVersion

      public Long getVersion()
      Generated method - Getter of the AbstractRuleEngineRule.version attribute.
      Returns:
      the version - unique rule version
    • getVersionAsPrimitive

      public long getVersionAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractRuleEngineRule.version attribute.
      Returns:
      the version - unique rule version
    • getVersionAsPrimitive

      public long getVersionAsPrimitive()
      Generated method - Getter of the AbstractRuleEngineRule.version attribute.
      Returns:
      the version - unique rule version
    • setVersion

      public void setVersion(SessionContext ctx, Long value)
      Generated method - Setter of the AbstractRuleEngineRule.version attribute.
      Parameters:
      value - the version - unique rule version
    • setVersion

      public void setVersion(Long value)
      Generated method - Setter of the AbstractRuleEngineRule.version attribute.
      Parameters:
      value - the version - unique rule version
    • setVersion

      public void setVersion(SessionContext ctx, long value)
      Generated method - Setter of the AbstractRuleEngineRule.version attribute.
      Parameters:
      value - the version - unique rule version
    • setVersion

      public void setVersion(long value)
      Generated method - Setter of the AbstractRuleEngineRule.version attribute.
      Parameters:
      value - the version - unique rule version