|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.datamanager.passiveentityvalue.PasswordEntityValue
This class encapsulates the String representation of a password. This may later serve as a place to provide even better security. Created: Thu Nov 7 01:24:28 2002
| Constructor Summary | |
PasswordEntityValue(String password)
Constructs a PasswordEntityValue with the given String. |
|
| Method Summary | |
boolean |
equals(Object object)
Checks if this PasswordEntityValue's are the same as the supplied one. |
String |
getPassword()
Gets this PasswordEntityValue's password. |
int |
hashCode()
Makes a hashcode. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PasswordEntityValue(String password)
| Method Detail |
public String getPassword()
public boolean equals(Object object)
equals in interface PassiveEntityValueequals in class Objectpublic int hashCode()
hashCode in interface PassiveEntityValuehashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||