Class TmaAbstractOrderDiscountAlterationPrice

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

public class TmaAbstractOrderDiscountAlterationPrice extends TmaAbstractOrderAlterationPrice
Generated class for type TmaAbstractOrderDiscountAlterationPrice.
See Also:
  • Field Details

    • APPLIEDBYPROMOTIONID

      public static final String APPLIEDBYPROMOTIONID
      Qualifier of the TmaAbstractOrderDiscountAlterationPrice.appliedByPromotionId attribute
      See Also:
    • DISCOUNTEDPRICE

      public static final String DISCOUNTEDPRICE
      Qualifier of the TmaAbstractOrderDiscountAlterationPrice.discountedPrice attribute
      See Also:
    • DISCOUNTEDPRICEHANDLER

      protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TmaAbstractOrderDiscountAlterationPrice> DISCOUNTEDPRICEHANDLER
      BidirectionalOneToManyHandler for handling 1:n DISCOUNTEDPRICE's relation attributes from 'one' side.
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • TmaAbstractOrderDiscountAlterationPrice

      public TmaAbstractOrderDiscountAlterationPrice()
  • Method Details

    • getDefaultAttributeModes

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

      public String getAppliedByPromotionId(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaAbstractOrderDiscountAlterationPrice.appliedByPromotionId attribute.
      Returns:
      the appliedByPromotionId - The id of the promotion that applied this Price Alteration.
    • getAppliedByPromotionId

      public String getAppliedByPromotionId()
      Generated method - Getter of the TmaAbstractOrderDiscountAlterationPrice.appliedByPromotionId attribute.
      Returns:
      the appliedByPromotionId - The id of the promotion that applied this Price Alteration.
    • setAppliedByPromotionId

      public void setAppliedByPromotionId(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the TmaAbstractOrderDiscountAlterationPrice.appliedByPromotionId attribute.
      Parameters:
      value - the appliedByPromotionId - The id of the promotion that applied this Price Alteration.
    • setAppliedByPromotionId

      public void setAppliedByPromotionId(String value)
      Generated method - Setter of the TmaAbstractOrderDiscountAlterationPrice.appliedByPromotionId attribute.
      Parameters:
      value - the appliedByPromotionId - The id of the promotion that applied this Price Alteration.
    • createItem

      protected de.hybris.platform.jalo.Item createItem(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.type.ComposedType type, de.hybris.platform.jalo.Item.ItemAttributeMap allAttributes) throws de.hybris.platform.jalo.JaloBusinessException
      Overrides:
      createItem in class TmaAbstractOrderPrice
      Throws:
      de.hybris.platform.jalo.JaloBusinessException
    • getDiscountedPrice

      public TmaAbstractOrderPrice getDiscountedPrice(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaAbstractOrderDiscountAlterationPrice.discountedPrice attribute.
      Returns:
      the discountedPrice - Price attribute containing the applicable discounts.
    • getDiscountedPrice

      public TmaAbstractOrderPrice getDiscountedPrice()
      Generated method - Getter of the TmaAbstractOrderDiscountAlterationPrice.discountedPrice attribute.
      Returns:
      the discountedPrice - Price attribute containing the applicable discounts.
    • setDiscountedPrice

      public void setDiscountedPrice(de.hybris.platform.jalo.SessionContext ctx, TmaAbstractOrderPrice value)
      Generated method - Setter of the TmaAbstractOrderDiscountAlterationPrice.discountedPrice attribute.
      Parameters:
      value - the discountedPrice - Price attribute containing the applicable discounts.
    • setDiscountedPrice

      public void setDiscountedPrice(TmaAbstractOrderPrice value)
      Generated method - Setter of the TmaAbstractOrderDiscountAlterationPrice.discountedPrice attribute.
      Parameters:
      value - the discountedPrice - Price attribute containing the applicable discounts.