Class ProductConfigSourceRuleModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProductConfigSourceRuleModel
    extends SourceRuleModel
    Generated model class for type ProductConfigSourceRule first defined at extension sapproductconfigrules.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _BASESTOREFORCPQRULE
        Generated relation code constant for relation BaseStoreForCPQRule defining source attribute baseStores in extension sapproductconfigrules.
        See Also:
        Constant Field Values
      • MESSAGESEVERITY

        public static final java.lang.String MESSAGESEVERITY
        Generated constant - Attribute key of ProductConfigSourceRule.messageSeverity attribute defined at extension sapproductconfigrules.
        See Also:
        Constant Field Values
      • MESSAGEFORCSTIC

        public static final java.lang.String MESSAGEFORCSTIC
        Generated constant - Attribute key of ProductConfigSourceRule.messageForCstic attribute defined at extension sapproductconfigrules.
        See Also:
        Constant Field Values
      • BASESTORES

        public static final java.lang.String BASESTORES
        Generated constant - Attribute key of ProductConfigSourceRule.baseStores attribute defined at extension sapproductconfigrules.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProductConfigSourceRuleModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ProductConfigSourceRuleModel​(java.lang.String _code)
        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 - Constructor with all mandatory attributes.
        Parameters:
        _code - initial attribute declared by type AbstractRule at extension ruleengineservices
      • ProductConfigSourceRuleModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ProductConfigSourceRuleModel​(java.lang.String _code,
                                            ItemModel _owner,
                                            java.lang.String _uuid)
        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:
        _code - initial attribute declared by type AbstractRule at extension ruleengineservices
        _owner - initial attribute declared by type Item at extension core
        _uuid - initial attribute declared by type AbstractRule at extension ruleengineservices
    • Method Detail

      • getBaseStores

        @Accessor(qualifier="baseStores",
                  type=GETTER)
        public java.util.Set<BaseStoreModel> getBaseStores()
        Generated method - Getter of the ProductConfigSourceRule.baseStores attribute defined at extension sapproductconfigrules. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the baseStores
      • getMessageForCstic

        @Accessor(qualifier="messageForCstic",
                  type=GETTER)
        public java.lang.String getMessageForCstic()
        Generated method - Getter of the ProductConfigSourceRule.messageForCstic attribute defined at extension sapproductconfigrules.
        Returns:
        the messageForCstic - Message for characteristic
      • getMessageSeverity

        @Accessor(qualifier="messageSeverity",
                  type=GETTER)
        public ProductConfigRuleMessageSeverity getMessageSeverity()
        Generated method - Getter of the ProductConfigSourceRule.messageSeverity attribute defined at extension sapproductconfigrules.
        Returns:
        the messageSeverity - Severity of the rule related message.
      • setBaseStores

        @Accessor(qualifier="baseStores",
                  type=SETTER)
        public void setBaseStores​(java.util.Set<BaseStoreModel> value)
        Generated method - Setter of ProductConfigSourceRule.baseStores attribute defined at extension sapproductconfigrules.
        Parameters:
        value - the baseStores
      • setMessageForCstic

        @Accessor(qualifier="messageForCstic",
                  type=SETTER)
        public void setMessageForCstic​(java.lang.String value)
        Generated method - Setter of ProductConfigSourceRule.messageForCstic attribute defined at extension sapproductconfigrules.
        Parameters:
        value - the messageForCstic - Message for characteristic
      • setMessageSeverity

        @Accessor(qualifier="messageSeverity",
                  type=SETTER)
        public void setMessageSeverity​(ProductConfigRuleMessageSeverity value)
        Generated method - Setter of ProductConfigSourceRule.messageSeverity attribute defined at extension sapproductconfigrules.
        Parameters:
        value - the messageSeverity - Severity of the rule related message.