com.konakartadmin.bl
Class AdminCurrencyMgr.StaticData
java.lang.Object
com.konakartadmin.bl.AdminCurrencyMgr.StaticData
- Enclosing class:
- AdminCurrencyMgr
protected class AdminCurrencyMgr.StaticData
- extends java.lang.Object
Used to store the static data of this manager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultCurrency
private AdminCurrency defaultCurrency
- The default currency
currencyFormatter
private java.text.DecimalFormat currencyFormatter
- Default currency formatter
AdminCurrencyMgr.StaticData
protected AdminCurrencyMgr.StaticData()
getDefaultCurrency
public AdminCurrency getDefaultCurrency()
- Returns:
- Returns the defaultCurrency.
setDefaultCurrency
public void setDefaultCurrency(AdminCurrency defaultCurrency)
- Parameters:
defaultCurrency
- The defaultCurrency to set.
getCurrencyFormatter
public java.text.DecimalFormat getCurrencyFormatter()
- Returns:
- Returns the currencyFormatter.
setCurrencyFormatter
public void setCurrencyFormatter(java.text.DecimalFormat currencyFormatter)
- Parameters:
currencyFormatter
- The currencyFormatter to set.
Copyright © 2011 DS Data Systems UK Ltd.