Class GeneratedSubscriptionTerm

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

    public abstract class GeneratedSubscriptionTerm
    extends de.hybris.platform.jalo.GenericItem
    Generated class for type SubscriptionTerm.
    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
      static java.lang.String BILLINGPLAN
      Qualifier of the SubscriptionTerm.billingPlan attribute
      static java.lang.String CANCELLABLE
      Qualifier of the SubscriptionTerm.cancellable attribute
      protected static java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES  
      static java.lang.String ID
      Qualifier of the SubscriptionTerm.id attribute
      static java.lang.String NAME
      Qualifier of the SubscriptionTerm.name attribute
      static java.lang.String SUBSCRIPTIONPRODUCTS
      Qualifier of the SubscriptionTerm.subscriptionProducts attribute
      protected static de.hybris.platform.util.OneToManyHandler<de.hybris.platform.jalo.product.Product> SUBSCRIPTIONPRODUCTSHANDLER
      OneToManyHandler for handling 1:n SUBSCRIPTIONPRODUCTS's relation attributes from 'many' side.
      static java.lang.String TERMOFSERVICEFREQUENCY
      Qualifier of the SubscriptionTerm.termOfServiceFrequency attribute
      static java.lang.String TERMOFSERVICENUMBER
      Qualifier of the SubscriptionTerm.termOfServiceNumber attribute
      static java.lang.String TERMOFSERVICERENEWAL
      Qualifier of the SubscriptionTerm.termOfServiceRenewal attribute
      • 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 addToSubscriptionProducts​(de.hybris.platform.jalo.product.Product value)
      Generated method - Adds value to subscriptionProducts.
      void addToSubscriptionProducts​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product value)
      Generated method - Adds value to subscriptionProducts.
      java.util.Map<de.hybris.platform.jalo.c2l.Language,​java.lang.String> getAllName()
      Generated method - Getter of the SubscriptionTerm.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 SubscriptionTerm.name attribute.
      de.hybris.platform.subscriptionservices.jalo.BillingPlan getBillingPlan()
      Generated method - Getter of the SubscriptionTerm.billingPlan attribute.
      de.hybris.platform.subscriptionservices.jalo.BillingPlan getBillingPlan​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionTerm.billingPlan attribute.
      protected java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()  
      java.lang.String getId()
      Generated method - Getter of the SubscriptionTerm.id attribute.
      java.lang.String getId​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionTerm.id attribute.
      java.lang.String getName()
      Generated method - Getter of the SubscriptionTerm.name attribute.
      java.lang.String getName​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionTerm.name attribute.
      java.util.Collection<de.hybris.platform.jalo.product.Product> getSubscriptionProducts()
      Generated method - Getter of the SubscriptionTerm.subscriptionProducts attribute.
      java.util.Collection<de.hybris.platform.jalo.product.Product> getSubscriptionProducts​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionTerm.subscriptionProducts attribute.
      de.hybris.platform.jalo.enumeration.EnumerationValue getTermOfServiceFrequency()
      Generated method - Getter of the SubscriptionTerm.termOfServiceFrequency attribute.
      de.hybris.platform.jalo.enumeration.EnumerationValue getTermOfServiceFrequency​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionTerm.termOfServiceFrequency attribute.
      java.lang.Integer getTermOfServiceNumber()
      Generated method - Getter of the SubscriptionTerm.termOfServiceNumber attribute.
      java.lang.Integer getTermOfServiceNumber​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionTerm.termOfServiceNumber attribute.
      int getTermOfServiceNumberAsPrimitive()
      Generated method - Getter of the SubscriptionTerm.termOfServiceNumber attribute.
      int getTermOfServiceNumberAsPrimitive​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionTerm.termOfServiceNumber attribute.
      de.hybris.platform.jalo.enumeration.EnumerationValue getTermOfServiceRenewal()
      Generated method - Getter of the SubscriptionTerm.termOfServiceRenewal attribute.
      de.hybris.platform.jalo.enumeration.EnumerationValue getTermOfServiceRenewal​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionTerm.termOfServiceRenewal attribute.
      java.lang.Boolean isCancellable()
      Generated method - Getter of the SubscriptionTerm.cancellable attribute.
      java.lang.Boolean isCancellable​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionTerm.cancellable attribute.
      boolean isCancellableAsPrimitive()
      Generated method - Getter of the SubscriptionTerm.cancellable attribute.
      boolean isCancellableAsPrimitive​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SubscriptionTerm.cancellable attribute.
      void removeFromSubscriptionProducts​(de.hybris.platform.jalo.product.Product value)
      Generated method - Removes value from subscriptionProducts.
      void removeFromSubscriptionProducts​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product value)
      Generated method - Removes value from subscriptionProducts.
      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 SubscriptionTerm.name attribute.
      void setAllName​(java.util.Map<de.hybris.platform.jalo.c2l.Language,​java.lang.String> value)
      Generated method - Setter of the SubscriptionTerm.name attribute.
      void setBillingPlan​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingPlan value)
      Generated method - Setter of the SubscriptionTerm.billingPlan attribute.
      void setBillingPlan​(de.hybris.platform.subscriptionservices.jalo.BillingPlan value)
      Generated method - Setter of the SubscriptionTerm.billingPlan attribute.
      void setCancellable​(boolean value)
      Generated method - Setter of the SubscriptionTerm.cancellable attribute.
      void setCancellable​(de.hybris.platform.jalo.SessionContext ctx, boolean value)
      Generated method - Setter of the SubscriptionTerm.cancellable attribute.
      void setCancellable​(de.hybris.platform.jalo.SessionContext ctx, java.lang.Boolean value)
      Generated method - Setter of the SubscriptionTerm.cancellable attribute.
      void setCancellable​(java.lang.Boolean value)
      Generated method - Setter of the SubscriptionTerm.cancellable attribute.
      protected void setId​(de.hybris.platform.jalo.SessionContext ctx, java.lang.String value)
      Generated method - Setter of the SubscriptionTerm.id attribute.
      protected void setId​(java.lang.String value)
      Generated method - Setter of the SubscriptionTerm.id attribute.
      void setName​(de.hybris.platform.jalo.SessionContext ctx, java.lang.String value)
      Generated method - Setter of the SubscriptionTerm.name attribute.
      void setName​(java.lang.String value)
      Generated method - Setter of the SubscriptionTerm.name attribute.
      void setSubscriptionProducts​(de.hybris.platform.jalo.SessionContext ctx, java.util.Collection<de.hybris.platform.jalo.product.Product> value)
      Generated method - Setter of the SubscriptionTerm.subscriptionProducts attribute.
      void setSubscriptionProducts​(java.util.Collection<de.hybris.platform.jalo.product.Product> value)
      Generated method - Setter of the SubscriptionTerm.subscriptionProducts attribute.
      void setTermOfServiceFrequency​(de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the SubscriptionTerm.termOfServiceFrequency attribute.
      void setTermOfServiceFrequency​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the SubscriptionTerm.termOfServiceFrequency attribute.
      void setTermOfServiceNumber​(int value)
      Generated method - Setter of the SubscriptionTerm.termOfServiceNumber attribute.
      void setTermOfServiceNumber​(de.hybris.platform.jalo.SessionContext ctx, int value)
      Generated method - Setter of the SubscriptionTerm.termOfServiceNumber attribute.
      void setTermOfServiceNumber​(de.hybris.platform.jalo.SessionContext ctx, java.lang.Integer value)
      Generated method - Setter of the SubscriptionTerm.termOfServiceNumber attribute.
      void setTermOfServiceNumber​(java.lang.Integer value)
      Generated method - Setter of the SubscriptionTerm.termOfServiceNumber attribute.
      void setTermOfServiceRenewal​(de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the SubscriptionTerm.termOfServiceRenewal attribute.
      void setTermOfServiceRenewal​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the SubscriptionTerm.termOfServiceRenewal attribute.
      • Methods inherited from class de.hybris.platform.jalo.GenericItem

        createItem, 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, 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, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, 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

      • ID

        public static final java.lang.String ID
        Qualifier of the SubscriptionTerm.id attribute
        See Also:
        Constant Field Values
      • NAME

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

        public static final java.lang.String TERMOFSERVICENUMBER
        Qualifier of the SubscriptionTerm.termOfServiceNumber attribute
        See Also:
        Constant Field Values
      • CANCELLABLE

        public static final java.lang.String CANCELLABLE
        Qualifier of the SubscriptionTerm.cancellable attribute
        See Also:
        Constant Field Values
      • TERMOFSERVICERENEWAL

        public static final java.lang.String TERMOFSERVICERENEWAL
        Qualifier of the SubscriptionTerm.termOfServiceRenewal attribute
        See Also:
        Constant Field Values
      • TERMOFSERVICEFREQUENCY

        public static final java.lang.String TERMOFSERVICEFREQUENCY
        Qualifier of the SubscriptionTerm.termOfServiceFrequency attribute
        See Also:
        Constant Field Values
      • BILLINGPLAN

        public static final java.lang.String BILLINGPLAN
        Qualifier of the SubscriptionTerm.billingPlan attribute
        See Also:
        Constant Field Values
      • SUBSCRIPTIONPRODUCTS

        public static final java.lang.String SUBSCRIPTIONPRODUCTS
        Qualifier of the SubscriptionTerm.subscriptionProducts attribute
        See Also:
        Constant Field Values
      • SUBSCRIPTIONPRODUCTSHANDLER

        protected static final de.hybris.platform.util.OneToManyHandler<de.hybris.platform.jalo.product.Product> SUBSCRIPTIONPRODUCTSHANDLER
        OneToManyHandler for handling 1:n SUBSCRIPTIONPRODUCTS'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

      • GeneratedSubscriptionTerm

        public GeneratedSubscriptionTerm()
    • Method Detail

      • getDefaultAttributeModes

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

        public de.hybris.platform.subscriptionservices.jalo.BillingPlan getBillingPlan​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionTerm.billingPlan attribute.
        Returns:
        the billingPlan - Billing Plan
      • getBillingPlan

        public de.hybris.platform.subscriptionservices.jalo.BillingPlan getBillingPlan()
        Generated method - Getter of the SubscriptionTerm.billingPlan attribute.
        Returns:
        the billingPlan - Billing Plan
      • setBillingPlan

        public void setBillingPlan​(de.hybris.platform.jalo.SessionContext ctx,
                                   de.hybris.platform.subscriptionservices.jalo.BillingPlan value)
        Generated method - Setter of the SubscriptionTerm.billingPlan attribute.
        Parameters:
        value - the billingPlan - Billing Plan
      • setBillingPlan

        public void setBillingPlan​(de.hybris.platform.subscriptionservices.jalo.BillingPlan value)
        Generated method - Setter of the SubscriptionTerm.billingPlan attribute.
        Parameters:
        value - the billingPlan - Billing Plan
      • isCancellable

        public java.lang.Boolean isCancellable​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionTerm.cancellable attribute.
        Returns:
        the cancellable - Cancellable
      • isCancellable

        public java.lang.Boolean isCancellable()
        Generated method - Getter of the SubscriptionTerm.cancellable attribute.
        Returns:
        the cancellable - Cancellable
      • isCancellableAsPrimitive

        public boolean isCancellableAsPrimitive​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionTerm.cancellable attribute.
        Returns:
        the cancellable - Cancellable
      • isCancellableAsPrimitive

        public boolean isCancellableAsPrimitive()
        Generated method - Getter of the SubscriptionTerm.cancellable attribute.
        Returns:
        the cancellable - Cancellable
      • setCancellable

        public void setCancellable​(de.hybris.platform.jalo.SessionContext ctx,
                                   java.lang.Boolean value)
        Generated method - Setter of the SubscriptionTerm.cancellable attribute.
        Parameters:
        value - the cancellable - Cancellable
      • setCancellable

        public void setCancellable​(java.lang.Boolean value)
        Generated method - Setter of the SubscriptionTerm.cancellable attribute.
        Parameters:
        value - the cancellable - Cancellable
      • setCancellable

        public void setCancellable​(de.hybris.platform.jalo.SessionContext ctx,
                                   boolean value)
        Generated method - Setter of the SubscriptionTerm.cancellable attribute.
        Parameters:
        value - the cancellable - Cancellable
      • setCancellable

        public void setCancellable​(boolean value)
        Generated method - Setter of the SubscriptionTerm.cancellable attribute.
        Parameters:
        value - the cancellable - Cancellable
      • getId

        public java.lang.String getId​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionTerm.id attribute.
        Returns:
        the id - Identifier
      • getId

        public java.lang.String getId()
        Generated method - Getter of the SubscriptionTerm.id attribute.
        Returns:
        the id - Identifier
      • setId

        protected void setId​(de.hybris.platform.jalo.SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the SubscriptionTerm.id attribute.
        Parameters:
        value - the id - Identifier
      • setId

        protected void setId​(java.lang.String value)
        Generated method - Setter of the SubscriptionTerm.id attribute.
        Parameters:
        value - the id - Identifier
      • getName

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

        public java.lang.String getName()
        Generated method - Getter of the SubscriptionTerm.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 SubscriptionTerm.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 SubscriptionTerm.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 SubscriptionTerm.name attribute.
        Parameters:
        value - the name - Name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the SubscriptionTerm.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 SubscriptionTerm.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 SubscriptionTerm.name attribute.
        Parameters:
        value - the name - Name
      • getSubscriptionProducts

        public java.util.Collection<de.hybris.platform.jalo.product.Product> getSubscriptionProducts​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionTerm.subscriptionProducts attribute.
        Returns:
        the subscriptionProducts
      • getSubscriptionProducts

        public java.util.Collection<de.hybris.platform.jalo.product.Product> getSubscriptionProducts()
        Generated method - Getter of the SubscriptionTerm.subscriptionProducts attribute.
        Returns:
        the subscriptionProducts
      • setSubscriptionProducts

        public void setSubscriptionProducts​(de.hybris.platform.jalo.SessionContext ctx,
                                            java.util.Collection<de.hybris.platform.jalo.product.Product> value)
        Generated method - Setter of the SubscriptionTerm.subscriptionProducts attribute.
        Parameters:
        value - the subscriptionProducts
      • setSubscriptionProducts

        public void setSubscriptionProducts​(java.util.Collection<de.hybris.platform.jalo.product.Product> value)
        Generated method - Setter of the SubscriptionTerm.subscriptionProducts attribute.
        Parameters:
        value - the subscriptionProducts
      • addToSubscriptionProducts

        public void addToSubscriptionProducts​(de.hybris.platform.jalo.SessionContext ctx,
                                              de.hybris.platform.jalo.product.Product value)
        Generated method - Adds value to subscriptionProducts.
        Parameters:
        value - the item to add to subscriptionProducts
      • addToSubscriptionProducts

        public void addToSubscriptionProducts​(de.hybris.platform.jalo.product.Product value)
        Generated method - Adds value to subscriptionProducts.
        Parameters:
        value - the item to add to subscriptionProducts
      • removeFromSubscriptionProducts

        public void removeFromSubscriptionProducts​(de.hybris.platform.jalo.SessionContext ctx,
                                                   de.hybris.platform.jalo.product.Product value)
        Generated method - Removes value from subscriptionProducts.
        Parameters:
        value - the item to remove from subscriptionProducts
      • removeFromSubscriptionProducts

        public void removeFromSubscriptionProducts​(de.hybris.platform.jalo.product.Product value)
        Generated method - Removes value from subscriptionProducts.
        Parameters:
        value - the item to remove from subscriptionProducts
      • getTermOfServiceFrequency

        public de.hybris.platform.jalo.enumeration.EnumerationValue getTermOfServiceFrequency​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionTerm.termOfServiceFrequency attribute.
        Returns:
        the termOfServiceFrequency - Term of Service Frequency
      • getTermOfServiceFrequency

        public de.hybris.platform.jalo.enumeration.EnumerationValue getTermOfServiceFrequency()
        Generated method - Getter of the SubscriptionTerm.termOfServiceFrequency attribute.
        Returns:
        the termOfServiceFrequency - Term of Service Frequency
      • setTermOfServiceFrequency

        public void setTermOfServiceFrequency​(de.hybris.platform.jalo.SessionContext ctx,
                                              de.hybris.platform.jalo.enumeration.EnumerationValue value)
        Generated method - Setter of the SubscriptionTerm.termOfServiceFrequency attribute.
        Parameters:
        value - the termOfServiceFrequency - Term of Service Frequency
      • setTermOfServiceFrequency

        public void setTermOfServiceFrequency​(de.hybris.platform.jalo.enumeration.EnumerationValue value)
        Generated method - Setter of the SubscriptionTerm.termOfServiceFrequency attribute.
        Parameters:
        value - the termOfServiceFrequency - Term of Service Frequency
      • getTermOfServiceNumber

        public java.lang.Integer getTermOfServiceNumber​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionTerm.termOfServiceNumber attribute.
        Returns:
        the termOfServiceNumber - Term of Service Number
      • getTermOfServiceNumber

        public java.lang.Integer getTermOfServiceNumber()
        Generated method - Getter of the SubscriptionTerm.termOfServiceNumber attribute.
        Returns:
        the termOfServiceNumber - Term of Service Number
      • getTermOfServiceNumberAsPrimitive

        public int getTermOfServiceNumberAsPrimitive​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionTerm.termOfServiceNumber attribute.
        Returns:
        the termOfServiceNumber - Term of Service Number
      • getTermOfServiceNumberAsPrimitive

        public int getTermOfServiceNumberAsPrimitive()
        Generated method - Getter of the SubscriptionTerm.termOfServiceNumber attribute.
        Returns:
        the termOfServiceNumber - Term of Service Number
      • setTermOfServiceNumber

        public void setTermOfServiceNumber​(de.hybris.platform.jalo.SessionContext ctx,
                                           java.lang.Integer value)
        Generated method - Setter of the SubscriptionTerm.termOfServiceNumber attribute.
        Parameters:
        value - the termOfServiceNumber - Term of Service Number
      • setTermOfServiceNumber

        public void setTermOfServiceNumber​(java.lang.Integer value)
        Generated method - Setter of the SubscriptionTerm.termOfServiceNumber attribute.
        Parameters:
        value - the termOfServiceNumber - Term of Service Number
      • setTermOfServiceNumber

        public void setTermOfServiceNumber​(de.hybris.platform.jalo.SessionContext ctx,
                                           int value)
        Generated method - Setter of the SubscriptionTerm.termOfServiceNumber attribute.
        Parameters:
        value - the termOfServiceNumber - Term of Service Number
      • setTermOfServiceNumber

        public void setTermOfServiceNumber​(int value)
        Generated method - Setter of the SubscriptionTerm.termOfServiceNumber attribute.
        Parameters:
        value - the termOfServiceNumber - Term of Service Number
      • getTermOfServiceRenewal

        public de.hybris.platform.jalo.enumeration.EnumerationValue getTermOfServiceRenewal​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SubscriptionTerm.termOfServiceRenewal attribute.
        Returns:
        the termOfServiceRenewal - Term of Service Renewal
      • getTermOfServiceRenewal

        public de.hybris.platform.jalo.enumeration.EnumerationValue getTermOfServiceRenewal()
        Generated method - Getter of the SubscriptionTerm.termOfServiceRenewal attribute.
        Returns:
        the termOfServiceRenewal - Term of Service Renewal
      • setTermOfServiceRenewal

        public void setTermOfServiceRenewal​(de.hybris.platform.jalo.SessionContext ctx,
                                            de.hybris.platform.jalo.enumeration.EnumerationValue value)
        Generated method - Setter of the SubscriptionTerm.termOfServiceRenewal attribute.
        Parameters:
        value - the termOfServiceRenewal - Term of Service Renewal
      • setTermOfServiceRenewal

        public void setTermOfServiceRenewal​(de.hybris.platform.jalo.enumeration.EnumerationValue value)
        Generated method - Setter of the SubscriptionTerm.termOfServiceRenewal attribute.
        Parameters:
        value - the termOfServiceRenewal - Term of Service Renewal