Package org.opennms.protocols.http
Class FormField
- java.lang.Object
-
- org.opennms.protocols.http.FormField
-
public class FormField extends Object
The Class FormField.- Author:
- Alejandro Galue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
setName
public void setName(String name)
Sets the name.- Parameters:
name
- the new name
-
getValue
public String getValue()
Gets the value.- Returns:
- the value
-
setValue
public void setValue(String value)
Sets the value.- Parameters:
value
- the new value
-
-