public class Field extends Object implements Serializable
| Constructor and Description |
|---|
Field(String label,
String value)
Instantiates a new field.
|
public String getLabel()
public void setLabel(String label)
label - the new labelpublic String getValue()
public void setValue(String value)
value - the new valueCopyright © 2017 BotMill. All rights reserved.