public class InputEntry
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
id  | 
protected java.lang.String | 
text  | 
| Constructor and Description | 
|---|
InputEntry()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getId()  | 
java.lang.String | 
getText()  | 
void | 
setId(java.lang.String id)  | 
void | 
setText(java.lang.String text)  |