Class GeneratedHybrisDecimalMaxConstraint

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

public abstract class GeneratedHybrisDecimalMaxConstraint extends AttributeConstraint
Generated class for type HybrisDecimalMaxConstraint.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedHybrisDecimalMaxConstraint

      public GeneratedHybrisDecimalMaxConstraint()
  • Method Details

    • getDefaultAttributeModes

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

      public BigDecimal getValue(SessionContext ctx)
      Generated method - Getter of the HybrisDecimalMaxConstraint.value attribute.
      Returns:
      the value - Maximal value
    • getValue

      public BigDecimal getValue()
      Generated method - Getter of the HybrisDecimalMaxConstraint.value attribute.
      Returns:
      the value - Maximal value
    • setValue

      public void setValue(SessionContext ctx, BigDecimal value)
      Generated method - Setter of the HybrisDecimalMaxConstraint.value attribute.
      Parameters:
      value - the value - Maximal value
    • setValue

      public void setValue(BigDecimal value)
      Generated method - Setter of the HybrisDecimalMaxConstraint.value attribute.
      Parameters:
      value - the value - Maximal value