org.gnomekr.potron.statistics
Class StatusOverview

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

public class StatusOverview
extends TranslationStatus

StatusOverview.java

Version:
$Revision 1.1 $ $Date: 2005/07/17 16:18:31 $
Author:
Xavier Cho
See Also:
Serialized Form

Constructor Summary
StatusOverview(long users, long projects, long entries, long checkedOutEntries, long translatedEntries, long fuzzyEntries, long workingTimeInMillis)
           
 
Method Summary
 long getProjects()
           
 long getUsers()
           
 
Methods inherited from class org.gnomekr.potron.statistics.TranslationStatus
getCheckedOutEntries, getCheckOutRate, getEntries, getFuzzyEntries, getFuzzyRate, getTranslatedEntries, getTranslatedRate, getWorkingTime, getWorkingTimeInMillis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusOverview

public StatusOverview(long users,
                      long projects,
                      long entries,
                      long checkedOutEntries,
                      long translatedEntries,
                      long fuzzyEntries,
                      long workingTimeInMillis)
Parameters:
users -
projects -
entries -
checkedOutEntries -
translatedEntries -
fuzzyEntries -
workingTimeInMillis -
Method Detail

getProjects

public long getProjects()
Returns:
Returns the projects.

getUsers

public long getUsers()
Returns:
Returns the users.


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