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

Constructor Detail

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.
Method Detail

createNewFormattedUnitAmount

protected FormattedUnitAmount createNewFormattedUnitAmount(java.lang.String prefix,
                                                           java.lang.String formattedValue,
                                                           java.lang.String suffix)
createNewFormattedUnitAmount method comment.

Feedback