Class AmtInWords_PL

  • All Implemented Interfaces:
    AmtInWords

    public class AmtInWords_PL
    extends Object
    implements AmtInWords
    Amount in Words for Polish

    • 2006-02-13 - teo_sarca - integrated Gavin Dunse patch [ 1658661 ] translate polish AmtInWords_PL.java Windows-1250 to UTF-8
    Version:
    $Id: AmtInWords_PL.java,v 1.4 2005/12/31 06:33:21 jjanke Exp $
    Author:
    Marek Mosiewicz - http://www.rgagnon.com/javadetails/java-0426.html
    • Constructor Detail

      • AmtInWords_PL

        public AmtInWords_PL()
        AmtInWords_EN
    • 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
      • main

        public static void main​(String[] args)
        Test
        Parameters:
        args - ignored