jdollars.core
Class ICurrency.Impl
java.lang.Object
|
+--jdollars.core.ICurrency.Impl
- All Implemented Interfaces:
- ICurrency
- Enclosing class:
- ICurrency
- public static class ICurrency.Impl
- extends java.lang.Object
- implements ICurrency
Constructor Summary |
ICurrency.Impl(java.lang.String strFriendlyName,
java.lang.String strCode,
int iDecimalPlaces)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ICurrency.Impl
public ICurrency.Impl(java.lang.String strFriendlyName,
java.lang.String strCode,
int iDecimalPlaces)
getFriendlyName
public java.lang.String getFriendlyName()
- Specified by:
getFriendlyName
in interface ICurrency
getCurrencyCode
public java.lang.String getCurrencyCode()
- Specified by:
getCurrencyCode
in interface ICurrency
getDecimalPlaces
public int getDecimalPlaces()
- Specified by:
getDecimalPlaces
in interface ICurrency
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object