Class TuaProductBundleModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.tuadatamodel.model.TuaProductModel
de.hybris.platform.tuadatamodel.model.TuaProductBundleModel
All Implemented Interfaces:
Serializable

public class TuaProductBundleModel extends TuaProductModel
Generated model class for type TuaProductBundle first defined at extension tuadatamodel.

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
      Generated model type code constant.
      See Also:
    • PRODUCTS

      public static final String PRODUCTS
      Generated constant - Attribute key of TuaProductBundle.products attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaProductBundleModel

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

      public TuaProductBundleModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • TuaProductBundleModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaProductBundleModel(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<TuaProductModel> getProducts()
      Generated method - Getter of the TuaProductBundle.products attribute defined at extension tuadatamodel. 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<TuaProductModel> value)
      Generated method - Setter of TuaProductBundle.products attribute defined at extension tuadatamodel.
      Parameters:
      value - the products - The product representing the child of the product bundle.