javatools.util
Class Validator

java.lang.Object
  |
  +--javatools.util.Validator

public class Validator
extends java.lang.Object

It's like an "interface" between a centralized data manager and different "clients". It should be used to check whether data is changed.


Constructor Summary
Validator()
          Creates new Validator
 
Method Summary
 boolean getValid()
          Gets the valid flag.
 void setValid(boolean pValid)
          Sets the valid flag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Validator

public Validator()
Creates new Validator

Method Detail

setValid

public void setValid(boolean pValid)
Sets the valid flag.

Parameters:
pValid - The valid flag.

getValid

public boolean getValid()
Gets the valid flag.

Returns:
The valid flag.