com.bea.web
Class FormFieldPair

java.lang.Object
  extended by 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

Field Summary
 String error
           
 String value
           
 
Constructor Summary
FormFieldPair(String strValue, String strError)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public String value

error

public String error
Constructor Detail

FormFieldPair

public FormFieldPair(String strValue,
                     String strError)