Class GeneratedSubscriptionPricePlan

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public abstract class GeneratedSubscriptionPricePlan
    extends de.hybris.platform.europe1.jalo.PriceRow
    Generated class for type SubscriptionPricePlan.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem

        de.hybris.platform.jalo.GenericItem.GenericItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem

        de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item

        de.hybris.platform.jalo.Item.AttributeFilter, de.hybris.platform.jalo.Item.AttributeMode, de.hybris.platform.jalo.Item.CachedGetter, de.hybris.platform.jalo.Item.CachedSetter, de.hybris.platform.jalo.Item.ItemAttributeMap, de.hybris.platform.jalo.Item.ItemConstraint, de.hybris.platform.jalo.Item.ItemImpl, de.hybris.platform.jalo.Item.JaloCachedComputationException
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES  
      static java.lang.String NAME
      Qualifier of the SubscriptionPricePlan.name attribute
      static java.lang.String ONETIMECHARGEENTRIES
      Qualifier of the SubscriptionPricePlan.oneTimeChargeEntries attribute
      protected static de.hybris.platform.util.OneToManyHandler<de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry> ONETIMECHARGEENTRIESHANDLER
      OneToManyHandler for handling 1:n ONETIMECHARGEENTRIES's relation attributes from 'many' side.
      static java.lang.String RECURRINGCHARGEENTRIES
      Qualifier of the SubscriptionPricePlan.recurringChargeEntries attribute
      protected static de.hybris.platform.util.OneToManyHandler<de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry> RECURRINGCHARGEENTRIESHANDLER
      OneToManyHandler for handling 1:n RECURRINGCHARGEENTRIES's relation attributes from 'many' side.
      static java.lang.String USAGECHARGES
      Qualifier of the SubscriptionPricePlan.usageCharges attribute
      protected static de.hybris.platform.util.OneToManyHandler<de.hybris.platform.subscriptionservices.jalo.UsageCharge> USAGECHARGESHANDLER
      OneToManyHandler for handling 1:n USAGECHARGES's relation attributes from 'many' side.
      • Fields inherited from class de.hybris.platform.europe1.jalo.PriceRow

        MIN_QUANTITY, PRICEROW, UNIT_FACTOR
      • Fields inherited from class de.hybris.platform.europe1.jalo.GeneratedPriceRow

        CATALOGVERSION, CHANNEL, CURRENCY, GIVEAWAYPRICE, MATCHVALUE, MINQTD, NET, PRICE, PRODUCTHANDLER, UNIT, UNITFACTOR
      • Fields inherited from class de.hybris.platform.europe1.jalo.PDTRow

        ALL_PRODUCT_GROUPS, ALL_PRODUCTS, ALL_USER_GROUPS, ALL_USERS, DATE_RANGE, DATERANGE, END_TIME, START_TIME
      • Fields inherited from class de.hybris.platform.europe1.jalo.GeneratedPDTRow

        ENDTIME, PG, PRODUCT, PRODUCTID, PRODUCTMATCHQUALIFIER, STARTTIME, UG, USER, USERMATCHQUALIFIER
      • Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        LANGUAGE_FALLBACK_ENABLED
      • Fields inherited from class de.hybris.platform.jalo.Item

        _CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
      • Fields inherited from class de.hybris.platform.util.BridgeAbstraction

        impl, tenant
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addToOneTimeChargeEntries​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry value)
      Generated method - Adds value to oneTimeChargeEntries.
      void addToOneTimeChargeEntries​(de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry value)
      Generated method - Adds value to oneTimeChargeEntries.
      void addToRecurringChargeEntries​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry value)
      Generated method - Adds value to recurringChargeEntries.
      void addToRecurringChargeEntries​(de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry value)
      Generated method - Adds value to recurringChargeEntries.
      void addToUsageCharges​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.UsageCharge value)
      Generated method - Adds value to usageCharges.
      void addToUsageCharges​(de.hybris.platform.subscriptionservices.jalo.UsageCharge value)
      Generated method - Adds value to usageCharges.
      java.util.Map<de.hybris.platform.jalo.c2l.Language,​java.lang.String> getAllName()
      Generated method - Getter of the SubscriptionPricePlan.name attribute.
      java.util.Map<de.hybris.platform.jalo.c2l.Language,​java.lang.String> getAllName​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionPricePlan.name attribute.
      protected java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()  
      java.lang.String getName()
      Generated method - Getter of the SubscriptionPricePlan.name attribute.
      java.lang.String getName​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionPricePlan.name attribute.
      java.util.Collection<de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry> getOneTimeChargeEntries()
      Generated method - Getter of the SubscriptionPricePlan.oneTimeChargeEntries attribute.
      java.util.Collection<de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry> getOneTimeChargeEntries​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionPricePlan.oneTimeChargeEntries attribute.
      java.util.Collection<de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry> getRecurringChargeEntries()
      Generated method - Getter of the SubscriptionPricePlan.recurringChargeEntries attribute.
      java.util.Collection<de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry> getRecurringChargeEntries​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionPricePlan.recurringChargeEntries attribute.
      java.util.Collection<de.hybris.platform.subscriptionservices.jalo.UsageCharge> getUsageCharges()
      Generated method - Getter of the SubscriptionPricePlan.usageCharges attribute.
      java.util.Collection<de.hybris.platform.subscriptionservices.jalo.UsageCharge> getUsageCharges​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionPricePlan.usageCharges attribute.
      void removeFromOneTimeChargeEntries​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry value)
      Generated method - Removes value from oneTimeChargeEntries.
      void removeFromOneTimeChargeEntries​(de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry value)
      Generated method - Removes value from oneTimeChargeEntries.
      void removeFromRecurringChargeEntries​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry value)
      Generated method - Removes value from recurringChargeEntries.
      void removeFromRecurringChargeEntries​(de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry value)
      Generated method - Removes value from recurringChargeEntries.
      void removeFromUsageCharges​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.UsageCharge value)
      Generated method - Removes value from usageCharges.
      void removeFromUsageCharges​(de.hybris.platform.subscriptionservices.jalo.UsageCharge value)
      Generated method - Removes value from usageCharges.
      void setAllName​(de.hybris.platform.jalo.SessionContext ctx, java.util.Map<de.hybris.platform.jalo.c2l.Language,​java.lang.String> value)
      Generated method - Setter of the SubscriptionPricePlan.name attribute.
      void setAllName​(java.util.Map<de.hybris.platform.jalo.c2l.Language,​java.lang.String> value)
      Generated method - Setter of the SubscriptionPricePlan.name attribute.
      void setName​(de.hybris.platform.jalo.SessionContext ctx, java.lang.String value)
      Generated method - Setter of the SubscriptionPricePlan.name attribute.
      void setName​(java.lang.String value)
      Generated method - Setter of the SubscriptionPricePlan.name attribute.
      void setOneTimeChargeEntries​(de.hybris.platform.jalo.SessionContext ctx, java.util.Collection<de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry> value)
      Generated method - Setter of the SubscriptionPricePlan.oneTimeChargeEntries attribute.
      void setOneTimeChargeEntries​(java.util.Collection<de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry> value)
      Generated method - Setter of the SubscriptionPricePlan.oneTimeChargeEntries attribute.
      void setRecurringChargeEntries​(de.hybris.platform.jalo.SessionContext ctx, java.util.Collection<de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry> value)
      Generated method - Setter of the SubscriptionPricePlan.recurringChargeEntries attribute.
      void setRecurringChargeEntries​(java.util.Collection<de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry> value)
      Generated method - Setter of the SubscriptionPricePlan.recurringChargeEntries attribute.
      void setUsageCharges​(de.hybris.platform.jalo.SessionContext ctx, java.util.Collection<de.hybris.platform.subscriptionservices.jalo.UsageCharge> value)
      Generated method - Setter of the SubscriptionPricePlan.usageCharges attribute.
      void setUsageCharges​(java.util.Collection<de.hybris.platform.subscriptionservices.jalo.UsageCharge> value)
      Generated method - Setter of the SubscriptionPricePlan.usageCharges attribute.
      • Methods inherited from class de.hybris.platform.europe1.jalo.PriceRow

        calculateMatchValue, calculateMatchValue, createItem, getMinQuantity, getMinQuantity, getProductGroup, getUserGroup, setCurrency, setMinqtd, setMinQuantity, setMinQuantity, setPg, setPrice, setProduct, setProductId, setUg, setUnit, setUnitFactor, setUser, updateMatchValue
      • Methods inherited from class de.hybris.platform.europe1.jalo.GeneratedPriceRow

        getCatalogVersion, getCatalogVersion, getChannel, getChannel, getCurrency, getCurrency, getMatchValue, getMatchValue, getMatchValueAsPrimitive, getMatchValueAsPrimitive, getMinqtd, getMinqtd, getMinqtdAsPrimitive, getMinqtdAsPrimitive, getPrice, getPrice, getPriceAsPrimitive, getPriceAsPrimitive, getUnit, getUnit, getUnitFactor, getUnitFactor, getUnitFactorAsPrimitive, getUnitFactorAsPrimitive, isGiveAwayPrice, isGiveAwayPrice, isGiveAwayPriceAsPrimitive, isGiveAwayPriceAsPrimitive, isNet, isNet, isNetAsPrimitive, isNetAsPrimitive, setCatalogVersion, setCatalogVersion, setChannel, setChannel, setCurrency, setGiveAwayPrice, setGiveAwayPrice, setGiveAwayPrice, setGiveAwayPrice, setMatchValue, setMatchValue, setMatchValue, setMatchValue, setMinqtd, setMinqtd, setMinqtd, setNet, setNet, setNet, setNet, setPrice, setPrice, setPrice, setUnit, setUnitFactor, setUnitFactor, setUnitFactor
      • Methods inherited from class de.hybris.platform.europe1.jalo.PDTRow

        getCustomer, getCustomer, getCustomerGroup, getCustomerGroup, getCustomerPriceGroup, getCustomerPriceGroup, getDateRange, getDateRange, getInitialProductMatchField, getInitialUserMatchField, getProductGroup, getProductPriceGroup, getProductPriceGroup, getUserGroup, markProductModified, remove, removeLinks, setDateRange, setDateRange, setProductMatchQualifier, setProperty, setUserMatchQualifier, updateProductMatchField, updateUserMatchField
      • Methods inherited from class de.hybris.platform.europe1.jalo.GeneratedPDTRow

        getEndTime, getEndTime, getPg, getPg, getProduct, getProduct, getProductId, getProductId, getProductMatchQualifier, getProductMatchQualifier, getProductMatchQualifierAsPrimitive, getProductMatchQualifierAsPrimitive, getStartTime, getStartTime, getUg, getUg, getUser, getUser, getUserMatchQualifier, getUserMatchQualifier, getUserMatchQualifierAsPrimitive, getUserMatchQualifierAsPrimitive, setEndTime, setEndTime, setPg, setProduct, setProductId, setProductMatchQualifier, setProductMatchQualifier, setProductMatchQualifier, setStartTime, setStartTime, setUg, setUser, setUserMatchQualifier, setUserMatchQualifier, setUserMatchQualifier
      • Methods inherited from class de.hybris.platform.jalo.GenericItem

        getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
      • Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
      • Methods inherited from class de.hybris.platform.jalo.ExtensibleItem

        createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty
      • Methods inherited from class de.hybris.platform.jalo.Item

        addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
      • Methods inherited from class de.hybris.platform.util.BridgeAbstraction

        setTenant
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • NAME

        public static final java.lang.String NAME
        Qualifier of the SubscriptionPricePlan.name attribute
        See Also:
        Constant Field Values
      • ONETIMECHARGEENTRIES

        public static final java.lang.String ONETIMECHARGEENTRIES
        Qualifier of the SubscriptionPricePlan.oneTimeChargeEntries attribute
        See Also:
        Constant Field Values
      • RECURRINGCHARGEENTRIES

        public static final java.lang.String RECURRINGCHARGEENTRIES
        Qualifier of the SubscriptionPricePlan.recurringChargeEntries attribute
        See Also:
        Constant Field Values
      • USAGECHARGES

        public static final java.lang.String USAGECHARGES
        Qualifier of the SubscriptionPricePlan.usageCharges attribute
        See Also:
        Constant Field Values
      • ONETIMECHARGEENTRIESHANDLER

        protected static final de.hybris.platform.util.OneToManyHandler<de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry> ONETIMECHARGEENTRIESHANDLER
        OneToManyHandler for handling 1:n ONETIMECHARGEENTRIES's relation attributes from 'many' side.
      • RECURRINGCHARGEENTRIESHANDLER

        protected static final de.hybris.platform.util.OneToManyHandler<de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry> RECURRINGCHARGEENTRIESHANDLER
        OneToManyHandler for handling 1:n RECURRINGCHARGEENTRIES's relation attributes from 'many' side.
      • USAGECHARGESHANDLER

        protected static final de.hybris.platform.util.OneToManyHandler<de.hybris.platform.subscriptionservices.jalo.UsageCharge> USAGECHARGESHANDLER
        OneToManyHandler for handling 1:n USAGECHARGES's relation attributes from 'many' side.
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSubscriptionPricePlan

        public GeneratedSubscriptionPricePlan()
    • Method Detail

      • getDefaultAttributeModes

        protected java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
        Overrides:
        getDefaultAttributeModes in class de.hybris.platform.europe1.jalo.GeneratedPriceRow
      • getName

        public java.lang.String getName​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionPricePlan.name attribute.
        Returns:
        the name - Name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the SubscriptionPricePlan.name attribute.
        Returns:
        the name - Name
      • getAllName

        public java.util.Map<de.hybris.platform.jalo.c2l.Language,​java.lang.String> getAllName​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionPricePlan.name attribute.
        Returns:
        the localized name - Name
      • getAllName

        public java.util.Map<de.hybris.platform.jalo.c2l.Language,​java.lang.String> getAllName()
        Generated method - Getter of the SubscriptionPricePlan.name attribute.
        Returns:
        the localized name - Name
      • setName

        public void setName​(de.hybris.platform.jalo.SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SubscriptionPricePlan.name attribute.
        Parameters:
        value - the name - Name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the SubscriptionPricePlan.name attribute.
        Parameters:
        value - the name - Name
      • setAllName

        public void setAllName​(de.hybris.platform.jalo.SessionContext ctx,
                               java.util.Map<de.hybris.platform.jalo.c2l.Language,​java.lang.String> value)
        Generated method - Setter of the SubscriptionPricePlan.name attribute.
        Parameters:
        value - the name - Name
      • setAllName

        public void setAllName​(java.util.Map<de.hybris.platform.jalo.c2l.Language,​java.lang.String> value)
        Generated method - Setter of the SubscriptionPricePlan.name attribute.
        Parameters:
        value - the name - Name
      • getOneTimeChargeEntries

        public java.util.Collection<de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry> getOneTimeChargeEntries​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionPricePlan.oneTimeChargeEntries attribute.
        Returns:
        the oneTimeChargeEntries
      • getOneTimeChargeEntries

        public java.util.Collection<de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry> getOneTimeChargeEntries()
        Generated method - Getter of the SubscriptionPricePlan.oneTimeChargeEntries attribute.
        Returns:
        the oneTimeChargeEntries
      • setOneTimeChargeEntries

        public void setOneTimeChargeEntries​(de.hybris.platform.jalo.SessionContext ctx,
                                            java.util.Collection<de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry> value)
        Generated method - Setter of the SubscriptionPricePlan.oneTimeChargeEntries attribute.
        Parameters:
        value - the oneTimeChargeEntries
      • setOneTimeChargeEntries

        public void setOneTimeChargeEntries​(java.util.Collection<de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry> value)
        Generated method - Setter of the SubscriptionPricePlan.oneTimeChargeEntries attribute.
        Parameters:
        value - the oneTimeChargeEntries
      • addToOneTimeChargeEntries

        public void addToOneTimeChargeEntries​(de.hybris.platform.jalo.SessionContext ctx,
                                              de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry value)
        Generated method - Adds value to oneTimeChargeEntries.
        Parameters:
        value - the item to add to oneTimeChargeEntries
      • addToOneTimeChargeEntries

        public void addToOneTimeChargeEntries​(de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry value)
        Generated method - Adds value to oneTimeChargeEntries.
        Parameters:
        value - the item to add to oneTimeChargeEntries
      • removeFromOneTimeChargeEntries

        public void removeFromOneTimeChargeEntries​(de.hybris.platform.jalo.SessionContext ctx,
                                                   de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry value)
        Generated method - Removes value from oneTimeChargeEntries.
        Parameters:
        value - the item to remove from oneTimeChargeEntries
      • removeFromOneTimeChargeEntries

        public void removeFromOneTimeChargeEntries​(de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry value)
        Generated method - Removes value from oneTimeChargeEntries.
        Parameters:
        value - the item to remove from oneTimeChargeEntries
      • getRecurringChargeEntries

        public java.util.Collection<de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry> getRecurringChargeEntries​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionPricePlan.recurringChargeEntries attribute.
        Returns:
        the recurringChargeEntries
      • getRecurringChargeEntries

        public java.util.Collection<de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry> getRecurringChargeEntries()
        Generated method - Getter of the SubscriptionPricePlan.recurringChargeEntries attribute.
        Returns:
        the recurringChargeEntries
      • setRecurringChargeEntries

        public void setRecurringChargeEntries​(de.hybris.platform.jalo.SessionContext ctx,
                                              java.util.Collection<de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry> value)
        Generated method - Setter of the SubscriptionPricePlan.recurringChargeEntries attribute.
        Parameters:
        value - the recurringChargeEntries
      • setRecurringChargeEntries

        public void setRecurringChargeEntries​(java.util.Collection<de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry> value)
        Generated method - Setter of the SubscriptionPricePlan.recurringChargeEntries attribute.
        Parameters:
        value - the recurringChargeEntries
      • addToRecurringChargeEntries

        public void addToRecurringChargeEntries​(de.hybris.platform.jalo.SessionContext ctx,
                                                de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry value)
        Generated method - Adds value to recurringChargeEntries.
        Parameters:
        value - the item to add to recurringChargeEntries
      • addToRecurringChargeEntries

        public void addToRecurringChargeEntries​(de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry value)
        Generated method - Adds value to recurringChargeEntries.
        Parameters:
        value - the item to add to recurringChargeEntries
      • removeFromRecurringChargeEntries

        public void removeFromRecurringChargeEntries​(de.hybris.platform.jalo.SessionContext ctx,
                                                     de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry value)
        Generated method - Removes value from recurringChargeEntries.
        Parameters:
        value - the item to remove from recurringChargeEntries
      • removeFromRecurringChargeEntries

        public void removeFromRecurringChargeEntries​(de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry value)
        Generated method - Removes value from recurringChargeEntries.
        Parameters:
        value - the item to remove from recurringChargeEntries
      • getUsageCharges

        public java.util.Collection<de.hybris.platform.subscriptionservices.jalo.UsageCharge> getUsageCharges​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionPricePlan.usageCharges attribute.
        Returns:
        the usageCharges
      • getUsageCharges

        public java.util.Collection<de.hybris.platform.subscriptionservices.jalo.UsageCharge> getUsageCharges()
        Generated method - Getter of the SubscriptionPricePlan.usageCharges attribute.
        Returns:
        the usageCharges
      • setUsageCharges

        public void setUsageCharges​(de.hybris.platform.jalo.SessionContext ctx,
                                    java.util.Collection<de.hybris.platform.subscriptionservices.jalo.UsageCharge> value)
        Generated method - Setter of the SubscriptionPricePlan.usageCharges attribute.
        Parameters:
        value - the usageCharges
      • setUsageCharges

        public void setUsageCharges​(java.util.Collection<de.hybris.platform.subscriptionservices.jalo.UsageCharge> value)
        Generated method - Setter of the SubscriptionPricePlan.usageCharges attribute.
        Parameters:
        value - the usageCharges
      • addToUsageCharges

        public void addToUsageCharges​(de.hybris.platform.jalo.SessionContext ctx,
                                      de.hybris.platform.subscriptionservices.jalo.UsageCharge value)
        Generated method - Adds value to usageCharges.
        Parameters:
        value - the item to add to usageCharges
      • addToUsageCharges

        public void addToUsageCharges​(de.hybris.platform.subscriptionservices.jalo.UsageCharge value)
        Generated method - Adds value to usageCharges.
        Parameters:
        value - the item to add to usageCharges
      • removeFromUsageCharges

        public void removeFromUsageCharges​(de.hybris.platform.jalo.SessionContext ctx,
                                           de.hybris.platform.subscriptionservices.jalo.UsageCharge value)
        Generated method - Removes value from usageCharges.
        Parameters:
        value - the item to remove from usageCharges
      • removeFromUsageCharges

        public void removeFromUsageCharges​(de.hybris.platform.subscriptionservices.jalo.UsageCharge value)
        Generated method - Removes value from usageCharges.
        Parameters:
        value - the item to remove from usageCharges