Uses of Class
org.nakedobjects.applib.value.Money

Packages that use Money
org.nakedobjects.applib.value   
 

Uses of Money in org.nakedobjects.applib.value
 

Methods in org.nakedobjects.applib.value that return Money
 Money Money.add(Money money)
          Add the specified money to this money.
 Money Money.subtract(Money money)
          Subtract the specified amount from this value.
 

Methods in org.nakedobjects.applib.value with parameters of type Money
 Money Money.add(Money money)
          Add the specified money to this money.
 boolean Money.equals(Money other)
           
 boolean Money.hasSameCurrency(Money money)
           
 Money Money.subtract(Money money)
          Subtract the specified amount from this value.
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.