com.mf.roundhouse.core.domain
Class PasswordHistory

java.lang.Object
  extended byKennewickObject
      extended bycom.mf.roundhouse.core.domain.RoundhouseObject
          extended bycom.mf.roundhouse.core.domain.PasswordHistory
All Implemented Interfaces:
java.io.Serializable

public class PasswordHistory
extends RoundhouseObject

Author:
Pete Luellen
See Also:
Serialized Form

Field Summary
static java.lang.String USER
           
 
Constructor Summary
PasswordHistory()
           
PasswordHistory(ObjectIdentifier anId)
           
 
Method Summary
 java.lang.String getPasswordHash()
           
 java.util.Date getPostDate()
           
 UserProfile getUser()
           
 ObjectIdentifier getUserId()
           
 void setPasswordHash(java.lang.String passwordHash)
           
 void setPostDate(java.util.Date postDate)
           
 void setUser(UserProfile user)
           
 void setUserId(ObjectIdentifier userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER

public static final java.lang.String USER
See Also:
Constant Field Values
Constructor Detail

PasswordHistory

public PasswordHistory(ObjectIdentifier anId)
                throws java.lang.Exception
Parameters:
anId -
Throws:
java.lang.Exception

PasswordHistory

public PasswordHistory()
Throws:
java.lang.Exception
Method Detail

getUser

public UserProfile getUser()

setUser

public void setUser(UserProfile user)
Parameters:
user - The user to set.

getUserId

public ObjectIdentifier getUserId()
Returns:
name

setUserId

public void setUserId(ObjectIdentifier userId)
Parameters:
userId -

getPostDate

public java.util.Date getPostDate()
Returns:
Returns the postDate.

setPostDate

public void setPostDate(java.util.Date postDate)
Parameters:
postDate - The postDate to set.

getPasswordHash

public java.lang.String getPasswordHash()
Returns:
Returns the passwordHash.

setPasswordHash

public void setPasswordHash(java.lang.String passwordHash)
Parameters:
passwordHash - The passwordHash to set.


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.