Class PmProductInvolvementRoleModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.partyservices.model.PmInvolvementRoleModel
de.hybris.platform.partyservices.model.PmProductInvolvementRoleModel
All Implemented Interfaces:
Serializable

@Deprecated(since="2208", forRemoval=true) public class PmProductInvolvementRoleModel extends PmInvolvementRoleModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type PmProductInvolvementRole first defined at extension partyservices.
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 PmProductInvolvementRole.products attribute defined at extension partyservices.
      See Also:
  • Constructor Details

    • PmProductInvolvementRoleModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public PmProductInvolvementRoleModel(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 PmInvolvementRole at extension partyservices
    • PmProductInvolvementRoleModel

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

    • getProducts

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

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