public class RecordValueItem extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
RecordValueItem()
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the item key.
|
Object |
getValue()
Returns the value.
|
void |
setValue(Object value)
Sets the value.
|
Map.Entry<String,Object> |
toMapEntry()
Returns this object as a map entry.
|
String |
toString() |
public String getKey()
public Object getValue()
public void setValue(Object value)
value
- public Map.Entry<String,Object> toMapEntry()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.