Class BusinessRuleDefinition

    • Constructor Detail

      • BusinessRuleDefinition

        public BusinessRuleDefinition()
      • BusinessRuleDefinition

        public BusinessRuleDefinition​(java.lang.Integer id,
                                      java.lang.String name,
                                      java.lang.String plugin,
                                      boolean active,
                                      java.lang.String description,
                                      boolean needsCometGroups,
                                      boolean needsPlaceholders,
                                      boolean needsSpreads,
                                      boolean needsElements,
                                      boolean needsProductsSelection,
                                      boolean needsPlanning,
                                      boolean needsParameters)
    • Method Detail

      • getId

        public java.lang.Integer getId()
        id of the BusinessRuleDefinition
      • setId

        public void setId​(java.lang.Integer id)
      • getName

        public java.lang.String getName()
        name of the BusinessRuleDefinition
      • setName

        public void setName​(java.lang.String name)
      • getPlugin

        public java.lang.String getPlugin()
        plugin of the BusinessRuleDefinition
      • setPlugin

        public void setPlugin​(java.lang.String plugin)
      • isActive

        public boolean isActive()
        active of the BusinessRuleDefinition
      • setActive

        public void setActive​(boolean active)
      • getDescription

        public java.lang.String getDescription()
        description of the BusinessRuleDefinition
      • setDescription

        public void setDescription​(java.lang.String description)
      • isNeedsCometGroups

        public boolean isNeedsCometGroups()
        needsCometGroups of the BusinessRuleDefinition
      • setNeedsCometGroups

        public void setNeedsCometGroups​(boolean needsCometGroups)
      • isNeedsPlaceholders

        public boolean isNeedsPlaceholders()
        needsPlaceholders of the BusinessRuleDefinition
      • setNeedsPlaceholders

        public void setNeedsPlaceholders​(boolean needsPlaceholders)
      • isNeedsSpreads

        public boolean isNeedsSpreads()
        needsSpreads of the BusinessRuleDefinition
      • setNeedsSpreads

        public void setNeedsSpreads​(boolean needsSpreads)
      • isNeedsElements

        public boolean isNeedsElements()
        needsElements of the BusinessRuleDefinition
      • setNeedsElements

        public void setNeedsElements​(boolean needsElements)
      • isNeedsProductsSelection

        public boolean isNeedsProductsSelection()
        needsProductsSelection of the BusinessRuleDefinition
      • setNeedsProductsSelection

        public void setNeedsProductsSelection​(boolean needsProductsSelection)
      • isNeedsPlanning

        public boolean isNeedsPlanning()
        needsPlanning of the BusinessRuleDefinition
      • setNeedsPlanning

        public void setNeedsPlanning​(boolean needsPlanning)
      • isNeedsParameters

        public boolean isNeedsParameters()
        needsParameters of the BusinessRuleDefinition
      • setNeedsParameters

        public void setNeedsParameters​(boolean needsParameters)
      • getLinks

        public java.util.List<Link> getLinks()
        links of the BusinessRuleDefinition