public class Min extends ValidationRule implements Serializable
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
value |
message
Constructor and Description |
---|
Min() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getValue()
The minimum value for the field.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
getMessage, setMessage
protected BigDecimal value
public BigDecimal getValue()
BigDecimal
public void setValue(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2011–2021 aiticon GmbH. All rights reserved.