Class GeneratedPickExactlyNBundleSelectionCriteria

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

public abstract class GeneratedPickExactlyNBundleSelectionCriteria extends BundleSelectionCriteria
Generated class for type PickExactlyNBundleSelectionCriteria.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPickExactlyNBundleSelectionCriteria

      public GeneratedPickExactlyNBundleSelectionCriteria()
  • Method Details

    • getDefaultAttributeModes

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

      public Integer getN(SessionContext ctx)
      Generated method - Getter of the PickExactlyNBundleSelectionCriteria.n attribute.
      Returns:
      the n - pick exactly n options
    • getN

      public Integer getN()
      Generated method - Getter of the PickExactlyNBundleSelectionCriteria.n attribute.
      Returns:
      the n - pick exactly n options
    • getNAsPrimitive

      public int getNAsPrimitive(SessionContext ctx)
      Generated method - Getter of the PickExactlyNBundleSelectionCriteria.n attribute.
      Returns:
      the n - pick exactly n options
    • getNAsPrimitive

      public int getNAsPrimitive()
      Generated method - Getter of the PickExactlyNBundleSelectionCriteria.n attribute.
      Returns:
      the n - pick exactly n options
    • setN

      public void setN(SessionContext ctx, Integer value)
      Generated method - Setter of the PickExactlyNBundleSelectionCriteria.n attribute.
      Parameters:
      value - the n - pick exactly n options
    • setN

      public void setN(Integer value)
      Generated method - Setter of the PickExactlyNBundleSelectionCriteria.n attribute.
      Parameters:
      value - the n - pick exactly n options
    • setN

      public void setN(SessionContext ctx, int value)
      Generated method - Setter of the PickExactlyNBundleSelectionCriteria.n attribute.
      Parameters:
      value - the n - pick exactly n options
    • setN

      public void setN(int value)
      Generated method - Setter of the PickExactlyNBundleSelectionCriteria.n attribute.
      Parameters:
      value - the n - pick exactly n options