Class GeneratedPromotionOrderEntryConsumed

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
PromotionOrderEntryConsumed

public abstract class GeneratedPromotionOrderEntryConsumed extends GenericItem
Generated class for type PromotionOrderEntryConsumed.
See Also:
  • Field Details

    • CODE

      public static final String CODE
      Qualifier of the PromotionOrderEntryConsumed.code attribute
      See Also:
    • PROMOTIONRESULT

      public static final String PROMOTIONRESULT
      Qualifier of the PromotionOrderEntryConsumed.promotionResult attribute
      See Also:
    • QUANTITY

      public static final String QUANTITY
      Qualifier of the PromotionOrderEntryConsumed.quantity attribute
      See Also:
    • ADJUSTEDUNITPRICE

      public static final String ADJUSTEDUNITPRICE
      Qualifier of the PromotionOrderEntryConsumed.adjustedUnitPrice attribute
      See Also:
    • ORDERENTRY

      public static final String ORDERENTRY
      Qualifier of the PromotionOrderEntryConsumed.orderEntry attribute
      See Also:
    • ORDERENTRYNUMBER

      public static final String ORDERENTRYNUMBER
      Qualifier of the PromotionOrderEntryConsumed.orderEntryNumber attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedPromotionOrderEntryConsumed

      public GeneratedPromotionOrderEntryConsumed()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getAdjustedUnitPrice

      public Double getAdjustedUnitPrice(SessionContext ctx)
      Generated method - Getter of the PromotionOrderEntryConsumed.adjustedUnitPrice attribute.
      Returns:
      the adjustedUnitPrice - The quantity.
    • getAdjustedUnitPrice

      public Double getAdjustedUnitPrice()
      Generated method - Getter of the PromotionOrderEntryConsumed.adjustedUnitPrice attribute.
      Returns:
      the adjustedUnitPrice - The quantity.
    • getAdjustedUnitPriceAsPrimitive

      public double getAdjustedUnitPriceAsPrimitive(SessionContext ctx)
      Generated method - Getter of the PromotionOrderEntryConsumed.adjustedUnitPrice attribute.
      Returns:
      the adjustedUnitPrice - The quantity.
    • getAdjustedUnitPriceAsPrimitive

      public double getAdjustedUnitPriceAsPrimitive()
      Generated method - Getter of the PromotionOrderEntryConsumed.adjustedUnitPrice attribute.
      Returns:
      the adjustedUnitPrice - The quantity.
    • setAdjustedUnitPrice

      public void setAdjustedUnitPrice(SessionContext ctx, Double value)
      Generated method - Setter of the PromotionOrderEntryConsumed.adjustedUnitPrice attribute.
      Parameters:
      value - the adjustedUnitPrice - The quantity.
    • setAdjustedUnitPrice

      public void setAdjustedUnitPrice(Double value)
      Generated method - Setter of the PromotionOrderEntryConsumed.adjustedUnitPrice attribute.
      Parameters:
      value - the adjustedUnitPrice - The quantity.
    • setAdjustedUnitPrice

      public void setAdjustedUnitPrice(SessionContext ctx, double value)
      Generated method - Setter of the PromotionOrderEntryConsumed.adjustedUnitPrice attribute.
      Parameters:
      value - the adjustedUnitPrice - The quantity.
    • setAdjustedUnitPrice

      public void setAdjustedUnitPrice(double value)
      Generated method - Setter of the PromotionOrderEntryConsumed.adjustedUnitPrice attribute.
      Parameters:
      value - the adjustedUnitPrice - The quantity.
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the PromotionOrderEntryConsumed.code attribute.
      Returns:
      the code - The code for this consumed entry
    • getCode

      public String getCode()
      Generated method - Getter of the PromotionOrderEntryConsumed.code attribute.
      Returns:
      the code - The code for this consumed entry
    • setCode

      public void setCode(SessionContext ctx, String value)
      Generated method - Setter of the PromotionOrderEntryConsumed.code attribute.
      Parameters:
      value - the code - The code for this consumed entry
    • setCode

      public void setCode(String value)
      Generated method - Setter of the PromotionOrderEntryConsumed.code attribute.
      Parameters:
      value - the code - The code for this consumed entry
    • getOrderEntry

      public AbstractOrderEntry getOrderEntry(SessionContext ctx)
      Generated method - Getter of the PromotionOrderEntryConsumed.orderEntry attribute.
      Returns:
      the orderEntry - The order entry.
    • getOrderEntry

      public AbstractOrderEntry getOrderEntry()
      Generated method - Getter of the PromotionOrderEntryConsumed.orderEntry attribute.
      Returns:
      the orderEntry - The order entry.
    • setOrderEntry

      public void setOrderEntry(SessionContext ctx, AbstractOrderEntry value)
      Generated method - Setter of the PromotionOrderEntryConsumed.orderEntry attribute.
      Parameters:
      value - the orderEntry - The order entry.
    • setOrderEntry

      public void setOrderEntry(AbstractOrderEntry value)
      Generated method - Setter of the PromotionOrderEntryConsumed.orderEntry attribute.
      Parameters:
      value - the orderEntry - The order entry.
    • getOrderEntryNumber

      public Integer getOrderEntryNumber(SessionContext ctx)
      Generated method - Getter of the PromotionOrderEntryConsumed.orderEntryNumber attribute.
      Returns:
      the orderEntryNumber - The order entry number.
    • getOrderEntryNumber

      public Integer getOrderEntryNumber()
      Generated method - Getter of the PromotionOrderEntryConsumed.orderEntryNumber attribute.
      Returns:
      the orderEntryNumber - The order entry number.
    • getOrderEntryNumberAsPrimitive

      public int getOrderEntryNumberAsPrimitive(SessionContext ctx)
      Generated method - Getter of the PromotionOrderEntryConsumed.orderEntryNumber attribute.
      Returns:
      the orderEntryNumber - The order entry number.
    • getOrderEntryNumberAsPrimitive

      public int getOrderEntryNumberAsPrimitive()
      Generated method - Getter of the PromotionOrderEntryConsumed.orderEntryNumber attribute.
      Returns:
      the orderEntryNumber - The order entry number.
    • setOrderEntryNumber

      public void setOrderEntryNumber(SessionContext ctx, Integer value)
      Generated method - Setter of the PromotionOrderEntryConsumed.orderEntryNumber attribute.
      Parameters:
      value - the orderEntryNumber - The order entry number.
    • setOrderEntryNumber

      public void setOrderEntryNumber(Integer value)
      Generated method - Setter of the PromotionOrderEntryConsumed.orderEntryNumber attribute.
      Parameters:
      value - the orderEntryNumber - The order entry number.
    • setOrderEntryNumber

      public void setOrderEntryNumber(SessionContext ctx, int value)
      Generated method - Setter of the PromotionOrderEntryConsumed.orderEntryNumber attribute.
      Parameters:
      value - the orderEntryNumber - The order entry number.
    • setOrderEntryNumber

      public void setOrderEntryNumber(int value)
      Generated method - Setter of the PromotionOrderEntryConsumed.orderEntryNumber attribute.
      Parameters:
      value - the orderEntryNumber - The order entry number.
    • getPromotionResult

      public PromotionResult getPromotionResult(SessionContext ctx)
      Generated method - Getter of the PromotionOrderEntryConsumed.promotionResult attribute.
      Returns:
      the promotionResult - The promotion result.
    • getPromotionResult

      public PromotionResult getPromotionResult()
      Generated method - Getter of the PromotionOrderEntryConsumed.promotionResult attribute.
      Returns:
      the promotionResult - The promotion result.
    • setPromotionResult

      public void setPromotionResult(SessionContext ctx, PromotionResult value)
      Generated method - Setter of the PromotionOrderEntryConsumed.promotionResult attribute.
      Parameters:
      value - the promotionResult - The promotion result.
    • setPromotionResult

      public void setPromotionResult(PromotionResult value)
      Generated method - Setter of the PromotionOrderEntryConsumed.promotionResult attribute.
      Parameters:
      value - the promotionResult - The promotion result.
    • getQuantity

      public Long getQuantity(SessionContext ctx)
      Generated method - Getter of the PromotionOrderEntryConsumed.quantity attribute.
      Returns:
      the quantity - The quantity.
    • getQuantity

      public Long getQuantity()
      Generated method - Getter of the PromotionOrderEntryConsumed.quantity attribute.
      Returns:
      the quantity - The quantity.
    • getQuantityAsPrimitive

      public long getQuantityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the PromotionOrderEntryConsumed.quantity attribute.
      Returns:
      the quantity - The quantity.
    • getQuantityAsPrimitive

      public long getQuantityAsPrimitive()
      Generated method - Getter of the PromotionOrderEntryConsumed.quantity attribute.
      Returns:
      the quantity - The quantity.
    • setQuantity

      public void setQuantity(SessionContext ctx, Long value)
      Generated method - Setter of the PromotionOrderEntryConsumed.quantity attribute.
      Parameters:
      value - the quantity - The quantity.
    • setQuantity

      public void setQuantity(Long value)
      Generated method - Setter of the PromotionOrderEntryConsumed.quantity attribute.
      Parameters:
      value - the quantity - The quantity.
    • setQuantity

      public void setQuantity(SessionContext ctx, long value)
      Generated method - Setter of the PromotionOrderEntryConsumed.quantity attribute.
      Parameters:
      value - the quantity - The quantity.
    • setQuantity

      public void setQuantity(long value)
      Generated method - Setter of the PromotionOrderEntryConsumed.quantity attribute.
      Parameters:
      value - the quantity - The quantity.