public class FieldDate extends Field
| Constructor and Description |
|---|
FieldDate(String name,
boolean optional,
Format format,
String minValue,
String maxValue) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
Date |
getMaxValue() |
Date |
getMinValue() |
ValidationConversionResult |
validateAndConvert(Object value) |
getName, getType, isOptionalpublic Format getFormat()
public Date getMinValue()
public Date getMaxValue()
public ValidationConversionResult validateAndConvert(Object value)
validateAndConvert in class FieldCopyright © 2023 Cesar Martinez. All rights reserved.