Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.util
Class Validator  view Validator download Validator.java

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

Version:
0.0.1

Field Summary
private  boolean valid
           
 
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
 

Field Detail

valid

private boolean valid
Constructor Detail

Validator

public Validator()
Creates new Validator

Method Detail

setValid

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


getValid

public boolean getValid()
Gets the valid flag.