org.gnomekr.potron.statistics
Class UserStatus

java.lang.Object
  extended by org.gnomekr.potron.statistics.UserStatus
All Implemented Interfaces:
Serializable

public class UserStatus
extends Object
implements Serializable

UserStatus.java

Version:
$Revision 1.1 $ $Date: 2005/07/16 11:02:22 $
Author:
Xavier Cho
See Also:
Serialized Form

Constructor Summary
UserStatus(long abandonedEntries, long checkedOutEntries, long translatedEntries, long workingTimeInMillis)
           
 
Method Summary
 long getAbandonedEntries()
           
 long getCheckedOutEntries()
           
 long getTranslatedEntries()
           
 Date getWorkingTime()
           
 long getWorkingTimeInMillis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserStatus

public UserStatus(long abandonedEntries,
                  long checkedOutEntries,
                  long translatedEntries,
                  long workingTimeInMillis)
Parameters:
abandonedEntries -
checkedOutEntries -
translatedEntries -
workingTimeInMillis -
Method Detail

getCheckedOutEntries

public long getCheckedOutEntries()
Returns:
Returns the checkedOutEntries.

getAbandonedEntries

public long getAbandonedEntries()
Returns:
Returns the abandonedEntries.

getTranslatedEntries

public long getTranslatedEntries()
Returns:
Returns the translatedEntries.

getWorkingTimeInMillis

public long getWorkingTimeInMillis()
Returns:
Returns the workingTimeInMillis.

getWorkingTime

public Date getWorkingTime()
Returns:
Returns the workingTime.


Copyright © 2000-2005 Gnome Korea. All Rights Reserved.