Class SpiCompositeProdPriceModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.subscribedproductservices.model.SpiProductPriceModel
de.hybris.platform.subscribedproductservices.model.SpiCompositeProdPriceModel
All Implemented Interfaces:
Serializable

@Deprecated(since="2208", forRemoval=true) public class SpiCompositeProdPriceModel extends SpiProductPriceModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type SpiCompositeProdPrice first defined at extension subscribedproductservices.
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:
    • CHILDPRICES

      public static final String CHILDPRICES
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SpiCompositeProdPrice.childPrices attribute defined at extension subscribedproductservices.
      See Also:
  • Constructor Details

    • SpiCompositeProdPriceModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SpiCompositeProdPriceModel(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

    • getChildPrices

      @Accessor(qualifier="childPrices", type=GETTER) public Set<SpiProductPriceModel> getChildPrices()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiCompositeProdPrice.childPrices attribute defined at extension subscribedproductservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the childPrices - The product price representing the child of the composite product price.
    • setChildPrices

      @Accessor(qualifier="childPrices", type=SETTER) public void setChildPrices(Set<SpiProductPriceModel> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiCompositeProdPrice.childPrices attribute defined at extension subscribedproductservices.
      Parameters:
      value - the childPrices - The product price representing the child of the composite product price.