org.activemath.webapp.user.account
Class AccountInfo

java.lang.Object
  extended by org.activemath.webapp.user.account.AccountInfo

public class AccountInfo
extends Object

Helper class that is only used to map the user-passwordHash pairs to the database using Hibernate.


Method Summary
 long getCreationTime()
           
 String getPasswordHash()
           
 String getUserId()
           
 void setCreationTime(long l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPasswordHash

public String getPasswordHash()

getUserId

public String getUserId()

getCreationTime

public long getCreationTime()

setCreationTime

public void setCreationTime(long l)