Class GeneratedAbstractRulesModule

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

public abstract class GeneratedAbstractRulesModule extends GenericItem
Generated class for type AbstractRulesModule.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAbstractRulesModule

      public GeneratedAbstractRulesModule()
  • 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 AbstractRulesModule.active attribute.
      Returns:
      the active - Is module active
    • isActive

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

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

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

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

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

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

      public void setActive(boolean value)
      Generated method - Setter of the AbstractRulesModule.active attribute.
      Parameters:
      value - the active - Is module active
    • getAllowedTargets

      public List<AbstractRulesModule> getAllowedTargets(SessionContext ctx)
      Generated method - Getter of the AbstractRulesModule.allowedTargets attribute.
      Returns:
      the allowedTargets - List of the allowed module targets to perform synchronisation to.
    • getAllowedTargets

      public List<AbstractRulesModule> getAllowedTargets()
      Generated method - Getter of the AbstractRulesModule.allowedTargets attribute.
      Returns:
      the allowedTargets - List of the allowed module targets to perform synchronisation to.
    • setAllowedTargets

      public void setAllowedTargets(SessionContext ctx, List<AbstractRulesModule> value)
      Generated method - Setter of the AbstractRulesModule.allowedTargets attribute.
      Parameters:
      value - the allowedTargets - List of the allowed module targets to perform synchronisation to.
    • setAllowedTargets

      public void setAllowedTargets(List<AbstractRulesModule> value)
      Generated method - Setter of the AbstractRulesModule.allowedTargets attribute.
      Parameters:
      value - the allowedTargets - List of the allowed module targets to perform synchronisation to.
    • isLockAcquired

      public Boolean isLockAcquired(SessionContext ctx)
      Generated method - Getter of the AbstractRulesModule.lockAcquired attribute.
      Returns:
      the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
    • isLockAcquired

      public Boolean isLockAcquired()
      Generated method - Getter of the AbstractRulesModule.lockAcquired attribute.
      Returns:
      the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
    • isLockAcquiredAsPrimitive

      public boolean isLockAcquiredAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractRulesModule.lockAcquired attribute.
      Returns:
      the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
    • isLockAcquiredAsPrimitive

      public boolean isLockAcquiredAsPrimitive()
      Generated method - Getter of the AbstractRulesModule.lockAcquired attribute.
      Returns:
      the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
    • setLockAcquired

      public void setLockAcquired(SessionContext ctx, Boolean value)
      Generated method - Setter of the AbstractRulesModule.lockAcquired attribute.
      Parameters:
      value - the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
    • setLockAcquired

      public void setLockAcquired(Boolean value)
      Generated method - Setter of the AbstractRulesModule.lockAcquired attribute.
      Parameters:
      value - the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
    • setLockAcquired

      public void setLockAcquired(SessionContext ctx, boolean value)
      Generated method - Setter of the AbstractRulesModule.lockAcquired attribute.
      Parameters:
      value - the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
    • setLockAcquired

      public void setLockAcquired(boolean value)
      Generated method - Setter of the AbstractRulesModule.lockAcquired attribute.
      Parameters:
      value - the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the AbstractRulesModule.name attribute.
      Returns:
      the name
    • getName

      public String getName()
      Generated method - Getter of the AbstractRulesModule.name attribute.
      Returns:
      the name
    • setName

      protected void setName(SessionContext ctx, String value)
      Generated method - Setter of the AbstractRulesModule.name attribute.
      Parameters:
      value - the name
    • setName

      protected void setName(String value)
      Generated method - Setter of the AbstractRulesModule.name attribute.
      Parameters:
      value - the name
    • getRuleType

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

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

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

      public void setRuleType(EnumerationValue value)
      Generated method - Setter of the AbstractRulesModule.ruleType attribute.
      Parameters:
      value - the ruleType
    • getVersion

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

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

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

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

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

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

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

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