Class GeneratedRuleBasedOrderEntryAdjustAction

    • Field Detail

      • AMOUNT

        public static final java.lang.String AMOUNT
        Qualifier of the RuleBasedOrderEntryAdjustAction.amount attribute
        See Also:
        Constant Field Values
      • ORDERENTRYPRODUCT

        public static final java.lang.String ORDERENTRYPRODUCT
        Qualifier of the RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute
        See Also:
        Constant Field Values
      • ORDERENTRYQUANTITY

        public static final java.lang.String ORDERENTRYQUANTITY
        Qualifier of the RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute
        See Also:
        Constant Field Values
      • ORDERENTRYNUMBER

        public static final java.lang.String ORDERENTRYNUMBER
        Qualifier of the RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedRuleBasedOrderEntryAdjustAction

        public GeneratedRuleBasedOrderEntryAdjustAction()
    • Method Detail

      • getAmount

        public java.math.BigDecimal getAmount​(SessionContext ctx)
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.amount attribute.
        Returns:
        the amount - The amount to adjust the order entry by.
      • getAmount

        public java.math.BigDecimal getAmount()
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.amount attribute.
        Returns:
        the amount - The amount to adjust the order entry by.
      • setAmount

        public void setAmount​(SessionContext ctx,
                              java.math.BigDecimal value)
        Generated method - Setter of the RuleBasedOrderEntryAdjustAction.amount attribute.
        Parameters:
        value - the amount - The amount to adjust the order entry by.
      • setAmount

        public void setAmount​(java.math.BigDecimal value)
        Generated method - Setter of the RuleBasedOrderEntryAdjustAction.amount attribute.
        Parameters:
        value - the amount - The amount to adjust the order entry by.
      • getOrderEntryNumber

        public java.lang.Integer getOrderEntryNumber​(SessionContext ctx)
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute.
        Returns:
        the orderEntryNumber - The entry number in the order
      • getOrderEntryNumber

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

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

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

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

        public void setOrderEntryNumber​(java.lang.Integer value)
        Generated method - Setter of the RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute.
        Parameters:
        value - the orderEntryNumber - The entry number in the order
      • setOrderEntryNumber

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

        public void setOrderEntryNumber​(int value)
        Generated method - Setter of the RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute.
        Parameters:
        value - the orderEntryNumber - The entry number in the order
      • getOrderEntryProduct

        public Product getOrderEntryProduct​(SessionContext ctx)
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute.
        Returns:
        the orderEntryProduct - The product of the order entry to adjust
      • getOrderEntryProduct

        public Product getOrderEntryProduct()
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute.
        Returns:
        the orderEntryProduct - The product of the order entry to adjust
      • setOrderEntryProduct

        public void setOrderEntryProduct​(SessionContext ctx,
                                         Product value)
        Generated method - Setter of the RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute.
        Parameters:
        value - the orderEntryProduct - The product of the order entry to adjust
      • setOrderEntryProduct

        public void setOrderEntryProduct​(Product value)
        Generated method - Setter of the RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute.
        Parameters:
        value - the orderEntryProduct - The product of the order entry to adjust
      • getOrderEntryQuantity

        public java.lang.Long getOrderEntryQuantity​(SessionContext ctx)
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute.
        Returns:
        the orderEntryQuantity - The quantity of the order entry to adjust
      • getOrderEntryQuantity

        public java.lang.Long getOrderEntryQuantity()
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute.
        Returns:
        the orderEntryQuantity - The quantity of the order entry to adjust
      • getOrderEntryQuantityAsPrimitive

        public long getOrderEntryQuantityAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute.
        Returns:
        the orderEntryQuantity - The quantity of the order entry to adjust
      • getOrderEntryQuantityAsPrimitive

        public long getOrderEntryQuantityAsPrimitive()
        Generated method - Getter of the RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute.
        Returns:
        the orderEntryQuantity - The quantity of the order entry to adjust
      • setOrderEntryQuantity

        public void setOrderEntryQuantity​(SessionContext ctx,
                                          java.lang.Long value)
        Generated method - Setter of the RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute.
        Parameters:
        value - the orderEntryQuantity - The quantity of the order entry to adjust
      • setOrderEntryQuantity

        public void setOrderEntryQuantity​(java.lang.Long value)
        Generated method - Setter of the RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute.
        Parameters:
        value - the orderEntryQuantity - The quantity of the order entry to adjust
      • setOrderEntryQuantity

        public void setOrderEntryQuantity​(SessionContext ctx,
                                          long value)
        Generated method - Setter of the RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute.
        Parameters:
        value - the orderEntryQuantity - The quantity of the order entry to adjust
      • setOrderEntryQuantity

        public void setOrderEntryQuantity​(long value)
        Generated method - Setter of the RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute.
        Parameters:
        value - the orderEntryQuantity - The quantity of the order entry to adjust