Class PromotionOrderEntryAdjustActionModel

    • 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 PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.
        See Also:
        Constant Field Values
      • ORDERENTRYPRODUCT

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

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

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

      • PromotionOrderEntryAdjustActionModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public PromotionOrderEntryAdjustActionModel​(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.lang.Double getAmount()
        Generated method - Getter of the PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.
        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 PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions.
        Returns:
        the orderEntryNumber - The entry number in the order
      • getOrderEntryProduct

        @Accessor(qualifier="orderEntryProduct",
                  type=GETTER)
        public ProductModel getOrderEntryProduct()
        Generated method - Getter of the PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions.
        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 PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions.
        Returns:
        the orderEntryQuantity - The quantity of the order entry to adjust
      • setAmount

        @Accessor(qualifier="amount",
                  type=SETTER)
        public void setAmount​(java.lang.Double value)
        Generated method - Setter of PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.
        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 PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions.
        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 PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions.
        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 PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions.
        Parameters:
        value - the orderEntryQuantity - The quantity of the order entry to adjust