Class ChangeProductPriceBundleRuleModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

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

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

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

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

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

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

        public static final java.lang.String BILLINGEVENT
        Generated constant - Attribute key of ChangeProductPriceBundleRule.billingEvent attribute defined at extension subscriptionbundleservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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,
                                                 java.math.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,
                                                 java.lang.String _id,
                                                 ItemModel _owner,
                                                 java.math.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 Detail

      • 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 java.math.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​(java.math.BigDecimal value)
        Generated method - Setter of ChangeProductPriceBundleRule.price attribute defined at extension configurablebundleservices.
        Parameters:
        value - the price - price set by bundle rule