org.datamanager.passiveentityvalue
Class PasswordEntityValue

java.lang.Object
  |
  +--org.datamanager.passiveentityvalue.PasswordEntityValue
All Implemented Interfaces:
EntityValue, PassiveEntityValue, Serializable

public class PasswordEntityValue
extends Object
implements PassiveEntityValue

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

Version:
$Revision: 1.3 $
Author:
Robert W. George
, Allen Lee
See Also:
Serialized Form

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

PasswordEntityValue

public PasswordEntityValue(String password)
Constructs a PasswordEntityValue with the given String.

Method Detail

getPassword

public String getPassword()
Gets this PasswordEntityValue's password.

Returns:
String

equals

public boolean equals(Object object)
Checks if this PasswordEntityValue's are the same as the supplied one.

Specified by:
equals in interface PassiveEntityValue
Overrides:
equals in class Object
Returns:
boolean

hashCode

public int hashCode()
Makes a hashcode.

Specified by:
hashCode in interface PassiveEntityValue
Overrides:
hashCode in class Object
Returns:
int the hashcode


See the Helium Website