Serialized Form

Class Money implements Serializable

Serialized Fields

value

BigDecimal value
The monetary value.

roundingMode

int roundingMode
The Rounding Mode. Specifies if and how the monetary value is to be rounded off to an integral cent.

currencyFormat

DecimalFormat currencyFormat
The Currency Format, used for formatting and parsing a monetary value. Refer to the Java API documentation for the DecimalFormat class for information on formats.


Class Money.InvalidRoundingModeException implements Serializable


Class Money.InvalidScaleFactorException implements Serializable