Class TmaProdOfferPriceAlteration

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
Direct Known Subclasses:
TmaAllowanceProdOfferPriceAlteration, TmaDiscountProdOfferPriceAlteration

public abstract class TmaProdOfferPriceAlteration extends TmaComponentProdOfferPrice
Generated class for type TmaProdOfferPriceAlteration.
See Also:
  • Field Details

    • CYCLESTART

      public static final String CYCLESTART
      Qualifier of the TmaProdOfferPriceAlteration.cycleStart attribute
      See Also:
    • CYCLEEND

      public static final String CYCLEEND
      Qualifier of the TmaProdOfferPriceAlteration.cycleEnd attribute
      See Also:
    • ISPERCENTAGE

      public static final String ISPERCENTAGE
      Qualifier of the TmaProdOfferPriceAlteration.isPercentage attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • TmaProdOfferPriceAlteration

      public TmaProdOfferPriceAlteration()
  • Method Details

    • getDefaultAttributeModes

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

      public Integer getCycleEnd(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaProdOfferPriceAlteration.cycleEnd attribute.
      Returns:
      the cycleEnd - The end of the billing cycle
    • getCycleEnd

      public Integer getCycleEnd()
      Generated method - Getter of the TmaProdOfferPriceAlteration.cycleEnd attribute.
      Returns:
      the cycleEnd - The end of the billing cycle
    • getCycleEndAsPrimitive

      public int getCycleEndAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaProdOfferPriceAlteration.cycleEnd attribute.
      Returns:
      the cycleEnd - The end of the billing cycle
    • getCycleEndAsPrimitive

      public int getCycleEndAsPrimitive()
      Generated method - Getter of the TmaProdOfferPriceAlteration.cycleEnd attribute.
      Returns:
      the cycleEnd - The end of the billing cycle
    • setCycleEnd

      public void setCycleEnd(de.hybris.platform.jalo.SessionContext ctx, Integer value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.cycleEnd attribute.
      Parameters:
      value - the cycleEnd - The end of the billing cycle
    • setCycleEnd

      public void setCycleEnd(Integer value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.cycleEnd attribute.
      Parameters:
      value - the cycleEnd - The end of the billing cycle
    • setCycleEnd

      public void setCycleEnd(de.hybris.platform.jalo.SessionContext ctx, int value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.cycleEnd attribute.
      Parameters:
      value - the cycleEnd - The end of the billing cycle
    • setCycleEnd

      public void setCycleEnd(int value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.cycleEnd attribute.
      Parameters:
      value - the cycleEnd - The end of the billing cycle
    • getCycleStart

      public Integer getCycleStart(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaProdOfferPriceAlteration.cycleStart attribute.
      Returns:
      the cycleStart - The start of the billing cycle
    • getCycleStart

      public Integer getCycleStart()
      Generated method - Getter of the TmaProdOfferPriceAlteration.cycleStart attribute.
      Returns:
      the cycleStart - The start of the billing cycle
    • getCycleStartAsPrimitive

      public int getCycleStartAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaProdOfferPriceAlteration.cycleStart attribute.
      Returns:
      the cycleStart - The start of the billing cycle
    • getCycleStartAsPrimitive

      public int getCycleStartAsPrimitive()
      Generated method - Getter of the TmaProdOfferPriceAlteration.cycleStart attribute.
      Returns:
      the cycleStart - The start of the billing cycle
    • setCycleStart

      public void setCycleStart(de.hybris.platform.jalo.SessionContext ctx, Integer value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.cycleStart attribute.
      Parameters:
      value - the cycleStart - The start of the billing cycle
    • setCycleStart

      public void setCycleStart(Integer value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.cycleStart attribute.
      Parameters:
      value - the cycleStart - The start of the billing cycle
    • setCycleStart

      public void setCycleStart(de.hybris.platform.jalo.SessionContext ctx, int value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.cycleStart attribute.
      Parameters:
      value - the cycleStart - The start of the billing cycle
    • setCycleStart

      public void setCycleStart(int value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.cycleStart attribute.
      Parameters:
      value - the cycleStart - The start of the billing cycle
    • isIsPercentage

      public Boolean isIsPercentage(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaProdOfferPriceAlteration.isPercentage attribute.
      Returns:
      the isPercentage - Boolean that shows that the price alteration value is a percentage or not.
    • isIsPercentage

      public Boolean isIsPercentage()
      Generated method - Getter of the TmaProdOfferPriceAlteration.isPercentage attribute.
      Returns:
      the isPercentage - Boolean that shows that the price alteration value is a percentage or not.
    • isIsPercentageAsPrimitive

      public boolean isIsPercentageAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaProdOfferPriceAlteration.isPercentage attribute.
      Returns:
      the isPercentage - Boolean that shows that the price alteration value is a percentage or not.
    • isIsPercentageAsPrimitive

      public boolean isIsPercentageAsPrimitive()
      Generated method - Getter of the TmaProdOfferPriceAlteration.isPercentage attribute.
      Returns:
      the isPercentage - Boolean that shows that the price alteration value is a percentage or not.
    • setIsPercentage

      public void setIsPercentage(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.isPercentage attribute.
      Parameters:
      value - the isPercentage - Boolean that shows that the price alteration value is a percentage or not.
    • setIsPercentage

      public void setIsPercentage(Boolean value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.isPercentage attribute.
      Parameters:
      value - the isPercentage - Boolean that shows that the price alteration value is a percentage or not.
    • setIsPercentage

      public void setIsPercentage(de.hybris.platform.jalo.SessionContext ctx, boolean value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.isPercentage attribute.
      Parameters:
      value - the isPercentage - Boolean that shows that the price alteration value is a percentage or not.
    • setIsPercentage

      public void setIsPercentage(boolean value)
      Generated method - Setter of the TmaProdOfferPriceAlteration.isPercentage attribute.
      Parameters:
      value - the isPercentage - Boolean that shows that the price alteration value is a percentage or not.