org.gnomekr.potron.statistics
Class TranslationStatus

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

public class TranslationStatus
extends Object
implements Serializable

TranslationStatus.java

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

Constructor Summary
TranslationStatus(long entries, long checkedOutEntries, long translatedEntries, long fuzzyEntries, long workingTimeInMillis)
           
 
Method Summary
 long getCheckedOutEntries()
           
 float getCheckOutRate()
           
 long getEntries()
           
 long getFuzzyEntries()
           
 float getFuzzyRate()
           
 long getTranslatedEntries()
           
 float getTranslatedRate()
           
 Date getWorkingTime()
           
 long getWorkingTimeInMillis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslationStatus

public TranslationStatus(long entries,
                         long checkedOutEntries,
                         long translatedEntries,
                         long fuzzyEntries,
                         long workingTimeInMillis)
Parameters:
entries -
checkedOutEntries -
translatedEntries -
fuzzyEntries -
workingTimeInMillis -
Method Detail

getCheckedOutEntries

public long getCheckedOutEntries()
Returns:
Returns the checkedOutEntries.

getEntries

public long getEntries()
Returns:
Returns the entries.

getTranslatedEntries

public long getTranslatedEntries()
Returns:
Returns the translatedEntries.

getFuzzyEntries

public long getFuzzyEntries()
Returns:
Returns the fuzzyEntries.

getWorkingTimeInMillis

public long getWorkingTimeInMillis()
Returns:
Returns the workingTimeInMillis.

getWorkingTime

public Date getWorkingTime()
Returns:
Returns the workingTime.

getTranslatedRate

public float getTranslatedRate()

getFuzzyRate

public float getFuzzyRate()

getCheckOutRate

public float getCheckOutRate()


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