Class Money

java.lang.Object
com.aoapps.lang.i18n.Money
All Implemented Interfaces:
FastExternalizable, Externalizable, Serializable, Comparable<Money>

public final class Money extends Object implements FastExternalizable, Comparable<Money>
Stores a monetary value as a combination of currency and amount. It supports many of the basic operators from BigDecimal, and more will be added as needed. An ArithmeticException on any attempt to perform operations on monetary values of different currencies.
Author:
AO Industries, Inc.
See Also: