public class Field extends Object implements Serializable
| Constructor and Description |
|---|
Field(String label,
String value)
Instantiates a new field.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLabel()
Gets the label.
|
String |
getValue()
Gets the value.
|
int |
hashCode() |
void |
setLabel(String label)
Sets the label.
|
void |
setValue(String value)
Sets the value.
|
String |
toString() |
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.