Class GeneratedRegularCustomerOrderQuantityRestriction

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
RegularCustomerOrderQuantityRestriction

public abstract class GeneratedRegularCustomerOrderQuantityRestriction extends Restriction
Generated class for type RegularCustomerOrderQuantityRestriction.
See Also:
  • Field Details

    • ORDERQUANTITY

      public static final String ORDERQUANTITY
      Qualifier of the RegularCustomerOrderQuantityRestriction.orderQuantity attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedRegularCustomerOrderQuantityRestriction

      public GeneratedRegularCustomerOrderQuantityRestriction()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedRestriction
    • getOrderQuantity

      public 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 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, 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(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.