public class NameValuePair extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected String |
name |
protected Object |
parent |
static int |
STATUS_NON_EDITABLE |
protected int |
statusFlags |
protected Object |
type |
protected Object |
value |
| Constructor and Description |
|---|
NameValuePair(Object parent,
int id,
String name,
Object value,
Object type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getName() |
Object |
getParent() |
int |
getStatusFlags() |
Object |
getType() |
Object |
getValue() |
void |
setId(int id) |
void |
setName(String name) |
void |
setParent(Object parent) |
void |
setStatusFlags(int statusFlags) |
void |
setType(Object type) |
void |
setValue(Object value) |
public static final int STATUS_NON_EDITABLE
protected int statusFlags
protected Object parent
protected int id
protected String name
protected Object value
protected Object type
public String getName()
public void setName(String name)
name - the name to setpublic Object getType()
public void setType(Object type)
type - the type to setpublic Object getValue()
public void setValue(Object value)
value - the value to setpublic Object getParent()
public void setParent(Object parent)
parent - the parent to setpublic int getId()
public void setId(int id)
id - the id to setpublic int getStatusFlags()
public void setStatusFlags(int statusFlags)
statusFlags - the statusFlags to setCopyright © 2006–2013 The Apache Software Foundation. All rights reserved.