Class TuaPriceAlteration

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
All Implemented Interfaces:
Serializable, Comparable

public class TuaPriceAlteration extends TuaComponentProdPrice
Generated class for type TuaPriceAlteration.
See Also:
  • Field Details

    • PERCENTAGE

      public static final String PERCENTAGE
      Qualifier of the TuaPriceAlteration.percentage attribute
      See Also:
    • PRICETYPE

      public static final String PRICETYPE
      Qualifier of the TuaPriceAlteration.priceType attribute
      See Also:
    • PRIORITY

      public static final String PRIORITY
      Qualifier of the TuaPriceAlteration.priority attribute
      See Also:
    • APPLICATIONDURATION

      public static final String APPLICATIONDURATION
      Qualifier of the TuaPriceAlteration.applicationDuration attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • TuaPriceAlteration

      public TuaPriceAlteration()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class TuaComponentProdPrice
    • getApplicationDuration

      public Integer getApplicationDuration(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TuaPriceAlteration.applicationDuration attribute.
      Returns:
      the applicationDuration
    • getApplicationDuration

      public Integer getApplicationDuration()
      Generated method - Getter of the TuaPriceAlteration.applicationDuration attribute.
      Returns:
      the applicationDuration
    • getApplicationDurationAsPrimitive

      public int getApplicationDurationAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TuaPriceAlteration.applicationDuration attribute.
      Returns:
      the applicationDuration
    • getApplicationDurationAsPrimitive

      public int getApplicationDurationAsPrimitive()
      Generated method - Getter of the TuaPriceAlteration.applicationDuration attribute.
      Returns:
      the applicationDuration
    • setApplicationDuration

      public void setApplicationDuration(de.hybris.platform.jalo.SessionContext ctx, Integer value)
      Generated method - Setter of the TuaPriceAlteration.applicationDuration attribute.
      Parameters:
      value - the applicationDuration
    • setApplicationDuration

      public void setApplicationDuration(Integer value)
      Generated method - Setter of the TuaPriceAlteration.applicationDuration attribute.
      Parameters:
      value - the applicationDuration
    • setApplicationDuration

      public void setApplicationDuration(de.hybris.platform.jalo.SessionContext ctx, int value)
      Generated method - Setter of the TuaPriceAlteration.applicationDuration attribute.
      Parameters:
      value - the applicationDuration
    • setApplicationDuration

      public void setApplicationDuration(int value)
      Generated method - Setter of the TuaPriceAlteration.applicationDuration attribute.
      Parameters:
      value - the applicationDuration
    • getPercentage

      public Double getPercentage(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TuaPriceAlteration.percentage attribute.
      Returns:
      the percentage
    • getPercentage

      public Double getPercentage()
      Generated method - Getter of the TuaPriceAlteration.percentage attribute.
      Returns:
      the percentage
    • getPercentageAsPrimitive

      public double getPercentageAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TuaPriceAlteration.percentage attribute.
      Returns:
      the percentage
    • getPercentageAsPrimitive

      public double getPercentageAsPrimitive()
      Generated method - Getter of the TuaPriceAlteration.percentage attribute.
      Returns:
      the percentage
    • setPercentage

      public void setPercentage(de.hybris.platform.jalo.SessionContext ctx, Double value)
      Generated method - Setter of the TuaPriceAlteration.percentage attribute.
      Parameters:
      value - the percentage
    • setPercentage

      public void setPercentage(Double value)
      Generated method - Setter of the TuaPriceAlteration.percentage attribute.
      Parameters:
      value - the percentage
    • setPercentage

      public void setPercentage(de.hybris.platform.jalo.SessionContext ctx, double value)
      Generated method - Setter of the TuaPriceAlteration.percentage attribute.
      Parameters:
      value - the percentage
    • setPercentage

      public void setPercentage(double value)
      Generated method - Setter of the TuaPriceAlteration.percentage attribute.
      Parameters:
      value - the percentage
    • getPriceType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getPriceType(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TuaPriceAlteration.priceType attribute.
      Returns:
      the priceType
    • getPriceType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getPriceType()
      Generated method - Getter of the TuaPriceAlteration.priceType attribute.
      Returns:
      the priceType
    • setPriceType

      public void setPriceType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the TuaPriceAlteration.priceType attribute.
      Parameters:
      value - the priceType
    • setPriceType

      public void setPriceType(de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the TuaPriceAlteration.priceType attribute.
      Parameters:
      value - the priceType
    • getPriority

      public Integer getPriority(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TuaPriceAlteration.priority attribute.
      Returns:
      the priority
    • getPriority

      public Integer getPriority()
      Generated method - Getter of the TuaPriceAlteration.priority attribute.
      Returns:
      the priority
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TuaPriceAlteration.priority attribute.
      Returns:
      the priority
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive()
      Generated method - Getter of the TuaPriceAlteration.priority attribute.
      Returns:
      the priority
    • setPriority

      public void setPriority(de.hybris.platform.jalo.SessionContext ctx, Integer value)
      Generated method - Setter of the TuaPriceAlteration.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(Integer value)
      Generated method - Setter of the TuaPriceAlteration.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(de.hybris.platform.jalo.SessionContext ctx, int value)
      Generated method - Setter of the TuaPriceAlteration.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(int value)
      Generated method - Setter of the TuaPriceAlteration.priority attribute.
      Parameters:
      value - the priority