jfb.tools.activitymgr.report
Class FormatHelper

java.lang.Object
  extended by jfb.tools.activitymgr.report.FormatHelper

public class FormatHelper
extends java.lang.Object

Classe offrant des service de conversion de données au format texte.


Constructor Summary
FormatHelper()
           
 
Method Summary
 java.lang.String formatDuration(double duration)
          Convertit une durée en centièmes en chaîne de caractère.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatHelper

public FormatHelper()
Method Detail

formatDuration

public java.lang.String formatDuration(double duration)
Convertit une durée en centièmes en chaîne de caractère.

Parameters:
duration - la durée en centièmes.
Returns:
la durée convertie.