tests
Class Password

java.lang.Object
  extended by tests.Password

public abstract class Password
extends java.lang.Object

A password contains a boolean to determine whether or not the password is activated, as well as a string for the password.


Constructor Summary
Password()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Password

public Password()