com.xenonsoft.bridgetown.examples.services.impl
Class AdderImpl

java.lang.Object
  extended bycom.xenonsoft.bridgetown.examples.services.impl.AdderImpl
All Implemented Interfaces:
IAdder

public class AdderImpl
extends java.lang.Object
implements IAdder

An implementation of the adder interface

Version:
$Id: AdderImpl.java,v 1.3 2005/03/29 23:41:24 peter_pilgrim Exp $
Author:
Peter Pilgrim, Jul 27, 2004 5:13:16 PM

Constructor Summary
AdderImpl()
           
 
Method Summary
 java.math.BigDecimal add(java.math.BigDecimal a, java.math.BigDecimal b)
          Add
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdderImpl

public AdderImpl()
Method Detail

add

public java.math.BigDecimal add(java.math.BigDecimal a,
                                java.math.BigDecimal b)
Add

Specified by:
add in interface IAdder
See Also:
examples.services.IAdder#add(java.math.BigDecimal, java.math.BigDecimal)


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.