Class TuaProductInvolvementRoleModel

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

public class TuaProductInvolvementRoleModel extends TuaInvolvementRoleModel
Generated model class for type TuaProductInvolvementRole first defined at extension tuadatamodel.

ProductInvolvementRole.

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 TuaProductInvolvementRole.products attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaProductInvolvementRoleModel

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

      public TuaProductInvolvementRoleModel(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
    • TuaProductInvolvementRoleModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaProductInvolvementRoleModel(String _id)
      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 - Constructor with all mandatory attributes.
      Parameters:
      _id - initial attribute declared by type TuaInvolvementRole at extension tuadatamodel
    • TuaProductInvolvementRoleModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaProductInvolvementRoleModel(String _id, 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:
      _id - initial attribute declared by type TuaInvolvementRole at extension tuadatamodel
      _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 TuaProductInvolvementRole.products attribute defined at extension tuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the products - The subscribed products
    • setProducts

      @Accessor(qualifier="products", type=SETTER) public void setProducts(Set<TuaProductModel> value)
      Generated method - Setter of TuaProductInvolvementRole.products attribute defined at extension tuadatamodel.
      Parameters:
      value - the products - The subscribed products