Class TuaPriceAlterationModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class TuaPriceAlterationModel extends TuaComponentProdPriceModel
Generated model class for type TuaPriceAlteration first defined at extension tuadatamodel.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • PERCENTAGE

      public static final String PERCENTAGE
      Generated constant - Attribute key of TuaPriceAlteration.percentage attribute defined at extension tuadatamodel.
      See Also:
    • PRICETYPE

      public static final String PRICETYPE
      Generated constant - Attribute key of TuaPriceAlteration.priceType attribute defined at extension tuadatamodel.
      See Also:
    • PRIORITY

      public static final String PRIORITY
      Generated constant - Attribute key of TuaPriceAlteration.priority attribute defined at extension tuadatamodel.
      See Also:
    • APPLICATIONDURATION

      public static final String APPLICATIONDURATION
      Generated constant - Attribute key of TuaPriceAlteration.applicationDuration attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaPriceAlterationModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TuaPriceAlterationModel(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()
      Generated method - Getter of the TuaPriceAlteration.applicationDuration attribute defined at extension tuadatamodel.
      Returns:
      the applicationDuration
    • getPercentage

      @Accessor(qualifier="percentage", type=GETTER) public Double getPercentage()
      Generated method - Getter of the TuaPriceAlteration.percentage attribute defined at extension tuadatamodel.
      Returns:
      the percentage
    • getPriceType

      @Accessor(qualifier="priceType", type=GETTER) public TuaAlterationPriceType getPriceType()
      Generated method - Getter of the TuaPriceAlteration.priceType attribute defined at extension tuadatamodel.
      Returns:
      the priceType
    • getPriority

      @Accessor(qualifier="priority", type=GETTER) public Integer getPriority()
      Generated method - Getter of the TuaPriceAlteration.priority attribute defined at extension tuadatamodel.
      Returns:
      the priority
    • setApplicationDuration

      @Accessor(qualifier="applicationDuration", type=SETTER) public void setApplicationDuration(Integer value)
      Generated method - Setter of TuaPriceAlteration.applicationDuration attribute defined at extension tuadatamodel.
      Parameters:
      value - the applicationDuration
    • setPercentage

      @Accessor(qualifier="percentage", type=SETTER) public void setPercentage(Double value)
      Generated method - Setter of TuaPriceAlteration.percentage attribute defined at extension tuadatamodel.
      Parameters:
      value - the percentage
    • setPriceType

      @Accessor(qualifier="priceType", type=SETTER) public void setPriceType(TuaAlterationPriceType value)
      Generated method - Setter of TuaPriceAlteration.priceType attribute defined at extension tuadatamodel.
      Parameters:
      value - the priceType
    • setPriority

      @Accessor(qualifier="priority", type=SETTER) public void setPriority(Integer value)
      Generated method - Setter of TuaPriceAlteration.priority attribute defined at extension tuadatamodel.
      Parameters:
      value - the priority