Class PrProductInvolvementRoleModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.partyroleservices.model.PrInvolvementRoleModel
de.hybris.platform.partyroleservices.model.PrProductInvolvementRoleModel
All Implemented Interfaces:
Serializable

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

ProductInvolvementRole.

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

    • PrProductInvolvementRoleModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public PrProductInvolvementRoleModel(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 PrInvolvementRole at extension partyroleservices
    • PrProductInvolvementRoleModel

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

    • getProducts

      @Accessor(qualifier="products", type=GETTER) public Set<PrProductModel> getProducts()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PrProductInvolvementRole.products attribute defined at extension partyroleservices. 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<PrProductModel> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PrProductInvolvementRole.products attribute defined at extension partyroleservices.
      Parameters:
      value - the products - The subscribed products