public class Configuration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCOUNT_STEWARD_API_ROOT |
static String |
ACCOUNT_STEWARD_STORAGE |
static String |
BILL_API_ROOT |
static String |
BILL_STORAGE |
static String |
CONFIGURATION_OBJECT |
static String |
CURRENCY |
static String |
DOMICILE |
static Configuration |
instance |
static String |
LOGIN_ID |
static String |
LOGO |
static String |
MAPS_API_KEY |
static String |
PRODUCT_BILLING_API_ROOT |
static String |
PRODUCT_BILLING_STORAGE |
static String |
SEARCH_API_ROOT |
static String |
VAT |
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
get() |
String |
getCurrency() |
String |
getDomicile() |
String |
getLegalForm() |
String |
getLoginId() |
String |
getLogo() |
String |
getMapsApiKey() |
String |
getVat() |
AddressLookupListener |
initAddressLookupListener() |
void |
setCurrency(String currency) |
void |
setDomicile(String domicile) |
void |
setLoginId(String loginId) |
void |
setLogo(String logo) |
void |
setMapsApiKey(String mapsApiKey) |
void |
setVat(String vat) |
public static final String CONFIGURATION_OBJECT
public static final String DOMICILE
public static final String CURRENCY
public static final String VAT
public static final String LOGIN_ID
public static final String LOGO
public static final String ACCOUNT_STEWARD_STORAGE
public static final String PRODUCT_BILLING_STORAGE
public static final String BILL_STORAGE
public static final String ACCOUNT_STEWARD_API_ROOT
public static final String PRODUCT_BILLING_API_ROOT
public static final String BILL_API_ROOT
public static final String SEARCH_API_ROOT
public static final String MAPS_API_KEY
public static Configuration instance
public static Configuration get()
public AddressLookupListener initAddressLookupListener()
public String getDomicile()
public void setDomicile(String domicile)
public String getCurrency()
public void setCurrency(String currency)
public String getVat()
public void setVat(String vat)
public String getLoginId()
public void setLoginId(String loginId)
public String getLogo()
public void setLogo(String logo)
public String getMapsApiKey()
public void setMapsApiKey(String mapsApiKey)
public String getLegalForm()
Copyright © 2020. All rights reserved.