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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the name.StringgetValue()Gets the value.voidsetName(String name)Sets the name.voidsetValue(String value)Sets the value.
 
- 
- 
- 
Method Detail- 
getNamepublic String getName() Gets the name.- Returns:
- the name
 
 - 
setNamepublic void setName(String name) Sets the name.- Parameters:
- name- the new name
 
 - 
getValuepublic String getValue() Gets the value.- Returns:
- the value
 
 - 
setValuepublic void setValue(String value) Sets the value.- Parameters:
- value- the new value
 
 
- 
 
-