public class DateFieldModel extends Object implements FieldModel<ZonedDateTime>
| Constructor and Description |
|---|
DateFieldModel(String newName,
ZonedDateTime newValue)
Creates a new DateFieldModel object
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
get Field's name
|
ZonedDateTime |
getValue()
get the date in the UTC time zone
|
void |
setValue(String newName,
ZonedDateTime newValue)
set Field's name/value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasValuepublic DateFieldModel(String newName, ZonedDateTime newValue)
newName - - Field namenewValue - - Field Valuepublic ZonedDateTime getValue()
getValue in interface FieldModel<ZonedDateTime>public String getName()
getName in interface FieldModel<ZonedDateTime>public void setValue(String newName, ZonedDateTime newValue)
setValue in interface FieldModel<ZonedDateTime>Copyright © 2021 Micro Focus. All rights reserved.