com.ibm.commerce.price.utils

Class UnitAmount

  • java.lang.Object
    • com.ibm.commerce.price.utils.UnitAmount
  • Direct Known Subclasses:
    MonetaryAmount, QuantityAmount


    public abstract class UnitAmount
    extends java.lang.Object
    Abstract base class that represents a unit amount.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String toString()
      Convert to a string.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Convert to a string.
        Overrides:
        toString in class java.lang.Object
        Returns:
        java.lang.String