Class GeneratedAbstractRulesModule

    • Field Detail

      • NAME

        public static final java.lang.String NAME
        Qualifier of the AbstractRulesModule.name attribute
        See Also:
        Constant Field Values
      • RULETYPE

        public static final java.lang.String RULETYPE
        Qualifier of the AbstractRulesModule.ruleType attribute
        See Also:
        Constant Field Values
      • ACTIVE

        public static final java.lang.String ACTIVE
        Qualifier of the AbstractRulesModule.active attribute
        See Also:
        Constant Field Values
      • VERSION

        public static final java.lang.String VERSION
        Qualifier of the AbstractRulesModule.version attribute
        See Also:
        Constant Field Values
      • ALLOWEDTARGETS

        public static final java.lang.String ALLOWEDTARGETS
        Qualifier of the AbstractRulesModule.allowedTargets attribute
        See Also:
        Constant Field Values
      • LOCKACQUIRED

        public static final java.lang.String LOCKACQUIRED
        Qualifier of the AbstractRulesModule.lockAcquired attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedAbstractRulesModule

        public GeneratedAbstractRulesModule()
    • Method Detail

      • isActive

        public java.lang.Boolean isActive​(SessionContext ctx)
        Generated method - Getter of the AbstractRulesModule.active attribute.
        Returns:
        the active - Is module active
      • isActive

        public java.lang.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,
                              java.lang.Boolean value)
        Generated method - Setter of the AbstractRulesModule.active attribute.
        Parameters:
        value - the active - Is module active
      • setActive

        public void setActive​(java.lang.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 java.util.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 java.util.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,
                                      java.util.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​(java.util.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 java.lang.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 java.lang.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,
                                    java.lang.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​(java.lang.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 java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the AbstractRulesModule.name attribute.
        Returns:
        the name
      • getName

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

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

        protected void setName​(java.lang.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 java.lang.Long getVersion​(SessionContext ctx)
        Generated method - Getter of the AbstractRulesModule.version attribute.
        Returns:
        the version - unique module version
      • getVersion

        public java.lang.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,
                               java.lang.Long value)
        Generated method - Setter of the AbstractRulesModule.version attribute.
        Parameters:
        value - the version - unique module version
      • setVersion

        public void setVersion​(java.lang.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