Class ChangeProductPriceBundleRuleModel

All Implemented Interfaces:
Serializable

public class ChangeProductPriceBundleRuleModel extends AbstractBundleRuleModel
Generated model class for type ChangeProductPriceBundleRule first defined at extension configurablebundleservices.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _BUNDLETEMPLATEPRICERULESRELATION
      Generated relation code constant for relation BundleTemplatePriceRulesRelation defining source attribute bundleTemplate in extension configurablebundleservices.
      See Also:
    • _BILLINGEVENT2CHANGEPRODUCTPRICEBUNDLERULE

      public static final String _BILLINGEVENT2CHANGEPRODUCTPRICEBUNDLERULE
      Generated relation code constant for relation BillingEvent2ChangeProductPriceBundleRule defining source attribute billingEvent in extension subscriptionbundleservices.
      See Also:
    • PRICE

      public static final String PRICE
      Generated constant - Attribute key of ChangeProductPriceBundleRule.price attribute defined at extension configurablebundleservices.
      See Also:
    • CURRENCY

      public static final String CURRENCY
      Generated constant - Attribute key of ChangeProductPriceBundleRule.currency attribute defined at extension configurablebundleservices.
      See Also:
    • BUNDLETEMPLATE

      public static final String BUNDLETEMPLATE
      Generated constant - Attribute key of ChangeProductPriceBundleRule.bundleTemplate attribute defined at extension configurablebundleservices.
      See Also:
    • BILLINGEVENT

      public static final String BILLINGEVENT
      Generated constant - Attribute key of ChangeProductPriceBundleRule.billingEvent attribute defined at extension subscriptionbundleservices.
      See Also:
  • Constructor Details

    • ChangeProductPriceBundleRuleModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public ChangeProductPriceBundleRuleModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, BigDecimal _price)
      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:
      _catalogVersion - initial attribute declared by type AbstractBundleRule at extension configurablebundleservices
      _currency - initial attribute declared by type ChangeProductPriceBundleRule at extension configurablebundleservices
      _price - initial attribute declared by type ChangeProductPriceBundleRule at extension configurablebundleservices
    • ChangeProductPriceBundleRuleModel

      @Deprecated(since="4.1.1", forRemoval=true) public ChangeProductPriceBundleRuleModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, String _id, ItemModel _owner, BigDecimal _price)
      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:
      _catalogVersion - initial attribute declared by type AbstractBundleRule at extension configurablebundleservices
      _currency - initial attribute declared by type ChangeProductPriceBundleRule at extension configurablebundleservices
      _id - initial attribute declared by type AbstractBundleRule at extension configurablebundleservices
      _owner - initial attribute declared by type Item at extension core
      _price - initial attribute declared by type ChangeProductPriceBundleRule at extension configurablebundleservices
  • Method Details

    • getBillingEvent

      @Accessor(qualifier="billingEvent", type=GETTER) public BillingEventModel getBillingEvent()
      Generated method - Getter of the ChangeProductPriceBundleRule.billingEvent attribute defined at extension subscriptionbundleservices.
      Returns:
      the billingEvent
    • getBundleTemplate

      @Accessor(qualifier="bundleTemplate", type=GETTER) public BundleTemplateModel getBundleTemplate()
      Generated method - Getter of the ChangeProductPriceBundleRule.bundleTemplate attribute defined at extension configurablebundleservices.
      Returns:
      the bundleTemplate
    • getCurrency

      @Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
      Generated method - Getter of the ChangeProductPriceBundleRule.currency attribute defined at extension configurablebundleservices.
      Returns:
      the currency - Currency
    • getPrice

      @Accessor(qualifier="price", type=GETTER) public BigDecimal getPrice()
      Generated method - Getter of the ChangeProductPriceBundleRule.price attribute defined at extension configurablebundleservices.
      Returns:
      the price - price set by bundle rule
    • setBillingEvent

      @Accessor(qualifier="billingEvent", type=SETTER) public void setBillingEvent(BillingEventModel value)
      Generated method - Setter of ChangeProductPriceBundleRule.billingEvent attribute defined at extension subscriptionbundleservices.
      Parameters:
      value - the billingEvent
    • setBundleTemplate

      @Accessor(qualifier="bundleTemplate", type=SETTER) public void setBundleTemplate(BundleTemplateModel value)
      Generated method - Setter of ChangeProductPriceBundleRule.bundleTemplate attribute defined at extension configurablebundleservices.
      Parameters:
      value - the bundleTemplate
    • setCurrency

      @Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
      Generated method - Setter of ChangeProductPriceBundleRule.currency attribute defined at extension configurablebundleservices.
      Parameters:
      value - the currency - Currency
    • setPrice

      @Accessor(qualifier="price", type=SETTER) public void setPrice(BigDecimal value)
      Generated method - Setter of ChangeProductPriceBundleRule.price attribute defined at extension configurablebundleservices.
      Parameters:
      value - the price - price set by bundle rule