Class RuleBasedOrderEntryAdjustActionModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class RuleBasedOrderEntryAdjustActionModel
    extends AbstractRuleBasedPromotionActionModel
    Generated model class for type RuleBasedOrderEntryAdjustAction first defined at extension promotionengineservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • AMOUNT

        public static final java.lang.String AMOUNT
        Generated constant - Attribute key of RuleBasedOrderEntryAdjustAction.amount attribute defined at extension promotionengineservices.
        See Also:
        Constant Field Values
      • ORDERENTRYPRODUCT

        public static final java.lang.String ORDERENTRYPRODUCT
        Generated constant - Attribute key of RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotionengineservices.
        See Also:
        Constant Field Values
      • ORDERENTRYQUANTITY

        public static final java.lang.String ORDERENTRYQUANTITY
        Generated constant - Attribute key of RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotionengineservices.
        See Also:
        Constant Field Values
      • ORDERENTRYNUMBER

        public static final java.lang.String ORDERENTRYNUMBER
        Generated constant - Attribute key of RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotionengineservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RuleBasedOrderEntryAdjustActionModel

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

        public RuleBasedOrderEntryAdjustActionModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • RuleBasedOrderEntryAdjustActionModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public RuleBasedOrderEntryAdjustActionModel​(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 Detail

      • getAmount

        @Accessor(qualifier="amount",
                  type=GETTER)
        public java.math.BigDecimal getAmount()
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.amount attribute defined at extension promotionengineservices.
        Returns:
        the amount - The amount to adjust the order entry by.
      • getOrderEntryNumber

        @Accessor(qualifier="orderEntryNumber",
                  type=GETTER)
        public java.lang.Integer getOrderEntryNumber()
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotionengineservices.
        Returns:
        the orderEntryNumber - The entry number in the order
      • getOrderEntryProduct

        @Accessor(qualifier="orderEntryProduct",
                  type=GETTER)
        public ProductModel getOrderEntryProduct()
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotionengineservices.
        Returns:
        the orderEntryProduct - The product of the order entry to adjust
      • getOrderEntryQuantity

        @Accessor(qualifier="orderEntryQuantity",
                  type=GETTER)
        public java.lang.Long getOrderEntryQuantity()
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotionengineservices.
        Returns:
        the orderEntryQuantity - The quantity of the order entry to adjust
      • setAmount

        @Accessor(qualifier="amount",
                  type=SETTER)
        public void setAmount​(java.math.BigDecimal value)
        Generated method - Setter of RuleBasedOrderEntryAdjustAction.amount attribute defined at extension promotionengineservices.
        Parameters:
        value - the amount - The amount to adjust the order entry by.
      • setOrderEntryNumber

        @Accessor(qualifier="orderEntryNumber",
                  type=SETTER)
        public void setOrderEntryNumber​(java.lang.Integer value)
        Generated method - Setter of RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotionengineservices.
        Parameters:
        value - the orderEntryNumber - The entry number in the order
      • setOrderEntryProduct

        @Accessor(qualifier="orderEntryProduct",
                  type=SETTER)
        public void setOrderEntryProduct​(ProductModel value)
        Generated method - Setter of RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotionengineservices.
        Parameters:
        value - the orderEntryProduct - The product of the order entry to adjust
      • setOrderEntryQuantity

        @Accessor(qualifier="orderEntryQuantity",
                  type=SETTER)
        public void setOrderEntryQuantity​(java.lang.Long value)
        Generated method - Setter of RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotionengineservices.
        Parameters:
        value - the orderEntryQuantity - The quantity of the order entry to adjust