com.ibm.commerce.price.utils
Class FormattedMonetaryAmount
java.lang.Object
FormattedUnitAmount
com.ibm.commerce.price.utils.FormattedMonetaryAmount
- public class FormattedMonetaryAmount
- extends FormattedUnitAmount
Formatted monetary amount.
- See Also:
- Serialized Form
Constructor Summary |
FormattedMonetaryAmount(java.lang.String prefix, java.lang.String formattedValue, java.lang.String suffix)
Construct a formatted monetary amount. |
Method Summary |
protected FormattedUnitAmount |
createNewFormattedUnitAmount(java.lang.String prefix, java.lang.String formattedValue, java.lang.String suffix)
createNewFormattedUnitAmount method comment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormattedMonetaryAmount
public FormattedMonetaryAmount(java.lang.String prefix,
java.lang.String formattedValue,
java.lang.String suffix)
- Construct a formatted monetary amount.
- Parameters:
- prefix - the prefix for the formatted amount.
- formattedValue - the formatted value.
- suffix - the suffix for the formatted amount.
createNewFormattedUnitAmount
protected FormattedUnitAmount createNewFormattedUnitAmount(java.lang.String prefix,
java.lang.String formattedValue,
java.lang.String suffix)
- createNewFormattedUnitAmount method comment.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.