org.norther.tammi.core.converter
Interface MoneyConverter

All Superinterfaces:
NumericConverter<Money>, ObjectConverter<Money>
All Known Implementing Classes:
DefaultMoneyConverter

public interface MoneyConverter
extends NumericConverter<Money>

A converter for instances representing money.

Version:
$Id: MoneyConverter.java,v 1.1 2010-05-19 09:43:19 cvsimp Exp $
Author:
Ilkka Priha

Field Summary
 
Fields inherited from interface org.norther.tammi.core.converter.NumericConverter
CURRENCY, CURRENCY_IN_CENTS, DEFAULT, INTEGER, NUMBER, PERCENT
 
Method Summary
 
Methods inherited from interface org.norther.tammi.core.converter.NumericConverter
getNumberFormat
 
Methods inherited from interface org.norther.tammi.core.converter.ObjectConverter
getFormatPattern, getInstance, getInstance, getInstance, getLocalizedPattern, getResourceFinderName, setResourceFinderName, toString, toString, toString, toStrings, toStrings, toStrings
 



Copyright © 2004 The Norther Organization. All rights reserved.