public final class Settings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CURRENCY
Our currency name.
|
static java.text.DateFormat |
DATEFORMAT
Our DateFormatter.
|
static java.text.DecimalFormat |
DECIMALFORMAT
Our decimal formatter.
|
Modifier and Type | Method and Description |
---|---|
static de.willuhn.datasource.rmi.DBService |
getDBService()
Small helper function to get the database service.
|
static java.lang.String |
getDepotWaehrung()
Liefert die Standardwährung.
|
static de.willuhn.util.I18N |
getI18n()
Small helper function to get the translator.
|
static java.lang.Boolean |
isHibiscusInstalled()
Überprüft, ob das Hibiscus -Plugin installiert ist.
|
static boolean |
isShowHibiscusSummery()
Liefert die showHibiscusSummery.
|
static void |
setShowHibiscusSummery(java.lang.Boolean showHibiscus)
Setzt showHibiscusSummery.
|
public static final java.lang.String CURRENCY
public static final java.text.DateFormat DATEFORMAT
public static final java.text.DecimalFormat DECIMALFORMAT
public static de.willuhn.datasource.rmi.DBService getDBService() throws java.rmi.RemoteException
java.rmi.RemoteException
public static java.lang.String getDepotWaehrung()
EUR
.public static de.willuhn.util.I18N getI18n()
public static java.lang.Boolean isHibiscusInstalled()
public static boolean isShowHibiscusSummery()
false
, falls Hibiscus
gar nicht installiert ist.public static void setShowHibiscusSummery(java.lang.Boolean showHibiscus)
showHibiscus
- soll Hibsicus Kontenzusammenfassung angezeigt werden.