Class AmtInWords_CA

  • All Implemented Interfaces:
    AmtInWords

    public class AmtInWords_CA
    extends Object
    implements AmtInWords
    Spanish Amount in Words
    Version:
    $Id: AmtInWords_CA.java,v 1.3 2006/07/30 00:54:36 jjanke Exp $
    Author:
    Jordi Luna
    • Constructor Detail

      • AmtInWords_CA

        public AmtInWords_CA()
        AmtInWords_CA
    • 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