Class NumericAttributeConstraint
java.lang.Object
co.yellowdog.platform.model.NumericAttributeConstraint
- All Implemented Interfaces:
AttributeConstraint
@ValidatedBy(NumericAttributeConstraintValidator.class)
public class NumericAttributeConstraint
extends Object
implements AttributeConstraint
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new NumericAttributeConstraint that is automatically validated on build. -
Method Summary
-
Method Details
-
builder
-
toBuilder
-
getAttribute
- Specified by:
getAttribute
in interfaceAttributeConstraint
-
getMin
-
getMax
-
setAttribute
- Specified by:
setAttribute
in interfaceAttributeConstraint
-
setMin
-
setMax
-
equals
-
canEqual
-
hashCode
-
toString
-