public class RangeValidator extends Object
Constructor and Description |
---|
RangeValidator() |
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxValue()
Upper value of the range that is still valid
|
Integer |
getMinValue()
Lower value of the range that is still valid
|
void |
setMaxValue(Integer value)
Upper value of the range that is still valid
|
void |
setMinValue(Integer value)
Lower value of the range that is still valid
|
public Integer getMaxValue()
public void setMaxValue(Integer value)
public Integer getMinValue()
public void setMinValue(Integer value)
Copyright © 2024 Worldline Global Collect. All rights reserved.