public class KeyValuePair extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
label |
protected Object |
parent |
protected Object |
value |
| Constructor and Description |
|---|
KeyValuePair(String key,
Object value) |
KeyValuePair(String key,
Object value,
Object parent,
String label) |
protected Object parent
protected String label
protected String key
protected Object value
public String getKey()
public void setKey(String key)
key - the key to setpublic String getLabel()
public void setLabel(String label)
label - the label to setpublic Object getParent()
public void setParent(Object parent)
parent - the parent to setpublic Object getValue()
public void setValue(Object value)
value - the value to setCopyright © 2006–2013 The Apache Software Foundation. All rights reserved.