Class TuaProductBundle

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.tuadatamodel.jalo.TuaProduct
de.hybris.platform.tuadatamodel.jalo.TuaProductBundle
All Implemented Interfaces:
Serializable, Comparable

public class TuaProductBundle extends TuaProduct
Generated class for type TuaProductBundle.
See Also:
  • Field Details

    • PRODUCTS

      public static final String PRODUCTS
      Qualifier of the TuaProductBundle.products attribute
      See Also:
    • PRODUCTSHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<TuaProduct> PRODUCTSHANDLER
      OneToManyHandler for handling 1:n PRODUCTS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • TuaProductBundle

      public TuaProductBundle()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class TuaProduct
    • getProducts

      public Set<TuaProduct> getProducts(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TuaProductBundle.products attribute.
      Returns:
      the products - The product representing the child of the product bundle.
    • getProducts

      public Set<TuaProduct> getProducts()
      Generated method - Getter of the TuaProductBundle.products attribute.
      Returns:
      the products - The product representing the child of the product bundle.
    • setProducts

      public void setProducts(de.hybris.platform.jalo.SessionContext ctx, Set<TuaProduct> value)
      Generated method - Setter of the TuaProductBundle.products attribute.
      Parameters:
      value - the products - The product representing the child of the product bundle.
    • setProducts

      public void setProducts(Set<TuaProduct> value)
      Generated method - Setter of the TuaProductBundle.products attribute.
      Parameters:
      value - the products - The product representing the child of the product bundle.
    • addToProducts

      public void addToProducts(de.hybris.platform.jalo.SessionContext ctx, TuaProduct value)
      Generated method - Adds value to products.
      Parameters:
      value - the item to add to products - The product representing the child of the product bundle.
    • addToProducts

      public void addToProducts(TuaProduct value)
      Generated method - Adds value to products.
      Parameters:
      value - the item to add to products - The product representing the child of the product bundle.
    • removeFromProducts

      public void removeFromProducts(de.hybris.platform.jalo.SessionContext ctx, TuaProduct value)
      Generated method - Removes value from products.
      Parameters:
      value - the item to remove from products - The product representing the child of the product bundle.
    • removeFromProducts

      public void removeFromProducts(TuaProduct value)
      Generated method - Removes value from products.
      Parameters:
      value - the item to remove from products - The product representing the child of the product bundle.