org.exoplatform.forum.service
Class UserLoginLogEntry

java.lang.Object
  extended by org.exoplatform.forum.service.UserLoginLogEntry

public class UserLoginLogEntry
extends java.lang.Object


Field Summary
 java.util.Calendar loginTime
           
 int totalOnline
           
 java.lang.String userName
           
 
Constructor Summary
UserLoginLogEntry(java.lang.String username, int totalonline, java.util.Calendar time)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userName

public java.lang.String userName

totalOnline

public int totalOnline

loginTime

public java.util.Calendar loginTime
Constructor Detail

UserLoginLogEntry

public UserLoginLogEntry(java.lang.String username,
                         int totalonline,
                         java.util.Calendar time)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.