Serialized Form


Package org.joda.money

Class org.joda.money.BigMoney extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws InvalidObjectException
Block malicious data streams.

Throws:
InvalidObjectException

writeReplace

private Object writeReplace()
Uses a serialization delegate.

Serialized Fields

currency

CurrencyUnit currency
The currency, not null.


amount

BigDecimal amount
The amount, not null.

Class org.joda.money.CurrencyMismatchException extends IllegalArgumentException implements Serializable

serialVersionUID: 1L

Serialized Fields

firstCurrency

CurrencyUnit firstCurrency
First currency.


secondCurrency

CurrencyUnit secondCurrency
Second currency.

Class org.joda.money.CurrencyUnit extends Object implements Serializable

serialVersionUID: 327835287287L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws InvalidObjectException
Block malicious data streams.

Throws:
InvalidObjectException

writeReplace

private Object writeReplace()
Uses a serialization delegate.

Serialized Fields

code

String code
The currency code, not null.


numericCode

short numericCode
The numeric currency code.


decimalPlaces

short decimalPlaces
The number of decimal places.

Class org.joda.money.IllegalCurrencyException extends IllegalArgumentException implements Serializable

serialVersionUID: 1L

Class org.joda.money.Money extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws InvalidObjectException
Block malicious data streams.

Throws:
InvalidObjectException

writeReplace

private Object writeReplace()
Uses a serialization delegate.

Serialized Fields

money

BigMoney money
The money, not null.


Package org.joda.money.format

Class org.joda.money.format.MoneyAmountStyle extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

zeroCharacter

int zeroCharacter
The character defining zero, and thus the numbers zero to nine.


positiveCharacter

int positiveCharacter
The character representing the positive sign.


negativeCharacter

int negativeCharacter
The prefix string when the amount is negative.


decimalPointCharacter

int decimalPointCharacter
The character used for the decimal point.


groupingCharacter

int groupingCharacter
The character used for grouping.


groupingSize

int groupingSize
The size of each group.


grouping

boolean grouping
Whether to group or not.


forceDecimalPoint

boolean forceDecimalPoint
Whether to always require the decimal point to be visible.

Class org.joda.money.format.MoneyFormatException extends RuntimeException implements Serializable

serialVersionUID: 87533576L

Class org.joda.money.format.MoneyFormatter extends Object implements Serializable

serialVersionUID: 2385346258L

Serialized Fields

locale

Locale locale
The locale to use.


printers

MoneyPrinter[] printers
The printers.


parsers

MoneyParser[] parsers
The parsers.



Copyright © 2009-2013 Joda.org. All Rights Reserved.