Class RuleActionDefinitionCategoryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class RuleActionDefinitionCategoryModel
    extends ItemModel
    Generated model class for type RuleActionDefinitionCategory first defined at extension ruleengineservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _RULEACTIONDEFINITION2CATEGORYRELATION

        public static final java.lang.String _RULEACTIONDEFINITION2CATEGORYRELATION
        Generated relation code constant for relation RuleActionDefinition2CategoryRelation defining source attribute definitions in extension ruleengineservices.
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        Generated constant - Attribute key of RuleActionDefinitionCategory.id attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • PRIORITY

        public static final java.lang.String PRIORITY
        Generated constant - Attribute key of RuleActionDefinitionCategory.priority attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Generated constant - Attribute key of RuleActionDefinitionCategory.name attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • ICON

        public static final java.lang.String ICON
        Generated constant - Attribute key of RuleActionDefinitionCategory.icon attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
      • DEFINITIONS

        public static final java.lang.String DEFINITIONS
        Generated constant - Attribute key of RuleActionDefinitionCategory.definitions attribute defined at extension ruleengineservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RuleActionDefinitionCategoryModel

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

        public RuleActionDefinitionCategoryModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • RuleActionDefinitionCategoryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public RuleActionDefinitionCategoryModel​(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:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getDefinitions

        @Accessor(qualifier="definitions",
                  type=GETTER)
        public java.util.List<RuleActionDefinitionModel> getDefinitions()
        Generated method - Getter of the RuleActionDefinitionCategory.definitions attribute defined at extension ruleengineservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the definitions
      • getId

        @Accessor(qualifier="id",
                  type=GETTER)
        public java.lang.String getId()
        Generated method - Getter of the RuleActionDefinitionCategory.id attribute defined at extension ruleengineservices.
        Returns:
        the id
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName()
        Generated method - Getter of the RuleActionDefinitionCategory.name attribute defined at extension ruleengineservices.
        Returns:
        the name
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName​(java.util.Locale loc)
        Generated method - Getter of the RuleActionDefinitionCategory.name attribute defined at extension ruleengineservices.
        Parameters:
        loc - the value localization key
        Returns:
        the name
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getPriority

        @Accessor(qualifier="priority",
                  type=GETTER)
        public java.lang.Integer getPriority()
        Generated method - Getter of the RuleActionDefinitionCategory.priority attribute defined at extension ruleengineservices.
        Returns:
        the priority
      • setDefinitions

        @Accessor(qualifier="definitions",
                  type=SETTER)
        public void setDefinitions​(java.util.List<RuleActionDefinitionModel> value)
        Generated method - Setter of RuleActionDefinitionCategory.definitions attribute defined at extension ruleengineservices.
        Parameters:
        value - the definitions
      • setId

        @Accessor(qualifier="id",
                  type=SETTER)
        public void setId​(java.lang.String value)
        Generated method - Setter of RuleActionDefinitionCategory.id attribute defined at extension ruleengineservices.
        Parameters:
        value - the id
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value)
        Generated method - Setter of RuleActionDefinitionCategory.name attribute defined at extension ruleengineservices.
        Parameters:
        value - the name
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value,
                            java.util.Locale loc)
        Generated method - Setter of RuleActionDefinitionCategory.name attribute defined at extension ruleengineservices.
        Parameters:
        value - the name
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setPriority

        @Accessor(qualifier="priority",
                  type=SETTER)
        public void setPriority​(java.lang.Integer value)
        Generated method - Setter of RuleActionDefinitionCategory.priority attribute defined at extension ruleengineservices.
        Parameters:
        value - the priority