com.ibm.commerce.price.utils
Class FormattedQuantityAmount
java.lang.Object
FormattedUnitAmount
com.ibm.commerce.price.utils.FormattedQuantityAmount
- public class FormattedQuantityAmount
- extends FormattedUnitAmount
Formatted quantity amount.
- See Also:
- Serialized Form
Constructor Summary |
FormattedQuantityAmount(java.lang.String prefix, java.lang.String formattedValue, java.lang.String suffix)
Construct a formatted quantity 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 |
FormattedQuantityAmount
public FormattedQuantityAmount(java.lang.String prefix,
java.lang.String formattedValue,
java.lang.String suffix)
- Construct a formatted quantity 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.