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