Class SpiProductBundleModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.subscribedproductservices.model.SpiProductModel
de.hybris.platform.subscribedproductservices.model.SpiProductBundleModel
All Implemented Interfaces:
Serializable

@Deprecated(since="2208", forRemoval=true) public class SpiProductBundleModel extends SpiProductModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type SpiProductBundle first defined at extension subscribedproductservices.

A Product Bundle is an instantiation of the BundledProductOffering that was used when the customer purchased a product.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated model type code constant.
      See Also:
    • PRODUCTS

      public static final String PRODUCTS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SpiProductBundle.products attribute defined at extension subscribedproductservices.
      See Also:
  • Constructor Details

    • SpiProductBundleModel

      public SpiProductBundleModel()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for generic creation.
    • SpiProductBundleModel

      public SpiProductBundleModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SpiProductBundleModel

      @Deprecated(since="4.1.1", forRemoval=true) public SpiProductBundleModel(ItemModel _owner)
      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:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getProducts

      @Accessor(qualifier="products", type=GETTER) public Set<SpiProductModel> getProducts()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiProductBundle.products attribute defined at extension subscribedproductservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the products - The product representing the child of the product bundle.
    • setProducts

      @Accessor(qualifier="products", type=SETTER) public void setProducts(Set<SpiProductModel> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiProductBundle.products attribute defined at extension subscribedproductservices.
      Parameters:
      value - the products - The product representing the child of the product bundle.