Class GeneratedRegularCustomerOrderQuantityRestriction

    • Field Detail

      • ORDERQUANTITY

        public static final java.lang.String ORDERQUANTITY
        Qualifier of the RegularCustomerOrderQuantityRestriction.orderQuantity 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

      • GeneratedRegularCustomerOrderQuantityRestriction

        public GeneratedRegularCustomerOrderQuantityRestriction()
    • Method Detail

      • getOrderQuantity

        public java.lang.Integer getOrderQuantity​(SessionContext ctx)
        Generated method - Getter of the RegularCustomerOrderQuantityRestriction.orderQuantity attribute.
        Returns:
        the orderQuantity - restrict to customers with a total of x completed orders.
      • getOrderQuantity

        public java.lang.Integer getOrderQuantity()
        Generated method - Getter of the RegularCustomerOrderQuantityRestriction.orderQuantity attribute.
        Returns:
        the orderQuantity - restrict to customers with a total of x completed orders.
      • getOrderQuantityAsPrimitive

        public int getOrderQuantityAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the RegularCustomerOrderQuantityRestriction.orderQuantity attribute.
        Returns:
        the orderQuantity - restrict to customers with a total of x completed orders.
      • getOrderQuantityAsPrimitive

        public int getOrderQuantityAsPrimitive()
        Generated method - Getter of the RegularCustomerOrderQuantityRestriction.orderQuantity attribute.
        Returns:
        the orderQuantity - restrict to customers with a total of x completed orders.
      • setOrderQuantity

        public void setOrderQuantity​(SessionContext ctx,
                                     java.lang.Integer value)
        Generated method - Setter of the RegularCustomerOrderQuantityRestriction.orderQuantity attribute.
        Parameters:
        value - the orderQuantity - restrict to customers with a total of x completed orders.
      • setOrderQuantity

        public void setOrderQuantity​(java.lang.Integer value)
        Generated method - Setter of the RegularCustomerOrderQuantityRestriction.orderQuantity attribute.
        Parameters:
        value - the orderQuantity - restrict to customers with a total of x completed orders.
      • setOrderQuantity

        public void setOrderQuantity​(SessionContext ctx,
                                     int value)
        Generated method - Setter of the RegularCustomerOrderQuantityRestriction.orderQuantity attribute.
        Parameters:
        value - the orderQuantity - restrict to customers with a total of x completed orders.
      • setOrderQuantity

        public void setOrderQuantity​(int value)
        Generated method - Setter of the RegularCustomerOrderQuantityRestriction.orderQuantity attribute.
        Parameters:
        value - the orderQuantity - restrict to customers with a total of x completed orders.