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.
 
 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
 
Password
public Password()
Password
public Password(java.lang.String value)
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