Class GeneratedRegularCustomerOrderTotalRestriction

    • Field Detail

      • ALLORDERSTOTAL

        public static final java.lang.String ALLORDERSTOTAL
        Qualifier of the RegularCustomerOrderTotalRestriction.allOrdersTotal attribute
        See Also:
        Constant Field Values
      • CURRENCY

        public static final java.lang.String CURRENCY
        Qualifier of the RegularCustomerOrderTotalRestriction.currency attribute
        See Also:
        Constant Field Values
      • NET

        public static final java.lang.String NET
        Qualifier of the RegularCustomerOrderTotalRestriction.net attribute
        See Also:
        Constant Field Values
      • VALUEOFGOODSONLY

        public static final java.lang.String VALUEOFGOODSONLY
        Qualifier of the RegularCustomerOrderTotalRestriction.valueofgoodsonly 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

      • GeneratedRegularCustomerOrderTotalRestriction

        public GeneratedRegularCustomerOrderTotalRestriction()
    • Method Detail

      • getAllOrdersTotal

        public java.lang.Double getAllOrdersTotal​(SessionContext ctx)
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.allOrdersTotal attribute.
        Returns:
        the allOrdersTotal - restrict to customers who ordered a total of x or greater in their lifetime.
      • getAllOrdersTotal

        public java.lang.Double getAllOrdersTotal()
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.allOrdersTotal attribute.
        Returns:
        the allOrdersTotal - restrict to customers who ordered a total of x or greater in their lifetime.
      • getAllOrdersTotalAsPrimitive

        public double getAllOrdersTotalAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.allOrdersTotal attribute.
        Returns:
        the allOrdersTotal - restrict to customers who ordered a total of x or greater in their lifetime.
      • getAllOrdersTotalAsPrimitive

        public double getAllOrdersTotalAsPrimitive()
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.allOrdersTotal attribute.
        Returns:
        the allOrdersTotal - restrict to customers who ordered a total of x or greater in their lifetime.
      • setAllOrdersTotal

        public void setAllOrdersTotal​(SessionContext ctx,
                                      java.lang.Double value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.allOrdersTotal attribute.
        Parameters:
        value - the allOrdersTotal - restrict to customers who ordered a total of x or greater in their lifetime.
      • setAllOrdersTotal

        public void setAllOrdersTotal​(java.lang.Double value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.allOrdersTotal attribute.
        Parameters:
        value - the allOrdersTotal - restrict to customers who ordered a total of x or greater in their lifetime.
      • setAllOrdersTotal

        public void setAllOrdersTotal​(SessionContext ctx,
                                      double value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.allOrdersTotal attribute.
        Parameters:
        value - the allOrdersTotal - restrict to customers who ordered a total of x or greater in their lifetime.
      • setAllOrdersTotal

        public void setAllOrdersTotal​(double value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.allOrdersTotal attribute.
        Parameters:
        value - the allOrdersTotal - restrict to customers who ordered a total of x or greater in their lifetime.
      • getCurrency

        public Currency getCurrency​(SessionContext ctx)
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.currency attribute.
        Returns:
        the currency - the currency associated with the orderTotalSum.
      • getCurrency

        public Currency getCurrency()
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.currency attribute.
        Returns:
        the currency - the currency associated with the orderTotalSum.
      • setCurrency

        public void setCurrency​(SessionContext ctx,
                                Currency value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.currency attribute.
        Parameters:
        value - the currency - the currency associated with the orderTotalSum.
      • setCurrency

        public void setCurrency​(Currency value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.currency attribute.
        Parameters:
        value - the currency - the currency associated with the orderTotalSum.
      • isNet

        public java.lang.Boolean isNet​(SessionContext ctx)
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.net attribute.
        Returns:
        the net - Specifies if total sum of all existing orders is consulted inclusive or exclusive VAT. Default is true (exclusive VAT).
      • isNet

        public java.lang.Boolean isNet()
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.net attribute.
        Returns:
        the net - Specifies if total sum of all existing orders is consulted inclusive or exclusive VAT. Default is true (exclusive VAT).
      • isNetAsPrimitive

        public boolean isNetAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.net attribute.
        Returns:
        the net - Specifies if total sum of all existing orders is consulted inclusive or exclusive VAT. Default is true (exclusive VAT).
      • isNetAsPrimitive

        public boolean isNetAsPrimitive()
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.net attribute.
        Returns:
        the net - Specifies if total sum of all existing orders is consulted inclusive or exclusive VAT. Default is true (exclusive VAT).
      • setNet

        public void setNet​(SessionContext ctx,
                           java.lang.Boolean value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.net attribute.
        Parameters:
        value - the net - Specifies if total sum of all existing orders is consulted inclusive or exclusive VAT. Default is true (exclusive VAT).
      • setNet

        public void setNet​(java.lang.Boolean value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.net attribute.
        Parameters:
        value - the net - Specifies if total sum of all existing orders is consulted inclusive or exclusive VAT. Default is true (exclusive VAT).
      • setNet

        public void setNet​(SessionContext ctx,
                           boolean value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.net attribute.
        Parameters:
        value - the net - Specifies if total sum of all existing orders is consulted inclusive or exclusive VAT. Default is true (exclusive VAT).
      • setNet

        public void setNet​(boolean value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.net attribute.
        Parameters:
        value - the net - Specifies if total sum of all existing orders is consulted inclusive or exclusive VAT. Default is true (exclusive VAT).
      • isValueofgoodsonly

        public java.lang.Boolean isValueofgoodsonly​(SessionContext ctx)
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.valueofgoodsonly attribute.
        Returns:
        the valueofgoodsonly - Specifies if total sum of all orders is consulted inclusive or exclusive shipping and payment costs. Default is true (exclusive shipping and payment costs).
      • isValueofgoodsonly

        public java.lang.Boolean isValueofgoodsonly()
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.valueofgoodsonly attribute.
        Returns:
        the valueofgoodsonly - Specifies if total sum of all orders is consulted inclusive or exclusive shipping and payment costs. Default is true (exclusive shipping and payment costs).
      • isValueofgoodsonlyAsPrimitive

        public boolean isValueofgoodsonlyAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.valueofgoodsonly attribute.
        Returns:
        the valueofgoodsonly - Specifies if total sum of all orders is consulted inclusive or exclusive shipping and payment costs. Default is true (exclusive shipping and payment costs).
      • isValueofgoodsonlyAsPrimitive

        public boolean isValueofgoodsonlyAsPrimitive()
        Generated method - Getter of the RegularCustomerOrderTotalRestriction.valueofgoodsonly attribute.
        Returns:
        the valueofgoodsonly - Specifies if total sum of all orders is consulted inclusive or exclusive shipping and payment costs. Default is true (exclusive shipping and payment costs).
      • setValueofgoodsonly

        public void setValueofgoodsonly​(SessionContext ctx,
                                        java.lang.Boolean value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.valueofgoodsonly attribute.
        Parameters:
        value - the valueofgoodsonly - Specifies if total sum of all orders is consulted inclusive or exclusive shipping and payment costs. Default is true (exclusive shipping and payment costs).
      • setValueofgoodsonly

        public void setValueofgoodsonly​(java.lang.Boolean value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.valueofgoodsonly attribute.
        Parameters:
        value - the valueofgoodsonly - Specifies if total sum of all orders is consulted inclusive or exclusive shipping and payment costs. Default is true (exclusive shipping and payment costs).
      • setValueofgoodsonly

        public void setValueofgoodsonly​(SessionContext ctx,
                                        boolean value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.valueofgoodsonly attribute.
        Parameters:
        value - the valueofgoodsonly - Specifies if total sum of all orders is consulted inclusive or exclusive shipping and payment costs. Default is true (exclusive shipping and payment costs).
      • setValueofgoodsonly

        public void setValueofgoodsonly​(boolean value)
        Generated method - Setter of the RegularCustomerOrderTotalRestriction.valueofgoodsonly attribute.
        Parameters:
        value - the valueofgoodsonly - Specifies if total sum of all orders is consulted inclusive or exclusive shipping and payment costs. Default is true (exclusive shipping and payment costs).