Class ProductConfigSourceRuleModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _BASESTOREFORCPQRULE

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

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

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

      public static final String BASESTORES
      Generated constant - Attribute key of ProductConfigSourceRule.baseStores attribute defined at extension sapproductconfigrules.
      See Also:
  • Constructor Details

    • 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(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(String _code, ItemModel _owner, 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 Details

    • getBaseStores

      @Accessor(qualifier="baseStores", type=GETTER) public 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 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(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(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.