org.formproc.validation
Class ScriptResult

java.lang.Object
  |
  +--org.formproc.validation.ScriptResult

public class ScriptResult
extends java.lang.Object

A simple wrapper object for a script result.

Author:
Anthony Eden

Constructor Summary
ScriptResult()
          Construct a new ScriptResult object.
 
Method Summary
 boolean isPassed()
          Return true if the script validation passes.
 void setPassed(boolean passed)
          Set to true if the script validation passes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptResult

public ScriptResult()
Construct a new ScriptResult object.

Method Detail

isPassed

public boolean isPassed()
Return true if the script validation passes.


setPassed

public void setPassed(boolean passed)
Set to true if the script validation passes.

Parameters:
passed - True if value is valid


Copyright (c) 2001-2003 Anthony Eden. All Rights Reserved.