unitee.common
Class Password

java.lang.Object
  |
  +--unitee.common.Password

public class Password
extends java.lang.Object

A tag class for the password parameter type. TestParameters that use the class name as an indication should use this Password class instead of a String , in order to make the difference.


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

Constructor Detail

Password

public Password()

Password

public Password(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object