Class SpiPriceAlterationModel

All Implemented Interfaces:
Serializable

@Deprecated(since="2208", forRemoval=true) public class SpiPriceAlterationModel extends SpiComponentProdPriceModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type SpiPriceAlteration 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:
    • PERCENTAGE

      public static final String PERCENTAGE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SpiPriceAlteration.percentage attribute defined at extension subscribedproductservices.
      See Also:
    • PRICETYPE

      public static final String PRICETYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SpiPriceAlteration.priceType attribute defined at extension subscribedproductservices.
      See Also:
    • PRIORITY

      public static final String PRIORITY
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SpiPriceAlteration.priority attribute defined at extension subscribedproductservices.
      See Also:
    • APPLICATIONDURATION

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

    • SpiPriceAlterationModel

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

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

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

    • getApplicationDuration

      @Accessor(qualifier="applicationDuration", type=GETTER) public Integer getApplicationDuration()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiPriceAlteration.applicationDuration attribute defined at extension subscribedproductservices.
      Returns:
      the applicationDuration
    • getPercentage

      @Accessor(qualifier="percentage", type=GETTER) public Double getPercentage()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiPriceAlteration.percentage attribute defined at extension subscribedproductservices.
      Returns:
      the percentage
    • getPriceType

      @Accessor(qualifier="priceType", type=GETTER) public SpiAlterationPriceType getPriceType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiPriceAlteration.priceType attribute defined at extension subscribedproductservices.
      Returns:
      the priceType
    • getPriority

      @Accessor(qualifier="priority", type=GETTER) public Integer getPriority()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiPriceAlteration.priority attribute defined at extension subscribedproductservices.
      Returns:
      the priority
    • setApplicationDuration

      @Accessor(qualifier="applicationDuration", type=SETTER) public void setApplicationDuration(Integer value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiPriceAlteration.applicationDuration attribute defined at extension subscribedproductservices.
      Parameters:
      value - the applicationDuration
    • setPercentage

      @Accessor(qualifier="percentage", type=SETTER) public void setPercentage(Double value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiPriceAlteration.percentage attribute defined at extension subscribedproductservices.
      Parameters:
      value - the percentage
    • setPriceType

      @Accessor(qualifier="priceType", type=SETTER) public void setPriceType(SpiAlterationPriceType value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiPriceAlteration.priceType attribute defined at extension subscribedproductservices.
      Parameters:
      value - the priceType
    • setPriority

      @Accessor(qualifier="priority", type=SETTER) public void setPriority(Integer value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiPriceAlteration.priority attribute defined at extension subscribedproductservices.
      Parameters:
      value - the priority