Compiere 3.1

org.compiere.translate
Class AmtInWords_ES

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

public class AmtInWords_ES
extends Object
implements AmtInWords

Spanish Amount in Words

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

Constructor Summary
AmtInWords_ES()
          AmtInWords_ES
 
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_ES

public AmtInWords_ES()
AmtInWords_ES

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.