org.exoplatform.platform.gadget.services.LoginHistory
Class LastLoginBean

java.lang.Object
  extended by org.exoplatform.platform.gadget.services.LoginHistory.LastLoginBean

public class LastLoginBean
extends Object


Constructor Summary
LastLoginBean()
           
 
Method Summary
 Long getBeforeLastLogin()
           
 Long getLastLogin()
           
 String getUserId()
           
 String getUserName()
           
 void setBeforeLastLogin(long beforeLastLogin)
           
 void setLastLogin(long lastLogin)
           
 void setUserId(String userId)
           
 void setUserName(String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastLoginBean

public LastLoginBean()
Method Detail

getUserId

public String getUserId()

setUserId

public void setUserId(String userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getLastLogin

public Long getLastLogin()

setLastLogin

public void setLastLogin(long lastLogin)

getBeforeLastLogin

public Long getBeforeLastLogin()

setBeforeLastLogin

public void setBeforeLastLogin(long beforeLastLogin)


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.