Class GeneratedHybrisDecimalMinConstraint

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

public abstract class GeneratedHybrisDecimalMinConstraint extends AttributeConstraint
Generated class for type HybrisDecimalMinConstraint.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedHybrisDecimalMinConstraint

      public GeneratedHybrisDecimalMinConstraint()
  • 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 HybrisDecimalMinConstraint.value attribute.
      Returns:
      the value - Minimal value
    • getValue

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

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

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