Package org.openbravo.erpCommon.utility
Class SimpleFieldProvider
- java.lang.Object
-
- org.openbravo.erpCommon.utility.SimpleFieldProvider
-
- All Implemented Interfaces:
Serializable
,FieldProvider
public class SimpleFieldProvider extends Object implements FieldProvider
A simpleFieldProvider
which has a map as backing store.- Author:
- mtaal
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleFieldProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getField(String fieldName)
void
setAll(Map<String,String> fieldValues)
Set all the field values of the passed map, current values are overwritten if they have the same name.void
setField(String name, String value)
Set the value of the field.
-