public class LabelValueBean extends Object implements Serializable
| Constructor and Description |
|---|
LabelValueBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
void |
setId(int id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
public int getId()
public void setId(int id)
id - The id to set.public String getName()
public void setName(String name)
name - The name to set.Copyright © 2015–2017 eGovernments Foundation. All rights reserved.