Compiere 3.1

org.compiere.translate
Class AmtInWords_FR

java.lang.Object
  extended by org.compiere.translate.AmtInWords_FR
All Implemented Interfaces:
AmtInWords

public class AmtInWords_FR
extends Object
implements AmtInWords

Amount in Words for French

Version:
$Id: AmtInWords_FR.java,v 1.3 2006/07/30 00:54:35 jjanke Exp $
Author:
Jorg Janke - http://www.rgagnon.com/javadetails/java-0426.html

Constructor Summary
AmtInWords_FR()
          AmtInWords_FR
 
Method Summary
 String getAmtInWords(String amount)
          Get Amount in Words
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmtInWords_FR

public AmtInWords_FR()
AmtInWords_FR

Method Detail

getAmtInWords

public String getAmtInWords(String amount)
                     throws Exception
Get Amount in Words

Specified by:
getAmtInWords in interface AmtInWords
Parameters:
amount - numeric amount (352.80)
Returns:
amount in words (three*five*two 80/100)
Throws:
Exception

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.