public class FormField extends Object
Constructor and Description |
---|
FormField()
Instantiates a new form field.
|
FormField(String name,
String value)
Instantiates a new form field.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name.
|
String |
getValue()
Gets the value.
|
void |
setName(String name)
Sets the name.
|
void |
setValue(String value)
Sets the value.
|
public String getName()
public void setName(String name)
name
- the new namepublic String getValue()
public void setValue(String value)
value
- the new valueCopyright © 2021. All rights reserved.