com.bea.web
Class FormFieldPair
java.lang.Object
com.bea.web.FormFieldPair
- All Implemented Interfaces:
- Serializable
public class FormFieldPair
- extends Object
- implements Serializable
Encapsulates a value and an error for a form field
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public String value
error
public String error
FormFieldPair
public FormFieldPair(String strValue,
String strError)